Releases: JshStadler/esp32-secure-ble-key
Releases · JshStadler/esp32-secure-ble-key
v1.0 — First Release
First release for testing and development.
Binaries
- car_key_v1.0.apk — Android app
- firmware.bin — ESP32 firmware (compiled for
esp32devboard, output on GPIO 4)
Default PSK
Both binaries use the default pre-shared key:
CHANGE_ME_before_flashing_32chars!
Install the APK, flash the firmware, and enter the PSK in the app to connect.
Compiling from Source
The firmware is compiled for the default esp32dev board. If you're using a different board (e.g. ESP32-C3), need a different GPIO pin, or want to change the BLE name, timeouts, or other settings — you can recompile from source. The app can also be rebuilt with flutter build apk. See the repo README for full build instructions.