File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,17 @@ OTAWebUpdate is done with a web browser that can be useful in the following typi
9
9
10
10
## Implementation
11
11
The sample implementation has been done using:
12
- - example sketch OTAWebUpdate .ino
12
+ <
8BC7
span class="pl-v">- example sketch OTAWebUpdater .ino
13
13
- NodeMCU 1.0 (ESP-12E Module)
14
14
You can use another module also if it meets Flash chip size of the sketch
15
15
1-Before you begin, please make sure that you have the following software installed:
16
16
- Arduino IDE
17
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
18
+ - Avahi http://avahi.org/ for Linux
19
+ - Bonjour http://www.apple.com/support/bonjour/ for Windows
20
+ - Mac OSX and iOS - support is already built in / no any extra s/w is required
21
+
22
+ Prepare the sketch and configuration for initial upload with a serial port
23
+ - Start Arduino IDE and load sketch OTAWebUpdater.ino available under File > Examples > OTAWebUpdater.ino
24
+ - Update ssid and pass in the sketch so the module can join your Wi-Fi network
25
+ - Open File > Preferences, look for “Show verbose output during:” and check out “compilation” option
You can’t perform that action at this time.
0 commit comments