Skip to content

dadleyy/xiao-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

line wobbler clone using esp32c3 + neopixels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published