DMX (Slave) with ESP32-C3-DevKitM-1 (Searching for advise)

276 views Asked by At

I am currently working on a project where I want to integrate an ESP32-C3-DevKitM-1 into a DMX bus. Unfortunately I am not very familiar with microcontrollers, ESP32 and DMX. At least it is my first project in this direction. I have looked through the Modbus example of espressif but do not understand how I can adapt it to DMX. Does anyone have a tutorial on how to get started? Or how I program the ESP32 best. ESP with Arduino IDE is in my opinion much better to understand and programmable than the espressif Programming guid (2200 pages).

1

There are 1 answers

0
Thomas X-Berger On

There is already a complete library for your purpose which also includes examples. github-esp_dmx It is also able to use the RDM funtionality of DMX to make a two-way communication between the controller and the devices.