{"id":25243163,"url":"https://github.com/0x0c/ambientpixel","last_synced_at":"2026-06-20T04:31:57.366Z","repository":{"id":35995857,"uuid":"40287798","full_name":"0x0c/AmbientPixel","owner":"0x0c","description":"AmbientPixel  a.k.a SmartPixel","archived":false,"fork":false,"pushed_at":"2019-05-08T09:10:58.000Z","size":87776,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-05T17:08:06.271Z","etag":null,"topics":["arduino","eagle-cad","hardware","pixel","tangible"],"latest_commit_sha":null,"homepage":"","language":"Eagle","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x0c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-06T06:11:15.000Z","updated_at":"2024-08-24T22:51:13.000Z","dependencies_parsed_at":"2022-08-26T23:10:36.552Z","dependency_job_id":null,"html_url":"https://github.com/0x0c/AmbientPixel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0x0c/AmbientPixel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0c%2FAmbientPixel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0c%2FAmbientPixel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0c%2FAmbientPixel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0c%2FAmbientPixel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x0c","download_url":"https://codeload.github.com/0x0c/AmbientPixel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0c%2FAmbientPixel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34557551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","eagle-cad","hardware","pixel","tangible"],"created_at":"2025-02-12T00:45:52.361Z","updated_at":"2026-06-20T04:31:57.334Z","avatar_url":"https://github.com/0x0c.png","language":"Eagle","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AmbientPixel a.k.a SmartPixel\n\nピクセルのメタファを持ち合わせる三角形のデバイス。\n\nディスプレイのピクセルを一つ一つ取り出し、再構成することであなただけの情報提示装置として振る舞います。\n\n![](https://raw.githubusercontent.com/0x0c/AmbientPixel/master/Asset/Image/DSC04137.jpg)\n\nhttps://vimeo.com/143473565\n\n## Requirements\n\n- Arduino\n- 赤外線LED\n- [赤外線リモコン受信モジュール](http://akizukidenshi.com/catalog/g/gI-00622/)\n- [マイコン内蔵RGB LED](http://akizukidenshi.com/catalog/g/gM-08414/)\n\n## Dependencies\n\n- C++拡張\n\t- [StandardCplusplus](https://github.com/0x0c/StandardCplusplus)\n- 赤外線通信ライブラリ（修正版）\n\t- [skInfraredCOM](https://github.com/0x0c/skInfraredCOM)\n- フルカラーLED制御ライブラリ\n\t- [Adafruit_NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel)\n\t\n## Getting Started\n\nArduinoで動作するプログラムを開発する前に幾つか追加しなければならないライブラリがある。\n\n1. `StandartCplusplus`と`skInfraredCOM`、`Adafruit_NeoPixel`をArduinoのライブラリに追加する\n2. `AmbientPixel`のリポジトリをcloneし、Arduinoのライブラリに追加する\n\n## Hardware\n###　プロトタイプ1号\n縦にした時、Arduino Pro Miniが地面につく辺を基準とする。\nLEDが付いている方を正面とする。\n\n- 構成\n\t- Arduino Pro Mini 3.3V 8MHz\n\t- マイコン内蔵ＲＧＢＬＥＤモジュール（AE-WS2812B）\n\t- 赤外線LED 3個\n\t- 赤外線リモコン受信モジュール 3個\n\t- 電池ソケット（JST PH 2P）\n\t- 足用のピンヘッダ 3本\n- ピン配置(PIO)\n\t- 赤外線LED→基準から右回りで2, 3, 4\n\t- 受信モジュール→基準から右回りで11, 12, 13\n\t- LEDのデータ線→10\n- サイズ\n\t- 一辺 : 65.8 mm\n\t- 高さ : 56.8 mm\n\t\n###　プロトタイプ2号\nP板で発注した基板を用いた試作。\nJSTコネクタが上、コネクタのプリントがされている方を正面とする。\nフルカラーLEDのピン配置をミスったので、DIとDOを適当な導線でつなぐ必要がある。\nArduino Pro Mini 3.3V 8MHzとArduino Pro Mini 5.0V 16MHzが混在。もしかしたら、3.3V 8MHzを調達しなおし、ハンダ付けし直す必要が有るかもしれない。\n動作周波数をすべて同じにしたい。\n\n電源スイッチを取り付け忘れたので、後でハンダ付けする必要がある。\n\n- サイズ\n\t- 一辺 : 65.8 mm\n\t- 高さ : 56.8 mm\n\n### パケット\n\n`Docs/markdown/Packet.md`を参照\n\n### 伝搬アルゴリズム\n\nブロードキャストし、デバイスIDが一致するデバイスが受理する\n\n\n## License\n\nGNU General Public License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x0c%2Fambientpixel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x0c%2Fambientpixel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x0c%2Fambientpixel/lists"}