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
{{ message }}
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
Ah OK.
I was looking at the ESP-12e and the NodeMCU which have both the same pins for PWM.
Even if it works with the ports you selected, I think I noticed some unsmoothness when the color of the not-pwm-pin (as documentation says) appears.
Anyway, not an issue, because it's configurable.
Thanks for sharing!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
according to the very nice image from
http://learn.acrobotic.com/tutorials/post/esp8266-getting-started
the pins you use are not all pwm-capable.
Instead you should use pin 2+5+6 instead of 5+6+7, because 7 is not PWM.
Bye!
Marco
The text was updated successfully, but these errors were encountered: