ESP8266 doesn't see any APs #770
Replies: 9 comments
-
Posted at 2015-07-09 by mooniac BTW, I just soldered up another one and it does exactly the same thing. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-09 by mooniac if I enable the debug output I get: turning on debugging so I'm seeing both a wrong syntax error at the top (right after printing the version) which looks like it is in response to AT+RST (though there is also an OK so I'm not sure of that) and an ERROR in response to AT+CWLAP |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-10 by @gfwilliams The syntax error is fine - it's just complaining about the newline before reset (which is needed just in case you reset Espruino in the middle of a command last time). The getAPs failure is odd though. I just tried your exact code here and it works for me:
So I'm not really sure what the issue is. Have you tried connecting to a known access point? Does that fail as well? I guess it could be something to do with the state the ESP8266 comes in out of the box. I think it comes pre-configured as an Access Point, and maybe you can only list other APs by disabling that (which trying to connect to an AP first would solve?). |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-10 by mooniac Yes, I did try to connect to two different known APs and both failed. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-13 by @gfwilliams Maybe you could try the following before the
That'll put the module into non-AP mode. The second Also it might be worth trying call |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-13 by mooniac Hmm, neither changes the result. I did manage to get it to connect to an AP even though it wouldn't show it in the list. Guess it's time to dig into the code. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-13 by mooniac Not sure what's up now but I'm just getting gibberish:
I added a cap (47uf) to the pads on the shim and it is still the same. I don't understand why the change in behavior... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-14 by @gfwilliams
Does it actually say |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-07-14 by mooniac Interesting but I'm seeing the same thing from all 3 units now. I'll go over the hardware again as you recommend, maybe I messed something up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-07-09 by mooniac
So I finally got my ESP8266 soldered to my pico using the shim and am having a couple of issues but the one I can't get around right now is that it won't see any APs even though there are at least 10 available in my immediate area. Here is the code I'm using:
and I get the following output:
version = 0018000902-AI03, resetting wifi
APs: []
I also tried using my phone as a mobile hotspot and placing it immediately adjacent to the antenna in case it seemed like an antenna performance problem. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions