Corban Mailloux
Corban Mailloux
I haven't tried running them from a battery because I'm just using standard USB phone chargers to run them. I haven't put in any optimizations for battery life. In theory,...
I haven't seen this behavior, but I also haven't tested this code on an ESP32. Have you tried increasing the JSON buffer size by increasing the value here?: https://github.com/corbanmailloux/esp-mqtt-rgb-led/blob/master/mqtt_esp8266_light/mqtt_esp8266_light.ino#L27
This sounds like a duplicate of #37. Is that correct? Honestly I haven't worked on this project in a while, but I thought I resolved that at some point. Now...
Thanks for the PR. I'll set up a test environment for this shortly and merge it in.
Thanks for the request. One limitation is that I have been using the 8-pin ESP8266 boards (like in the read me) for these lights, so I'm pretty much out of...
This is really cool, and I'm impressed with how quickly you created this. If you are happy continuing down this path, I'm loving it. I have a couple quick comments...
I'm not sure about moving the JSON processing into `ColorState`. It seems like JSON processing would be part of the main logic. I'm thinking of using the `ColorState` object much...
Thanks, @depuits. Let me just reaffirm that I really like this proposal. There will always be things to tweak, so I'm okay with merging this in when we are relatively...
I've been on a holiday break from code for a bit. Now that I'm back, I'll be spending some time this week/weekend reviewing and hopefully merging this in. Thanks for...
Can you clarify what exactly the pulse mode does? If it's just toggling between the already set color and black, I think you could achieve the same thing by using...