Skip to content

Commit 8c1e419

Browse files
authored
Update OTAWebUpdate.md
1 parent c08cf6e commit 8c1e419

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/OTAWebUpdate/OTAWebUpdate.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,28 @@ Prepare the sketch and configuration for initial upload with a serial port
2727
![verbrose](esp32verbose.PNG)
2828

2929
- Upload sketch (Ctrl+U)
30+
- Now open web browser and enter the url provided on Serial Monitor, i.e. http://ESP32.local. Once entered, browser should display a form
31+
32+
![login](esp32login.PNG)
33+
34+
> username= admin
35+
> password= admin
36+
37+
**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*.
38+
39+
Now click on Login button and browser will display a upload form
40+
41+
![upload](esp32upload.PNG)
42+
For Uploading the New Firmware you need to provide the Binary File of your Code.
43+
44+
Exporting Binary file of the Firmware (Code)
45+
- Open up the Arduino IDE
46+
- Open up the Code, for Exporting up Binary file
47+
- Now go to Sketch > export compiled Binary
48+
![export](exportTobinary.PNG)
49+
- Binary file is exported to the same Directory where your code is present
50+
51+
Once you are comfortable with this procedure go ahead and modify OTAWebUpdater.ino sketch to print some additional messages, compile it, Export new binary file and upload it using web browser to see entered changes on a Serial Monitor
52+
53+
3054

0 commit comments

Comments
 (0)