Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 995 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 995 Bytes

SmartMatrix IDF

GPLv3 License CodeFactor

An infinitely customizable internet-connected smart RGB LED matrix powered by an ESP32

Currently only supports the ESP32-S3.

Configuration

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

Installation

Use VSCode with the ESP-IDF extension to build & flash this project to your device.

Requirements

This project requires a MQTT server and the SmartMatrixServer to function properly.

Authors