1
0
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:
krzychb 2015-11-08 19:46:18 +01:00
parent ecb95cbae4
commit e53a1fe8dd

View File

@ -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) 3. Select “Add python.exe to Path” (see below that option is not selected by default)
4. Complete remaining steps of installation 4. Complete remaining steps of installation
![Python installation set up](ota-ide-python-configuration.png)
2. Now prepare the sketch and configuration for the upload over a serial port. 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 - Start Arduino IDE and load sketch DNS_SD_Arduino_OTA.ino available under File > Examples > ESP8266mDNS
[PICTURE] ![OTA sketch selection](ota-ide-sketch-selection.png)
- Update ssid and pass in the sketch so the module can join your WiFi network - Update ssid and pass in the sketch so the module can join your WiFi network
[PICTURE] ![ssid and pass entry](ota-ide-ssid-pass-entry.png)
- Configure upload parameters as below (you may need to adjust configuration if you are using a different module): - Configure upload parameters as below (you may need to adjust configuration if you are using a different module):
[PICTURE] ![configuration of serial upload](ota-ide-serial-upload-configuration.png)
3. Upload the sketch (Ctrl+U). Once done open Serial Monitor (Ctrl+Shift+M) and check if the module has joined your WiFi network. 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] ![check if module joined network](ota-ide-module-joined-wifi.png)
4. Only if module is connected, after a dozen (or two dozens) of seconds the esp8266-ota port will show up in Arduino IDE: 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] ![selection og OTA port](ota-ide-ota-port-selection.png)
5. Now get ready for your first OTA upload by changing configuration settings as follows: 5. Now get ready for your first OTA upload by changing configuration settings as follows:
[PICTURE] ![configuration of OTA upload](ota-ide-ota-upload-configuration.png)
6. If you have successfully completed all the above steps, you can upload (Ctrl+U) the same (or any other) sketch over OTA: 6. If you have successfully completed all the above steps, you can upload (Ctrl+U) the same (or any other) sketch over OTA:
[PICTURE] ![OTA upload complete](ota-ide-ota-upload-complete.png)
**Note** **Note**