Chat freely about anything...

User avatar
By helpme
#26937 Suppose I will carry the ESP8266 around to different locations. Each location will have its own Access Point. Is it possible to get the ESP8266 to have the list of APs with the associated SSID and password stored in the flash and connect to the available AP accordingly as the ESP8266 is being moved around?
User avatar
By helpme
#27073
kriegste wrote:ESP8266 will do this out of the box. It can store up to 5 aps. Open the SDK manual, search for "wifi_station_ap_number_set".


If there is a need to store more than 5 APs, are there any ways to solve this problem? Does one need to manually implement this feature?