A project incoporating the xiao esp32c3 microcontroller and some neopixel lights. Demo on youtube.
Quantity | Name | Price (per each) |
---|---|---|
2 | xiao esp32c3 | ~$5.00 |
1 | adafruit rugged metal pushbutton | ~$5.00 |
1 | adafruit thumbstick | ~$2.50 |
1 | adafruit thumbstick breakout | ~$1.50 |
1 | ws2812b led light strip | ~$15.00 |
This project uses platformio for compilation and dependency management. Once installed, the project's two main applications can be compiled and flashed onto esp32c3 devices using the cli:
$ pio run -t upload
Note: there are two separate platformio projects in this repository -
- the controller code @
src/xiao-controller
- the "sever"/light code @
src/xiao-lights
See inspiration.md