/SwooshRGB

PWM RGB led strip over sACN (E1.31, DMX512) esp-idf

Primary LanguageCGNU General Public License v3.0GPL-3.0

SwooshRGB

PWM RGB led strip over sACN (E1.31, DMX512) esp-idf

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 monitor

Close monitor

Press CTRL+] to exit.

Build and flash within monitor

Press CTRL+T then A to build and flash.