Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is Possible to control a RGB/White LED/LED-Strip via ESP's built-in PWM generators ? #73

Open
calkoe opened this issue Mar 29, 2017 · 3 comments

Comments

@calkoe
Copy link

calkoe commented Mar 29, 2017

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!

@gordonthree
Copy link

@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.

@mariusmotea
Copy link
Contributor

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

@MarianoAmado
Copy link

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants