someweisguy / esp_dmx

Espressif ESP32 implementation of ANSI-ESTA E1.11 DMX-512A and E1.20 RDM
MIT License
350 stars 37 forks source link

How to get/set another RDM parameters? #175

Open ji-nl-ee opened 1 month ago

ji-nl-ee commented 1 month ago

Hi @someweisguy Thank you for your awesome library.

I am using this library and everything works super fine. I'd like to get/set some specific RDM parameters, which is not defined on your example code. For ex)

Those parameters are mentioned as 'supported' on the list of https://github.com/someweisguy/esp_dmx/tree/release/v4.1?tab=readme-ov-file#parameter-ids

And I also found some address setup for them in esp_dmx/src/rdm/include/types.h as well.

But I couldn't figure out how I can send the request to get / set those parameters. Do you already build the functions for them or plan to build in future soon?

Thank you very much in advance.

ebeam-bob commented 1 month ago

The Arduino_RDMSensor example covers the first 2 PIDs, but as you can see in my issue (#173), it fails in the function rdm_sensor_definition_add. I wish I could tell you more, but I'm still debugging it for my work project.