A professional web-based ESP32S3 LED controller with NTP sync, event logging, and real-time hardware control.
Manage LED states โ Solid or Fade โ directly from your browser over WiFi.
Automatic network time synchronization for accurate scheduling and logging.
Tracks recent system events with precise timestamps for diagnostics.
Built-in Task Watchdog (TWDT) ensures system stability and recovery.
Seamless navigation flow โ returns to home after every command action.
ESP32S3 GPIO Extension Board
Official ESP32-S3 Pinout Diagram
Dual-core Xtensa LX7, plenty of GPIO and WiFi/BLE onboard.
Individually addressable LEDs, daisy-chainable, 5V logic.
Rated for your LED strip length โ 5V with sufficient current.
Clone the repository and navigate to the project directory.
Activate the ESP-IDF environment: . ./export.sh
Configure WiFi credentials in main/hello_world_main.c.
Build the project: idf.py build
Flash to the device: idf.py -p /dev/ttyACM0 flash