-->
Page 2 of 2

Re: ESP8266 Cant see or connect to my WiFi

PostPosted: Fri Oct 16, 2015 10:42 am
by allegrojm
When I first hooked up my esp-01 to an Arduino UNO, AT+CWLAP did not should my AP in the list of wifi networks, but I then did CWJAP="myap_id","myap_password" and it connected. Subsequently my AP shows up in the list. Then you can use the AT commands to show your IP address etc. Hope that might help.

Re: ESP8266 Cant see or connect to my WiFi

PostPosted: Fri Oct 16, 2015 10:45 am
by allegrojm
meant to add - I have the same firmware too.

Re: ESP8266 Cant see or connect to my WiFi

PostPosted: Wed Oct 21, 2015 3:10 pm
by vandiwa
I've got the exact same issue. Here's my version :
AT version:0.50.0.0(Sep 18 2015 20:55:38)
SDK version:1.4.0

When I do a direct connect specifying the SSID and password, I can connect no problem, but my AP never shows up in a scan. I have captured probe responses in Wireshark from the AP in question, and there are some different capabilities from the probe responses of ones that I can scan, but I don't know the key to why the ESP rejects these probe responses.
More later...

Re: ESP8266 Cant see or connect to my WiFi

PostPosted: Mon Jan 11, 2016 3:33 pm
by gianzanuz
Hey, I have the same issue, only my AP, which has the strongest signal, does not appear on the list.
The problem occured after upgrated to the new version 0.50.0.0 (Sep 18 2015 20:55:38). The old one 0.21.0.0 was fully functional.
Any solution?