Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 743 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 743 Bytes

Radiant

DIY light show

Getting Started

Prerequisites

  • 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

Install

  1. Download the code
  2. Plug in your board
  3. Plug in LED strips
  4. Configure LED pins in main.cpp
  5. Run platformio run

Design

  • Sequences of states are defined with keyframes
  • Keyframes can define interpolation method (ease, wave, gate, or linear)