This is the official ESP32 / ESP8266 client for Sparkled.
- An ESP32 or ESP8266 board.
- The latest Arduino IDE with ESP32 board definitions or ESP8266 board definitions installed.
- The latest FastLED version.
- Clone this repository (preferred), or download a zipped copy.
- Open the
.ino
file in the Arduino IDE to open the project. - Edit the
config.h
file to match your LED strip, network and Sparkled stage configuration. - Change the board in the Arduino settings to match your ESP board.
- Build the project to install the client onto your ESP.
For more information, see the main Sparkled repository.