8000 OTAWebUpdater doc by karan6190 · Pull Request #3 · karan6190/arduino-esp32 · GitHub
[go: up one dir, main page]

Skip to content

OTAWebUpdater doc #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 3, 2018
Prev Previous commit
Next Next commit
Update OTAWebUpdate.md
  • Loading branch information
karan6190 authored Jul 3, 2018
commit bc7c5627ab24dcf272a8418aa01ce3af281dddb7
3 changes: 3 additions & 0 deletions docs/OTAWebUpdate/OTAWebUpdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,23 @@ Prepare the sketch and configuration for initial upload with a serial port
![login](esp32login.PNG)

> 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 Login button and browser will display a upload form

![upload](esp32upload.PNG)

For Uploading the New Firmware you need to provide the Binary File of your Code.

Exporting Binary file of the Firmware (Code)
- Open up the Arduino IDE
- Open up the Code, for Exporting up Binary file
- Now go to Sketch > export compiled Binary
![export](exportTobinary.PNG)

- Binary file is exported to the same Directory where your code is present

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
Expand Down
0