-
-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Hey @someweisguy ,
This is a great library. Thanks!
I have just one challenge, and I’m not sure where it’s coming from.
I can see the responder’s UID in the RDM list on the lighting desk, but without all the information, such as address, manufacturer, and personalities.
I’m using the "ESPIDF_RDMResponder" example in VSCode with ESP-IDF 5.4 and ESP_DMX 4.1.0.
When I send a "Command class: Get Command (0x20), Parameter ID: Device Info (0x0060)" from my lighting desk, I can see that it is received by the controller, which immediately sends a response back. However, the response is incorrect. The controller sends the same "Command class: Get Command (0x20), Parameter ID: Device Info (0x0060)" back to the lighting desk.
Additionally, I noticed that the source and destination UIDs are not swapping.
Here’s what it should look like:
Desk to responder:
Either I am doing something wrong and missing something, or others might be experiencing the same issue.
I am very curious to find a solution to get this working.