User avatar
By StefanB
#49935 Hi everyone,

as I was not really satisfied with the software PWM implementation from the SDK, I rolled my own.

A lengthy blogpost with details:
https://lurchi.wordpress.com/2016/06/29/esp8266-pwm-revisited-and-reimplemented/

The actual code:
https://github.com/StefanBruens/ESP8266_new_pwm
User avatar
By eriksl
#51084 Great stuff!

I am going to use this, if only because it has the source available! I hate these binary blobs!

Now only either someone makes an espconn interface to the open LWIP implemention or I modify my source to talk directly to LWIP and I am happy ;)