You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My attempt to control a RGB or White LED via your awesome HueEmulator failed badly... i don't know where to implement the analogWrites() in the Sketch.
It is Possible that you will implement a Feature to control every (RGB & White) LED via ESP's built-in PWM generators via the HueEmulator ?
That would be awesome!
The text was updated successfully, but these errors were encountered:
@calkoe Can you share what you have so far? I have an esp married to a Philips rgbw led driver that handles the pen, saving the esp CPU for network and interface. Using this driver, the calls would likely go the same place as the neopixel calls.
Don't try PWM with default Arduino library, you will face flickering and other stability issues. I use this reworked library that work much better. https://github.com/StefanBruens/ESP8266_new_pwm
Hi, i'm facing the same problem (i guess), I just want to control an RGB led instead of a neopixel and I don't know how to modify the code; maybe you could make another .ino file?
Also that would provide more flexibiliity for different kinds of applications.
Great work tho. :)
My attempt to control a RGB or White LED via your awesome HueEmulator failed badly... i don't know where to implement the analogWrites() in the Sketch.
It is Possible that you will implement a Feature to control every (RGB & White) LED via ESP's built-in PWM generators via the HueEmulator ?
That would be awesome!
The text was updated successfully, but these errors were encountered: