ESP32 made into Art-Net DMX512 node, that drives bunch of WS2812B LED strips over WiFi. Uses PlatformIO build system with Arduino framework & FastLED library.
-
Get yourself the Platformio CLI toolchain
-
Define
WIFI_SSID
andWIFI_PASSWORD
constants ininclude/private/private_constants.h
file.// private_constants.h #define WIFI_SSID "YourHotspot" #define WIFI_PASSWORD "YourPassword"
-
Configure
upload_port
inplatformio.ini
file. -
Build & upload firmware
pio run -t upload