Skip to content

OTA fails through TP-Link TL-WR802N(US) Ver: 4.8 #11905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
OldSurferDude opened this issue Aug 24, 2023 · 1 comment
Closed

OTA fails through TP-Link TL-WR802N(US) Ver: 4.8 #11905

OldSurferDude opened this issue Aug 24, 2023 · 1 comment
Assignees

Comments

@OldSurferDude
Copy link

When I use my Asus Router or softAP running on an ESP-12F , the OTA is successful.

  • The TP-Link is configured as follows
  1. reset the TP-Link to factory defaults
  2. connect to the WiFi TP-Link_xxxx using the default passphrase for that particular TP-Link
  3. I use my browser to connect to the TP-Link (my local router has the same IP address so I disconnect the cable)
  4. The default first page is the "Quick Setup" [Next]
  5. I do not change the password [Next]
  6. I click the radio button O Access Point [Next]
  7. I do not change the Network Settings [Next]
  8. Lan Type [Static IP], IP Address [192.168.5.1] and leave DHCP server enabled [Next]
  9. 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
@per1234 per1234 self-assigned this Aug 25, 2023
@per1234
Copy link
Collaborator

per1234 commented Aug 25, 2023

Hi @OldSurferDude. Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests specific to the project. This topic is more appropriate for the Arduino Forum. I'm sure we will be able to help you out over there:

https://forum.arduino.cc/

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants