Skip to content

Releases: JshStadler/esp32-secure-ble-key

v1.0 — First Release

28 Mar 11:24

Choose a tag to compare

First release for testing and development.

Binaries

  • car_key_v1.0.apk — Android app
  • firmware.bin — ESP32 firmware (compiled for esp32dev board, 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.

⚠️ Change the PSK before any real-world use — either from the app after pairing, or by recompiling with your own key.

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.