DmxSerial2 icon indicating copy to clipboard operation
DmxSerial2 copied to clipboard

Add RDM Personality support

Open peternewman opened this issue 4 years ago • 3 comments

Closes #29

Blocked behind #37 (builds on the changes in there).

Obviously this adds new fields to the RDMINIT struct, currently in a way that isn't very backwards compatible, so I don't know what we want to do about that in terms of future releases.

There are also some other bits it would make sense to add while making a breaking change such as:

  • Manufacturer ID
  • Device part of the UID (or effectively combine these two to cover the whole thing)
  • Product category
  • Software version/software version label
  • Possibly default device label

peternewman avatar Jul 14 '21 13:07 peternewman

Thanks for the review too @chrisstaite !

peternewman avatar Jul 14 '21 19:07 peternewman

Nice work Peter I will check it out

midikidi avatar Jul 21 '21 14:07 midikidi

How about adding sensor data to the RDM like adding ability to add a DHT22 for temperature sensor data. PID SENSOR_VALUE

grahamrobertslx avatar Feb 09 '22 23:02 grahamrobertslx