ESP32

ESP32 Dual Core with Arduino IDE

The ESP32 comes with 2 Xtensa 32-bit LX6 microprocessors. So, it is dual core. When we run code on the Arduino app, by default, it runs on core 1. In this blog we’ll show you how to run code on the ESP32 second core by creating tasks. You can run pieces of code simultaneously on both cores, and […]

ESP32 Dual Core with Arduino IDE Read More »