2 Timers/clocks on ESP8266

Hey guys,

I'm currently trying to use the tone() function and the Irremote() function simultaneously.
However, both require an individual timer.
In case of an Arduino, this timer can easily be changed from Timer 1 to 2. Therfore, every library has its "own" timer.

However, the ESP8266 has only one "free" timer - the other one is reserved for the Wifi-module.

Do you know any way I could solve this issue?

Thank you very much in advance :heart:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.