The ESP32 is one of the most powerful microcontrollers with its 32-bit dual-core system. It’s become popular for Wi-Fi and Bluetooth features with a maximum 12-bit ADC and 160 MHz frequency. On the...
Posts by Arifur Rahaman
This tutorial will guide you on storing and retrieving values from the ESP32's flash memory (similar to EEPROM) using the Arduino IDE. Data stored in the flash memory persists even after the ESP32 is...
If you're developing projects in the world of IoT or embedded systems, ArduinoJson is an essential library to have in your toolkit. With its ability to efficiently parse, serialize, and deserialize...