Skip to content

Commit e53a1fe

Browse files
committed
Added pictures
Now need to reduce size of pictures
1 parent ecb95cb commit e53a1fe

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/ota_updates/ota_updates.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,37 +48,38 @@ OTA process will be demonstrated using:
4848
2. Start installer
4949
3. Select “Add python.exe to Path” (see below – that option is not selected by default)
5050
4. Complete remaining steps of installation
51-
51+
52+
![Python installation set up](ota-ide-python-configuration.png)
5253

5354
2. Now prepare the sketch and configuration for the upload over a serial port.
5455

5556
- Start Arduino IDE and load sketch DNS_SD_Arduino_OTA.ino available under File > Examples > ESP8266mDNS
5657

57-
[PICTURE]
58+
![OTA sketch selection](ota-ide-sketch-selection.png)
5859

5960
- Update ssid and pass in the sketch so the module can join your WiFi network
6061

61-
[PICTURE]
62+
![ssid and pass entry](ota-ide-ssid-pass-entry.png)
6263

6364
- Configure upload parameters as below (you may need to adjust configuration if you are using a different module):
6465

65-
[PICTURE]
66+
![configuration of serial upload](ota-ide-serial-upload-configuration.png)
6667

6768
3. Upload the sketch (Ctrl+U). Once done open Serial Monitor (Ctrl+Shift+M) and check if the module has joined your WiFi network.
6869

69-
[PICTURE]
70+
![check if module joined network](ota-ide-module-joined-wifi.png)
7071

7172
4. Only if module is connected, after a dozen (or two dozens) of seconds the esp8266-ota port will show up in Arduino IDE:
7273

73-
[PICTURE]
74+
![selection og OTA port](ota-ide-ota-port-selection.png)
7475

7576
5. Now get ready for your first OTA upload by changing configuration settings as follows:
7677

77-
[PICTURE]
78+
![configuration of OTA upload](ota-ide-ota-upload-configuration.png)
7879

7980
6. If you have successfully completed all the above steps, you can upload (Ctrl+U) the same (or any other) sketch over OTA:
8081

81-
[PICTURE]
82+
![OTA upload complete](ota-ide-ota-upload-complete.png)
8283

8384
**Note**
8485

0 commit comments

Comments
 (0)