File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff 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
53542 . 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
67683 . 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
71724 . 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
75765 . 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
79806 . 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
You can’t perform that action at this time.
0 commit comments