-->
Page 1 of 1

Re-evaluating or restarting the ESP8266WiFiMulti

PostPosted: Sat Aug 31, 2019 6:05 am
by mikekgr
Dear Sirs,
I am trying to implement the bellow and I need your kind help.
Need to have wifiMulti ( ESP8266WiFiMulti.h ) in my project, in order to have setup more than one A.P. ( pre-set A.P.s )
I realized that, at the beginning / booting of the ESP8266 it connects to one of the pre-set A.P.s as it should.
The problem is, if, for example, the pre-set APs ( that are AP1, AP2 ) and during the ESP8266 Power ON there was only the AP2 available then
the WiFi connection will be connected to AP2. If, after that, AP1 appeared again ( e.x. WiFi AP switched ON ) and with bigger WiFi signal, the ESP8266 will never get connected
to that AP. It is remaining connected to AP2
1) Is the above the expected behaviour of the ESP8266WiFiMulti?
2) Furthermore, if I need to re-initiate a new ESP8266WiFiMulti APs evaluation, what I have to do and how?
( maybe to switch OFF ESP8266 WiFi system, wait a little time and then back ON? If this is correct, how can do it? )

Thanks and Best Regards,
Mike Kranidis

Re: Re-evaluating or restarting the ESP8266WiFiMulti

PostPosted: Wed Sep 04, 2019 2:11 pm
by mikekgr
no one has an even idea about?