Choose ssid / password from pre-sets based on rules
Posted: Wed Sep 20, 2017 4:50 pm
Dear Friends,
I need to implement the following and I need your help.
What I need: At setup phase ( or later in the loop phase, if the WiFi AP that the ESP8266 was connected to disconnected or lost )
1) I want ESP8266 to do a full WiFi AP scan and then to store ( the result of these scan ) these AP's along with the MAC address & signal strength for each one. ( MAC address in case that we have more APs with the same name... ).
2) In my sketch I will have 3-4 pre-setted APs with the passwords in the form ex: ap1ssid passwd1 ...
3) I want one routine then to "search" the stored scan of the step (1) to see if none, some or all of the pre-setted AP existed, then to choose the stronger of these pre-setted and finally to get connected to this AP...
How do you think? It is easy to achieve? Any idea and code block for implementation?
Thanks and Best Regards,
Mike Kranidis
I need to implement the following and I need your help.
What I need: At setup phase ( or later in the loop phase, if the WiFi AP that the ESP8266 was connected to disconnected or lost )
1) I want ESP8266 to do a full WiFi AP scan and then to store ( the result of these scan ) these AP's along with the MAC address & signal strength for each one. ( MAC address in case that we have more APs with the same name... ).
2) In my sketch I will have 3-4 pre-setted APs with the passwords in the form ex: ap1ssid passwd1 ...
3) I want one routine then to "search" the stored scan of the step (1) to see if none, some or all of the pre-setted AP existed, then to choose the stronger of these pre-setted and finally to get connected to this AP...
How do you think? It is easy to achieve? Any idea and code block for implementation?
Thanks and Best Regards,
Mike Kranidis