Skip to content

Releases: The-Masked-Bear/wifisense-pi

Release list

v1.0.0

Choose a tag to compare

@The-Masked-Bear The-Masked-Bear released this 14 Aug 10:11

First public release.

Pre-compiled firmware for the ESP32-S3 (16MB flash).

Flashing Instructions

Using esptool, write the merged factory image to offset 0x0:

pip install esptool
esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 write_flash 0x0 wifisense-firmware-v1.0.0.bin

Security Note: This binary contains an all-zero placeholder radio key. If you use a radio link, you must set your own key in pi/config.json and compile the firmware yourself. A prebuilt binary cannot carry a private key.