-->
Page 1 of 1

Store list of APs to connect to inside flash

PostPosted: Mon Aug 24, 2015 3:14 am
by helpme
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?

Re: Store list of APs to connect to inside flash

PostPosted: Mon Aug 24, 2015 4:56 am
by kriegste
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".

Re: Store list of APs to connect to inside flash

PostPosted: Wed Aug 26, 2015 4:12 am
by helpme
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?