File tree 1 file changed +20
-0
lines changed 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments