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 7971a88d7ad83f6ea4177030594b0fa544ce820a
20 changes: 20 additions & 0 deletions docs/OTAWebUpdate/OTAWebUpdate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Over the Air through Web browser
OTAWebUpdate is done with a web browser that can be useful in the following typical scenarios:
- Once the application developed and loading directly from Arduino IDE is inconvenient or not possible
- after deployment if user is unable to expose Firmware for OTA from external update server
- provide updates after deployment to small quantity of modules when setting an update server is not practicable

## Requirements
- The ESP and the computer must be connected to the same network

## Implementation
The sample implementation has been done using:
- example sketch OTAWebUpdate.ino
- NodeMCU 1.0 (ESP-12E Module)
You can use another module also if it meets Flash chip size of the sketch
1-Before you begin, please make sure that you have the following software installed:
- Arduino IDE
- Host software depending on O/S you use:
1- Avahi http://avahi.org/ for Linux
2- Bonjour http://www.apple.com/support/bonjour/ for Windows
3- Mac OSX and iOS - support is already built in / no any extra s/w is required
0