Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 2.3 KB

esp32.md

File metadata and controls

58 lines (38 loc) · 2.3 KB

ESP32

HOW TO FLASH

You need:

NOTE: The board has to be prepared the first time you use it, by flashing a particular bin file as described below. This has to be done only once, then, you can install the firmware via COM or WEB.


First time setup

The very first time you process with the firmware flash, you must prepare your board.

You need one additional bin file, you can download it here This bin file contains a complete image of the flash memory.

Start esp_flash_download_tool and select the correct board (ESP32):
esp_tool_board_select

Load the bin "SolarTracerBlynk_3.0.4_esp32dev_FULL.bin", set the address to 0x0000.
esp_tool_board_select

Select the correct COM port and then press START, it should take some time the complete the process.
Reboot board, you should see a new access point named "Solar tracer", if so, you are ready to upgrade to the REAL firmware.


COM firmware upgrade

You will upgrade your firmware using the COM serial port.

Start esp_flash_download_tool and select the correct board (ESP32):
esp_tool_board_select

Load the bin set the address to 0x10000.
esp_tool_board_address

Select the correct COM port and then press START, it should take some time the complete the process.
Reboot board, upgrade completed!


WIFI firmware upgrade

You will upgrade your firmware using the web interface.

Start your ESP32 in configuration mode, the board will create an access point (normally named "Solar tracer").

Connect to the AP, open a new tab on your web browser and go to http://192.168.4.1 .

Click INFO.
wifimanager_home

Click UPDATE.
wifimanager_info

Load the bin file and start the update.
wifimanager_info

Reboot board, upgrade completed!