/Fyr

Lighthouse electronics for receiving DMX512. ESP32 on LightboxNano using ESP-IDF.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Fyr

Lighthouse electronics for receiving DMX512.

Specs

Microcontroller

Electronics

Inspiration

DMX parsing inspired by https://github.com/luksal/ESP32-DMX

Setup

Rehash build environment

get_idf

Build and flash

Configure

idf.py menuconfig

Build

idf.py build

Flash

idf.py -p /dev/ttyUSB0 flash

Serial Monitor

Monitor

idf.py -p /dev/ttyUSB0 monitor

Close monitor

Press CTRL+] to exit.

Build and flash within monitor

Press CTRL+T then A to build and flash.