OpenLightingProject / rp2040-dmxsun

RP2040-based USB DMX dongle with integrated web server
Apache License 2.0
96 stars 17 forks source link

Implement RDM #22

Open kripton opened 2 years ago

kripton commented 2 years ago

Lots of work to be done here :) Depends on #21

I personally don't have much experience with RDM. I do understand the concept and benefits. However, I don't have any real fixtures to test it, only the "Arduino RDM responder".

peternewman commented 2 years ago

Lots of work to be done here :) Depends on #21

You don't need the hard bit of #21 in break detection for RDM, but you will need a lot of other input stuff.

I personally don't have much experience with RDM. I do understand the concept and benefits. However, I don't have any real fixtures to test it, only the "Arduino RDM responder".

The Arduino responder ( https://github.com/mathertel/DmxSerial2 ) should be fine, I've run the OLA tests against it and keep fixing issues. I can test with some proper gear too if I build myself a real version of this.

kripton commented 2 years ago

Cool :+1: We should also re-check what parts of the JaRule-project can be re-used since that does RDM as well