-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed as not planned
Description
When I use my Asus Router or softAP running on an ESP-12F , the OTA is successful.
- The TP-Link is configured as follows
- reset the TP-Link to factory defaults
- connect to the WiFi TP-Link_xxxx using the default passphrase for that particular TP-Link
- I use my browser to connect to the TP-Link (my local router has the same IP address so I disconnect the cable)
- The default first page is the "Quick Setup" [Next]
- I do not change the password [Next]
- I click the radio button O Access Point [Next]
- I do not change the Network Settings [Next]
- Lan Type [Static IP], IP Address [192.168.5.1] and leave DHCP server enabled [Next]
- I wait until the update is complete (reconnecting my network cable) and reconnect to the Access Point as in 2. My computer now has the IP address of 192.168.5.100
- My device is an ESP-12F (ESP8266).
- For initial download I use a test frame. (Depending on which USB I plug it into) it appears as COM8
- In the Arduino IDE I set the board to Generic ESP Module
- Also, I set the port to COM8
- I load the Examples-->ArduinoOTA-->BasicOTA
- I modify the Basic OTA sketch to have the same SSID and Passphrase
- compile and upload
- once uploaded, I open a PuTTY terminal COM8 115200 BAUD. This restarts the program that is now on the ESP-12F and indicates that device has an IP address of 192.168.5.101
- In the IDE, I now set the port to 192.168.5.101 for OTA upload
- compile and upload, a password id required [admin]
- The IDE reports the error:
11:12:32 [ERROR]: No response from device
Failed uploading: uploading error: exit status 1
- The output on the PuTTY monitor port is:
▒Booting
Ready
IP address: 192.168.5.101
Start updating sketch
Error[2]: Connect Failed
Error[4]: End Failed
Metadata
Metadata
Assignees
Labels
No labels