Having got DMXSerial working on a Uno, I now need to get something working on a ESP32.
I have tried a couple of libraries but they didn't work, they seemed more designed for ESP8266.
This is the first step for my DMX -> Wi-Fi controller. (Master/Slave).
The ESP32 will receive DMX for 2 DMX addresses, then send the channel values over Wi-Fi to some NodeMCU devices for pixel control.
Please can somebody recommend a reliable Library for receiving DMX over the hardware serial via a Max485 chip?
Thanks in advance.