https://github.com/iloveandlikepizza/lednet-tiny
A compact ESP32-based DMX generator
https://github.com/iloveandlikepizza/lednet-tiny
arduino-ide dmx dmx-controller esp32 led
Last synced: over 1 year ago
JSON representation
A compact ESP32-based DMX generator
- Host: GitHub
- URL: https://github.com/iloveandlikepizza/lednet-tiny
- Owner: ILoveAndLikePizza
- License: gpl-3.0
- Created: 2025-02-24T12:55:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T19:41:28.000Z (over 1 year ago)
- Last Synced: 2025-03-04T20:32:56.254Z (over 1 year ago)
- Topics: arduino-ide, dmx, dmx-controller, esp32, led
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LedNet Tiny
### A compact, ESP32-based DMX generator
## Firmware setup
1. Navigate to your sketchbook directory (typically `Arduino` in your home directory) and download/clone the repository there.
2. Run `set-ap-password.sh` to configure the password for the access point.
3. Launch the Arduino IDE and load the `LedNet-Tiny.ino` sketch.
4. Ensure that the ESP32 board is installed (if not, check [this tutorial](https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/));
5. Ensure that the required libraries are installed:
- **esp_dmx** *(by Mitch Weisbrod)*.
6. Go to **Tools** > **Board** and ensure that it is set to "**ESP32 Dev Module**";
7. Click the Upload button.
### Congratulations, the LedNet Tiny firmware has been flashed successfully!
## Known issues
- When encountering an error looking like `error: 'uart_signal_conn_t' has no member named 'module'`, try downgrading the ESP32 board to 3.0.4.
Next, you can use any device to connect to the LedNet Tiny, and access its web server on `lednet-tiny.local`.