Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.6 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.6 KB

XIAO Runner

A project incoporating the xiao esp32c3 microcontroller and some neopixel lights. Demo on youtube.

Hardware

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

Compiling

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 -

  1. the controller code @ src/xiao-controller
  2. the "sever"/light code @ src/xiao-lights

Inspiration

See inspiration.md