dadleyy / xiao-runner

line wobbler clone using esp32c3 + neopixels

Home Page:https://youtu.be/LCHULixg3cw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://youtu.be/LCHULixg3cw

License:MIT License


Languages

Language:C++ 98.5%Language:Python 1.4%Language:Shell 0.1%