Social Icons

Press ESC to close

StorageA collection of 5 posts

1 Min Read

ESP32 Flash and Ram

ESP32’s Flash memory is an external SPI-based storage that serves multiple purposes: This external SPI-based storage IC is embedded within the ESP32 module and enclosed by a metal…

1 Min Read

ESP32 Preferences

The ESP32 Preferences library provides a simple and efficient way to store key-value pairs in the ESP32’s non-volatile storage (NVS), making it ideal for saving small amounts of…

2 Min Read

Using Preferences

The API for Preferences is simple and easy to use. Here’s a breakdown of the typical operations: 1. Include the Preferences Library: 2. Create a Preferences Object: 3….

1 Min Read

LittleFS

LittleFS (Little File System) is a lightweight file system designed for microcontrollers and embedded systems. It is an alternative to SPIFFS (SPI Flash File System) and is often…

Join to our community 👋

Unlock full access to TinkerBlock and see the entire library of paid-members only posts.

Subscribe to our Newsletter, cancel at anytime.

Join Now

/* */