This is a short guide how to upload precompiled bin files to ESP8266/ESP32 If you have something to add or troubles - leave the issue that is not covered by this guide and we can try to figure it out.
Don't be scared of this method by its old-school UI-UX, just follow the instructions with provided screenshots and you should be good.
- Download official latest ESPRESSIF flasher from this page. Link to version used for this guide you can find here
- Extract archive and start flash_download_tool_X.X.X.exe
- Select your ESPRESSIF chip in opened window. For example for ESP8266 select ESP8266 (your captain)
For FlipperZero's dev board select ESP32S2
- On next window leave all by default. See next screenshots as reference. Choose .bin file. Don't forget to tick the box on the left near the text box with chosen .bin
Chip | Offset |
---|---|
ESP8266 | 0x0 |
ESP32 | 0x10000 |
The BOOT button has to be pressed while connecting the dev board to the usb port to detect the board as the right one and to show the right COM Port.
Choose - COM port to which your ESP currently connected And you may want to choose higher BAUD rate to speed up flash process.
For ESP8266
For ESP32S2
- Click START. After successful flash your window will look like this
For ESP8266
For ESP32S2
That's it! Have fun :)