diff --git a/README.md b/README.md index f8f38dc..379b08d 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Why do you need to get the nRF24's? -> the pinout can be used to connect either ### To screw the 3D printed case together you must have: -- **M3x16 Screws** (2x) +- **M3x16 Screws** (2x) - **M3 Nuts** (2x) Get this M3 kit instead: - **[M3 screws&nuts kit](https://s.click.aliexpress.com/e/_oC24YXH)** @@ -171,15 +171,32 @@ What is the 3rd antenna used for? The third antenna connected to the ESP32 chip -## Flashing ESP32 via webflasher +## Flashing the firmware +### via webflasher (Easy) ![ESP32-BlueJammerFlasher](https://dwdwpld.pages.dev/ESP32BlueJammerFlasher.png) -I've created a webflasher to make it super easy for you to flash your ESP32 chip with the ESP32-BlueJammer firmware of your choice! +I've created a webflasher to make it super easy for you to flash your ESP32 chip with the ESP32-BlueJammer firmware of your choice! - Visit [ESP32-BlueJammerFlasher](https://esp32-bluejammerflasher.pages.dev) - Connect your ESP32 via a data USB cable - Choose your firmware, chip and connect - Flash the firmware of your choice :D -## Flashing ESP32 via binary files +### via BlueFlasher.exe -Windows application (Easy) + + +The BlueFlasher.exe lets you flash any available firmware with not more than 3 clicks! It is always the latest up-to-date firmware! +- Download the [BlueFlasher.exe](https://github.com/EmenstaNougat/ESP32-BlueJammer/raw/refs/heads/main/BlueFlasher/BlueFlasher.exe) +- run the application [(Image)](https://dwdwpld.pages.dev/BlueFlasherMain.jpg) +- simply choose the COM port of your ESP32 [(Image)](https://dwdwpld.pages.dev/BlueFlasherCOM.jpg) +- hold the "Boot" button on your ESP32 from now on +- choose the firmware you want to flash +- release the "Boot" button on your ESP32 +- wait for the firmware to be flashed (check console) :D + +https://github.com/user-attachments/assets/9c6b7322-9d39-48a1-9ef4-535c6ff64681 + +**Developed by [9dl](https://github.com/9dl)** + +### Flashing ESP32 via binary files (Advanced) - Download the **.bin files** available on this repository - Use any flasher of your choice - Flash it :D