You need:
- one bin file, the firmware you want to install on your ESP32
- esp flasher tool
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.
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):
Load the bin "SolarTracerBlynk_3.0.4_esp32dev_FULL.bin", set the address to 0x0000.
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.
You will upgrade your firmware using the COM serial port.
Start esp_flash_download_tool and select the correct board (ESP32):
Load the bin set the address to 0x10000.
Select the correct COM port and then press START, it should take some time the complete the process.
Reboot board, upgrade completed!
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 .
Load the bin file and start the update.
Reboot board, upgrade completed!