DIY light show
-
VSCode (or VSCodium)
-
PlatformIO
If you're using VSCodium, you can install PlatformIO with the VSCode Extension. You also have to install CPP tools to use PlatformIO.
-
A RP2040 or Pico board
- Download the code
- Plug in your board
- Plug in LED strips
- Configure LED pins in
main.cpp
- Run
platformio run
- Sequences of states are defined with keyframes
- Keyframes can define interpolation method (ease, wave, gate, or linear)