Get FreeFi Firmware

Flash your ESP32-S board and join the decentralized mesh network in minutes.

Latest: v0.1.0
freefi-esp32s-v0.1.0.bin — 1.2 MB
Download Firmware

Prerequisites

Quick Flash Guide

Install esptool and flash:

pip install esptool
esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py --port /dev/ttyUSB0 write_flash 0x0 freefi-esp32s-v0.1.0.bin

Replace /dev/ttyUSB0 with your board's port. On Windows, use COM3 (check Device Manager). On macOS, use /dev/cu.usbserial-*.

Need Help?

Join the IRC chat or check the docs for detailed flashing guides and troubleshooting.

Join Chat Read Docs