Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By ArnieO
#20780
cherowley wrote: ...as that supports pwm which I will be needing soon?

Arduino IDE also supports (software) PWM now, on all GPIOs.
Last edited by ArnieO on Thu Jun 18, 2015 10:46 am, edited 1 time in total.
User avatar
By cherowley
#20814
ArnieO wrote:[quote="cherowley] as that supports pwm which I will be needing soon?[/quote]
Arduino IDE also supports (software) PWM now, on all GPIOs.[/quote]


Cheers :)
User avatar
By BryanLee
#20849
ArnieO wrote:
cherowley wrote: ...as that supports pwm which I will be needing soon?

Arduino IDE also supports (software) PWM now, on all GPIOs.


Being an absolute newbie in microcontroller programming in general, can you link to an example of software pwm on the esp8266 using the arduino ide? Everything I search for comes back with nodemcu / lua examples. I got the IRremote library working with an arduino. But since for my project I need the esp8266 for wifi connectivity anyway, I'd rather just have it do everything.

Trying to send NEC IR codes via IR LED.