Parsing Art-Net in esp-idf
Posted: Mon Jun 19, 2023 12:36 pm
Hello. I have recently discovered Art-Net and DMX512 protocols for controlling Lightining. I have even set up ESP32-S3 device and managed to control WS2815 RGB strip using the example Arduino project:
https://learn.sparkfun.com/tutorials/us ... pixels/all
and MagicQ PC Software.
After digging through the Arduino Art-Net library, I have found that WiFi UDP has been used to receive and parse messages.
Maybe someone tried to do something simillar in esp-idf? I didint manage to find any example projects but it would be very cool.
https://learn.sparkfun.com/tutorials/us ... pixels/all
and MagicQ PC Software.
After digging through the Arduino Art-Net library, I have found that WiFi UDP has been used to receive and parse messages.
Maybe someone tried to do something simillar in esp-idf? I didint manage to find any example projects but it would be very cool.