-->
Page 3 of 14

Re: how can i use pwm?

PostPosted: Fri Jun 19, 2015 12:07 pm
by tytower
Easy fix . Change it to 4 or 8 . I have the LED working on an Arduino board at 5 and it works perfectly . No flicker or loss of value
Mummy told me always try something before you say you don't like it

Re: how can i use pwm?

PostPosted: Fri Jun 19, 2015 12:43 pm
by FlyingHacker
tytower wrote:Easy fix . Change it to 4 or 8 . I have the LED working on an Arduino board at 5 and it works perfectly . No flicker or loss of value
Mummy told me always try something before you say you don't like it


Sure, you could do that too, but that step value is something people might want to change. Why not make code that handles any step value properly?

Re: how can i use pwm?

PostPosted: Sat Jun 20, 2015 4:50 am
by Daniel John
Thanks for starting this thread. I have the same confusions and I hope these replies are useful for me

Re: how can i use pwm?

PostPosted: Sat Jun 20, 2015 11:23 am
by FlyingHacker
I suppose someone needs to try own on all the available pins (right now I only have ESP-01s, though I have some 7s on order). I suppose it is possible that some pins are 8bit and some 10bit.

Maybe some pins are hardware and some software PWM?