-->
Page 1 of 1

Show wireless APs

PostPosted: Thu Apr 23, 2015 1:09 am
by Mike Bedford
Hello, I have the ESP8266 connected to my Arduino Due. I can send AT commands successfully. What is the best way to have the Due list all accessible APs in the serial monitor window? This is all I am trying to achieve for now.

Thanks!

Mike

Re: Show wireless APs

PostPosted: Tue Apr 28, 2015 6:41 pm
by Marcus L
cant believe no one helped you out. listing AP's is built into the AT commands. The command you are looking for is

AT+CWLAP

Re: Show wireless APs

PostPosted: Wed May 06, 2015 6:00 pm
by wangpingsx
AT+CWLAP

can list all APS.

But, do you have multi-AP? I mean the bridging, all APs are in same SSID.

If you do, do you have any issue with connecting it?

Thanks,
Peter