henryk / openmili

Open implementation of the Mi-Light 2.4GHz LED light control protocol
GNU General Public License v3.0
105 stars 33 forks source link

Update for RGBWW (RGB+CCT) protocol #9

Open sgentle opened 7 years ago

sgentle commented 7 years ago

Here are the changes to channels, syncwords and packet length that would be necessary to support the new milight bulbs. It doesn't really make sense to merge this directly since it would break support for the older bulbs, but I figured I would put it here in case anyone wants to base work off the changes.

I've used this code to inspect packets coming from the new bulbs with an Arduino. It does nothing about the new scrambled protocol, but it's a good place to start.