Control your Esp32 based LED matrix remotely. This firmware works in conjunction with a web app (github.com/DomGarguilo/LEDserver) to allow us to upload animations on the web and have them pulled and displayed on the LED matrix.
-
Go to the Arduino website and download the IDE
-
Follow this tutorial to enable use of ESP32 board in arduino IDE.
-
Clone this repo and open
main/
in the Arduino IDE -
Create a copy of
secrets-example.h
and rename it tosecrets.h
. Edit the file to add your wifi credentials and the URL to your LEDserver. -
Flash
main.ino
to your Esp32 from the arduino IDE. You may need to hold the boot button while the console readsConnecting...
Loading animations indicate different processes. If the loading animation color is...
- Green: firmware is updating
- Blue: fetching and saving new data
- Red: old files are being cleaned up