ESP32 Deep Sleep modes with Arduino IDE

ESP32 comes with a dual-core processor. The dual-core processing provides efficiency in terms of performance as well as power consumption. In this post, we’ll explore how to access both cores on the ESP32 and compare the performance between single-core and dual-core operations. Table of Content ESP32 Power Modes ESP32 has Five Power Modes: Power Mode…

How to use ESP32 Dual-Core in Arduino IDE

ESP32 comes with a dual-core processor. The dual-core processing provides efficiency in terms of performance as well as power consumption. In this post, we’ll explore how to access both cores on the ESP32 and compare the performance between single-core and dual-core operations. Table of Content Single Core vs Dual Core What is Single Core &…

esp32 capacitive touch sensing pins with arduino ide

Learn how to use ESP32 capacitive touch pins using Arduino IDE. We will explain the working of touch-sensing pins with an example. Table of Content Working of touch-sensing GPIOs ESP32 has 10 capacitive-sensing GPIOs, which detect variations induced by touching or approaching the GPIOs with a finger or other objects. The low-noise nature of the…