andrew melvin wrote:I took this work a little further, and made a lib out of it. that allows max of 255 lights, and 255 groups.. although i'd not recommend more than 16 groups as per the spec.
see here
https://github.com/sticilface/Esp8266-Hue
it works ok for some stuff... but the big issue at the moment is the fast speed at which a lot of clients send packets to the ESP. it is just not able to cope with such a high packet load. so animations are out. this works with the chroma app for mac fairly well.
The colour conversions are also way out.. some better way of converting between the hue, xy, of the huelight and rgb, hsl of neopixels is needed.
This is awesome! I was able to get your example working, do you have plans to create a tutorial on how to use it?
Thanks!