Unlock the secret to storing data on the ESP32 without using EEPROM. In this video, you'll learn how to keep your variables alive even after your microcontroller goes to sleep or reboots. We'll ...
ESP32 boards are great for making affordable smart devices and IoT projects. Apart from ESPHome-based projects, you need the Arduino IDE and PlatformIO to set up a full development environment for ...
Earlier versions of the Arduino IDE made uploading files to an ESP32’s SPIFFS filesystem easy via the ESP32FS plugin. Sadly, that’s no longer possible under the rewritten Arduino 2.0 IDE. Thankfully, ...
Let’s say you’re working on an ESP32 project to send off to your grandma; something she can just plug in and it will start automatically monitoring her plant’s water levels. But you discover a ...