Category

Tutorials

Category

Working with the ESP32 inside the Arduino environment brings you into the world of FreeRTOS. This system runs tasks, watches timing, and keeps the microcontroller stable. One of the tasks is the default Arduino loop task, sometimes called loopTask. Many developers want to pause or stop this task for short control work, testing,…