Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By RogerClark
#5346 Thanks for sharing that link.

Why don't you post an issue to the author of the code via GitHub?

Perhaps the author can help moving the code to another timer?
User avatar
By joostn
#5349 Actually I later discovered the pwm.c is part of the ESP SDK (it's in the IoT folder).

And I'll try to get that 3rd timer running.
User avatar
By mano1979
#14498 Any updates on driving a rgb led with pwm?

i also tried myself and when i set pwm manually, all goes well. Though when i try to run a sequence like pwm 100,200,300 etc. (ofcourse with the correct code, not as i wrote it here), then it just turns on at 50% dutycycle and jitters a bit. but it does not update the pwm value.