Skip to content

99 LittleFS

Geo edited this page Sep 13, 2025 · 24 revisions

LittleFS (Filesystem)

LittleFS is a lightweight filesystem available on the ESP32 Bus Pirate, useful for storing small files directly in the flash memory.

image

WebUI

The firmware provides a web interface accessible from your browser: image

  • Upload files directly into the panel
  • See all stored files with their sizes
  • Download files
  • Delete files

Limitations

  • ⚠️ Maximum space available: about 1.5 MB
  • 🚫 No support for subfolders: only the root (/) is available
  • 🧹 Filesystem size is fixed at compile time

With LittleFS, you can treat your ESP32 like a tiny USB stick accessible over Wi-Fi.

Clone this wiki locally