besi / LEDSkate

This is how we glow
3 stars 1 forks source link
maker micropython-esp32 neopixel

LED Skate

glow

This is a glowing skateboard that animates colors underneath the board in relation to the speed of the board.

Setup

Development

Connect via Serial

# brew install picocom
picocom --baud 115200 /dev/cu.usbserial-DN02N1D8

# On mac OS
screen /dev/cu.usbserial-DN02N1D8 115200

Download and upload a file

ampy --port /dev/cu.usbserial-DN02N1D8 get boot.py
ampy --port /dev/cu.usbserial-DN02N1D8 put boot.py
ampy --port /dev/cu.usbserial-DN02N1D8 ls

Ideas