{"id":34509010,"url":"https://github.com/youpong/m5-neopixel","last_synced_at":"2026-04-27T05:33:19.761Z","repository":{"id":329458665,"uuid":"1118930230","full_name":"youpong/m5-neopixel","owner":"youpong","description":"A sample project that drives NeoPixels using M5StickC Plus","archived":false,"fork":false,"pushed_at":"2025-12-20T16:26:26.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-22T07:35:22.986Z","etag":null,"topics":["m5stickcplus","micropython","neopixel"],"latest_commit_sha":null,"homepage":"","language":"Python","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-18T13:43:10.000Z","updated_at":"2025-12-20T16:26:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/youpong/m5-neopixel","commit_stats":null,"previous_names":["youpong/m5-neopixel"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/youpong/m5-neopixel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fm5-neopixel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fm5-neopixel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fm5-neopixel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fm5-neopixel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youpong","download_url":"https://codeload.github.com/youpong/m5-neopixel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fm5-neopixel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32324546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["m5stickcplus","micropython","neopixel"],"created_at":"2025-12-24T03:37:58.438Z","updated_at":"2026-04-27T05:33:19.753Z","avatar_url":"https://github.com/youpong.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# m5-neopixel\nA sample project that drives NeoPixels using the M5StickC Plus by M5Stack Technology.\n\n## Development Environment\nThis program runs in MicroPython within the [UIFlow2](https://uiflow2.m5stack.com).\nTested on UIFlow2 v2.4.0.\n\n## Setup\n### Install USB Driver\n* Install the FTDI driver.\n\n### Burn Firmware\n* Install M5Burner.\n* Burn firmware.\n\n### Add RGB Hardware\nIn UIFlow2, add RGB hardware.\n\n### Edit main.py\n\nModify the following constants to match your NeoPixel device. For example, if\nthe number of NeoPixels is 8:\n```python\nPIXEL_NUM = 8\n```\n\n### Download the program\n* Using UIFlow2, download the program to the M5StickC Plus.\n\n### Connect the M5StickC Plus and NeoPixel\nconnect as follows.\n\n| M5StickC Plus | NeoPixel |\n|---------------|----------|\n| GND           | GND |\n| 5V            | VCC |\n| G26           | DIN |\n\n## Setting up a Python Development Environment\n\n### Create and activate virtual environment(venv)\n```bash\n# create virtual environment\n$ python -m venv .venv\n# activate for Windows\n$ .venv/bin/activate \n# activate for macOS / Linux\n$ source .venv/bin/activate\n```\n\n### To Upgrade pip [if necessary]\n```bash\n$ pip install --upgrade pip\n```\n\n### Installing development dependency packages\n```bash\n$ pip install -r requirements-dev.txt\n```\n\n### format source files\n```bash\n$ black source_files...\n```\n\n### Linting source files\n```bash\n$ flake8 source_files...\n```\n\n## References\n- M5Stack. *StickC Plus Product Documentation*.  \n  https://docs.m5stack.com/en/core/m5stickc_plus\n- A similar project developed with Arduino IDE:\n  https://github.com/youpong/m5-neopixel-sketch  \n- A similar project for the BBC micro:bit:\n  https://github.com/youpong/mb-neopixel\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoupong%2Fm5-neopixel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoupong%2Fm5-neopixel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoupong%2Fm5-neopixel/lists"}