#33 Internet of Things with ESP8266 #5: Watchdogs, Timers & Stability
In Internet of Things(IoT) | No commentIn this tutorial I show and explain how to create your own watchdog to stabilize your ESP8266 “Thing”. It is applicable for all modules like ESP-01, ESP-07 and ESP12 /ESP-12E. And I show different concepts of writing responsive code without using the delay(); statement. You will also find a very brief introduction to interrups and timers including the ticker library.