docs/en/ota_web_update.rst
############## OTA Web Update ##############
OTAWebUpdate is done with a web browser that can be useful in the following typical scenarios:
For more information about the update process, please refer to the OTA API reference <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/ota.html>_
section of the ESP-IDF documentation.
The sample implementation has been done using:
OTAWebUpdater.ino.You can also use another module if it meets Flash chip size of the sketch
Before you begin, please make sure that you have the following software installed:
Avahi <http://avahi.org/>_ for LinuxBonjour <http://www.apple.com/support/bonjour/>_ for WindowsPrepare the sketch and configuration for initial upload with a serial port
.. figure:: ../_static/ota_esp32_verbose.png :align: center :figclass: align-center
.. figure:: ../_static/ota_esp32_login.png :align: center :figclass: align-center
username = admin
password = admin
.. note:: If entering “http://ESP32.local” does not work, try replacing “ESP32” with module’s IP address. This workaround is useful in case the host software installed does not work.
Now click on the Login button and browser will display an upload form
.. figure:: ../_static/ota_esp32_upload.png :align: center :figclass: align-center
For Uploading the New Firmware, you need to provide the Binary File of your Code.
Exporting Binary file of the Firmware (Code)
.. figure:: ../_static/ota_export_to_binary.png :align: center :figclass: align-center
Once you are comfortable with this procedure, go ahead and modify OTAWebUpdater.ino sketch to print some additional messages and compile it. Then, export the new binary file and upload it using web browser to see entered changes on a Serial Monitor.