Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get/set another RDM parameters? #175

Open
ji-nl-ee opened this issue Oct 15, 2024 · 1 comment
Open

How to get/set another RDM parameters? #175

ji-nl-ee opened this issue Oct 15, 2024 · 1 comment

Comments

@ji-nl-ee
Copy link

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)

  • RDM_PID_SENSOR_DEFINITION
  • RDM_PID_SENSOR_VALUE
  • RDM_PID_POWER_STATE
  • RDM_PID_DEVICE_HOURS

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants