Host a Web Update Page
Upload firmware from a browser form.
Update From a Browser
Sometimes you want to flash a device without the Arduino IDE at all. A web update page lets anyone upload firmware from a browser.
The Board Becomes a Server
Your ESP32 runs a tiny web server that serves an upload form, so a phone or laptop can send it a new binary.
All lessons in this course
- Why OTA Matters in the Field
- Enable ArduinoOTA
- Host a Web Update Page
- Roll Back a Bad Update