Skip to content

This is a short guide how to upload precompiled bin files to ESP8266/ESP32

License

Notifications You must be signed in to change notification settings

SequoiaSan/Guide-How-To-Upload-bin-to-ESP8266-ESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

How To Upload *.bin to ESP8266/ESP32

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.

Method (Windows)

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.

  1. Download official latest ESPRESSIF flasher from this page. Link to version used for this guide you can find here
  2. Extract archive and start flash_download_tool_X.X.X.exe
  3. Select your ESPRESSIF chip in opened window. For example for ESP8266 select ESP8266 (your captain)

Select_ESP8266

For FlipperZero's dev board select ESP32S2

FlipperZero_devboard_chip

  1. 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

!ATTENTION! Choose appropriate offset!!!

Chip Offset
ESP8266 0x0
ESP32 0x10000

Note to FlipperZero's Dev Module v.1 and any other boards that have BOOT button

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

ESP8266_1

For ESP32S2

ESP32S2_1

  1. Click START. After successful flash your window will look like this

For ESP8266

ESP8266_2

For ESP32S2

ESP32S2_2

That's it! Have fun :)

About

This is a short guide how to upload precompiled bin files to ESP8266/ESP32

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published