8000 Update OTAWebUpdate.md · karan6190/arduino-esp32@7971a88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7971a88

Browse files
authored
Update OTAWebUpdate.md
1 parent ee206e3 commit 7971a88

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/OTAWebUpdate/OTAWebUpdate.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Over the Air through Web browser
2+
OTAWebUpdate is done with a web browser that can be useful in the following typical scenarios:
3+
- Once the application developed and loading directly from Arduino IDE is inconvenient or not possible
4+
- after deployment if user is unable to expose Firmware for OTA from external update server
5+
- provide updates after deployment to small quantity of modules when setting an update server is not practicable
6+
7+
## Requirements
8+
- The ESP and the computer must be connected to the same network
9+
10+
## Implementation
11+
The sample implementation has been done using:
12+
- example sketch OTAWebUpdate.ino
13+
- NodeMCU 1.0 (ESP-12E Module)
14+
You can use another module also if it meets Flash chip size of the sketch
15+
1-Before you begin, please make sure that you have the following software installed:
16+
- Arduino IDE
17+
- Host software depending on O/S you use:
18+
1- Avahi http://avahi.org/ for Linux
19+
2- Bonjour http://www.apple.com/support/bonjour/ for Windows
20+
3- Mac OSX and iOS - support is already built in / no any extra s/w is required

0 commit comments

Comments
 (0)
0