Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pierric/hbb-colorful
A simple micropython program on RP2040
https://github.com/pierric/hbb-colorful
Last synced: 16 days ago
JSON representation
A simple micropython program on RP2040
- Host: GitHub
- URL: https://github.com/pierric/hbb-colorful
- Owner: pierric
- License: bsd-3-clause
- Created: 2024-08-22T11:57:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T12:05:43.000Z (5 months ago)
- Last Synced: 2024-11-08T07:57:35.861Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HBB-colorful
A simple micropython program on HBB (RP2040 + neopixel LED strip).# hardware
- [HBB](https://github.com/bigtreetech/HBB/)
- GPIO pinout can be found in the above link too.
- GPIO20 to control the neopixel# Installation
- Upload the micropython binary file to the board. See [instructions](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html)
- Install the mpremote tool on the host OS.
- `mpremote a0 cp neopixel.py :/`
- `mpremote a0 cp main.py :/`
- Reboot HBB.
- Done :D# References
This little program uses this awesome library [pi_pico_neopixel](https://github.com/blaz-r/pi_pico_neopixel).