Learn how to store data persistently on the ESP32 without relying on EEPROM! In this tutorial, I’ll show you how to use RTC memory for quick data retention and SPIFFS filesystem for more permanent ...
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, ...
As hackers, we occasionally forget that not everyone is enamored with the same nerdy minutia that we are. Configuring hardware by changing some lines in the code and compiling a new firmware doesn’t ...