{"id":34508973,"url":"https://github.com/youpong/mb-neopixel","last_synced_at":"2026-05-27T06:33:52.334Z","repository":{"id":329224626,"uuid":"1117647425","full_name":"youpong/mb-neopixel","owner":"youpong","description":"A sample project that uses NeoPixel with the BBC micro:bit","archived":false,"fork":false,"pushed_at":"2025-12-20T04:21:50.000Z","size":2376,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-21T14:03:21.811Z","etag":null,"topics":["microbit-v2","neopixel"],"latest_commit_sha":null,"homepage":"https://youpong.github.io/mb-neopixel/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/youpong.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-16T15:59:07.000Z","updated_at":"2025-12-20T04:21:53.000Z","dependencies_parsed_at":"2025-12-21T14:03:23.788Z","dependency_job_id":null,"html_url":"https://github.com/youpong/mb-neopixel","commit_stats":null,"previous_names":["youpong/mb-neopixel"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/youpong/mb-neopixel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fmb-neopixel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fmb-neopixel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fmb-neopixel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fmb-neopixel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youpong","download_url":"https://codeload.github.com/youpong/mb-neopixel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fmb-neopixel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33554780,"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-05-27T02:00:06.184Z","response_time":53,"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":["microbit-v2","neopixel"],"created_at":"2025-12-24T03:37:54.652Z","updated_at":"2026-05-27T06:33:52.324Z","avatar_url":"https://github.com/youpong.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mb-neopixel\n\nThis is a sample project that uses NeoPixel with the BBC micro:bit.\nThe lighting behavior is determined based on the values from the micro:bit’s\naccelerometer.\nThis project uses the [MakeCode editor](https://makecode.microbit.org/#editor).\n\n\u003e Open this page at [https://youpong.github.io/mb-neopixcel/](https://youpong.github.io/mb-neopixcel/)\n\n## Setup\n\n### Import the project\n\nAccess the MakeCode website.\n![MakeCode](./images/myprj.png)\n\nClick *Import*.\n\n![Import](./images/impt.png)\n\nSelect *Import URL...*\n\n![URL](./images/url.png)\n\nEnter the URL and click *Go ahead!*\nhttps://github.com/youpong/mb-neopixel\n\n### Edit main.ts\n\nModify the following constants to match your NeoPixel device.\nFor example, if the number of pixels is 8:\n```ts\nconst PIXEL_NUM = 8;\n```\n\n### Download the program\n\nConnect the micro:bit to your PC and download the program.\n\n### Connecting the micro:bit and NeoPixel\n\nConnect as follows.\n\n| micro:bit | NeoPixel |\n|-----------|----------|\n| pin1      | DIN |\n| 3V.       | VCC |\n| GND       | GND |\n\n## Use as Extension\n\nThis repository can be added as an **extension** in MakeCode.\n\n* open [https://makecode.microbit.org/](https://makecode.microbit.org/)\n* click on **New Project**\n* click on **Extensions** under the gearwheel menu\n* search for **https://github.com/youpong/mb-neopixcel** and import\n\n## Edit this project\n\nTo edit this repository in MakeCode.\n\n* open [https://makecode.microbit.org/](https://makecode.microbit.org/)\n* click on **Import** then click on **Import URL**\n* paste **https://github.com/youpong/mb-neopixcel** and click import\n\n## References\n- A similar project for the M5StickC Plus by M5Stack Technology written in\n  MicroPython.\n  https://github.com/youpong/m5-neopixel \n- A similar project for the M5StickC Plus by M5Stack Technology developed with\n  Arduino IDE. \n  https://github.com/youpong/m5-neopixel-sketch\n\n## License\n\nMIT\n\n#### Metadata (used for search, rendering)\n\n* for PXT/microbit\n\u003cscript src=\"https://makecode.com/gh-pages-embed.js\"\u003e\u003c/script\u003e\u003cscript\u003emakeCodeRender(\"{{ site.makecode.home_url }}\", \"{{ site.github.owner_name }}/{{ site.github.repository_name }}\");\u003c/script\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoupong%2Fmb-neopixel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoupong%2Fmb-neopixel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoupong%2Fmb-neopixel/lists"}