TOP LEVEL NVS - This component is a wrapper for the ESP-IDF NVS component. - It provides a simple interface for storing and retrieving data from NVS. - It is designed to be used with the ESP-IDF framework. - It is a lightweight and easy to use component that can be used in any ESP-IDF project.
Runtime hot reload for ESP chips - load and reload ELF modules without reflashing. Enables rapid iteration during development by updating code over HTTP while the device keeps running.
Streaming MP3 player for ESP32-S3: HTTP chunked download → MP3 decode → resample → PCM out, fully PSRAM-resident, with abortable lifecycle. Audio output and HTTP transport are injected via abstract interfaces, so the component is project-agnostic.