LED-light control software. Because other lights are too expensive and we want more control.
- A control unit, ideally an ESP32S3, or similair
- LED-Stripe / -Matrix
You need the Arduino IDE and the latest version of FastLED. You can install FastLED via the Arduino package manager. Additionally, you need the latest version of the ESP32S3 Dev Module which can also be installed via the Arduino IDE.
- Clone this repo:
git clone https://github.com/win-vid/Luminaria.git - Open
LuminariaMain/LuminariaMain.inoin the Arduino-IDE. - Upload.
Q: Arduino IDE throws a timeout exception when I try to install the ESP32S3 Dev Module A: The following solution applies to both windows- and linux systems. In your local file-system find the "arduino-cli.yaml" file. Open it and add the following:
network:
connection_timeout: 300s