An infinitely customizable internet-connected smart RGB LED matrix powered by an ESP32
Currently only supports the ESP32-S3.
Copy the secrets.h.example
file to secrets.h
and fill in relevant information. OTA can be disabled by leaving the manifest URL empty
To use a Tidbyt, uncomment the #define PINDEF_TIDBYT line
To deploy, compile and upload using ESP-IDF v5.2
Use VSCode with the ESP-IDF extension to build & flash this project to your device.
This project requires a MQTT server and the SmartMatrixServer to function properly.