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:
48
48
2 . Start installer
49
49
3 . Select “Add python.exe to Path” (see below – that option is not selected by default)
50
50
4 . Complete remaining steps of installation
51
-
51
+
52
+ ![ Python installation set up] ( ota-ide-python-configuration.png )
52
53
53
54
2 . Now prepare the sketch and configuration for the upload over a serial port.
54
55
55
56
- Start Arduino IDE and load sketch DNS_SD_Arduino_OTA.ino available under File > Examples > ESP8266mDNS
56
57
57
- [ PICTURE ]
58
+ ![ OTA sketch selection ] ( ota-ide-sketch-selection.png )
58
59
59
60
- Update ssid and pass in the sketch so the module can join your WiFi network
60
61
61
- [ PICTURE ]
62
+ ![ ssid and pass entry ] ( ota-ide-ssid-pass-entry.png )
62
63
63
64
- Configure upload parameters as below (you may need to adjust configuration if you are using a different module):
64
65
65
- [ PICTURE ]
66
+ ![ configuration of serial upload ] ( ota-ide-serial-upload-configuration.png )
66
67
67
68
3 . Upload the sketch (Ctrl+U). Once done open Serial Monitor (Ctrl+Shift+M) and check if the module has joined your WiFi network.
68
69
69
- [ PICTURE ]
70
+ ![ check if module joined network ] ( ota-ide-module-joined-wifi.png )
70
71
71
72
4 . Only if module is connected, after a dozen (or two dozens) of seconds the esp8266-ota port will show up in Arduino IDE:
72
73
73
- [ PICTURE ]
74
+ ![ selection og OTA port ] ( ota-ide-ota-port-selection.png )
74
75
75
76
5 . Now get ready for your first OTA upload by changing configuration settings as follows:
76
77
77
- [ PICTURE ]
78
+ ![ configuration of OTA upload ] ( ota-ide-ota-upload-configuration.png )
78
79
79
80
6 . If you have successfully completed all the above steps, you can upload (Ctrl+U) the same (or any other) sketch over OTA:
80
81
81
- [ PICTURE ]
82
+ ![ OTA upload complete ] ( ota-ide-ota-upload-complete.png )
82
83
83
84
** Note**
84
85
You can’t perform that action at this time.
0 commit comments