ESP32 (25) – Oled display with U8G2

If you read my post ESP32, Wemos or not to Wemos you know that I brought a development board, that happened to be a D-duino-32 clone, with an ESP-WROOM-32 module and a 0.96″ oled display. This display, available also as a standalone module on several websites (for example on Banggood), has the following features: [checklist] size: 0.96 inches resolution: 128×64 pixels controller: SSD1306 with I2C interface power supply: 3.3V – 6V…

ESP32 (19) – NVS

In today’s tutorial you’ll learn how to permanently store information, so that they are preserved even if the esp32 chip is reset or power is removed. NVS NVS (Non Volatile Storage) is a library included in the esp-idf framework that allows to store information (in the form of key/value) in the flash memory, the content of which is not erased…