Post topics, source code that relate to the Arduino Platform

User avatar
By Mike Bedford
#15337 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
User avatar
By Marcus L
#15952 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
User avatar
By wangpingsx
#16744 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