mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Added pictures
Now need to reduce size of pictures
This commit is contained in:
parent
ecb95cbae4
commit
e53a1fe8dd
@ -49,36 +49,37 @@ OTA process will be demonstrated using:
|
||||
3. Select “Add python.exe to Path” (see below – that option is not selected by default)
|
||||
4. Complete remaining steps of installation
|
||||
|
||||

|
||||
|
||||
2. Now prepare the sketch and configuration for the upload over a serial port.
|
||||
|
||||
- Start Arduino IDE and load sketch DNS_SD_Arduino_OTA.ino available under File > Examples > ESP8266mDNS
|
||||
|
||||
[PICTURE]
|
||||

|
||||
|
||||
- Update ssid and pass in the sketch so the module can join your WiFi network
|
||||
|
||||
[PICTURE]
|
||||

|
||||
|
||||
- Configure upload parameters as below (you may need to adjust configuration if you are using a different module):
|
||||
|
||||
[PICTURE]
|
||||

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

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

|
||||
|
||||
5. Now get ready for your first OTA upload by changing configuration settings as follows:
|
||||
|
||||
[PICTURE]
|
||||

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

|
||||
|
||||
**Note**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user