-->
Page 2 of 2

Re: Choose ssid / password from pre-sets based on rules

PostPosted: Thu Sep 21, 2017 3:57 am
by torntrousers
Some example code here of almost what you want: http://github.com/HarringayMakerSpace/I ... onnect.ino

Re: Choose ssid / password from pre-sets based on rules

PostPosted: Thu Sep 21, 2017 6:16 am
by Cosmic Mac
mikekgr wrote:
Pablo2048 wrote:... as @Barnabybear suggest, and then continue with WiFiMulti ( https://github.com/esp8266/Arduino/tree ... /WiFiMulti ) ;-)

Dear @Pablo2048
thanks a lot for point me at the WiFi multi sketch. as well as @Barnabybear suggested the WiFi scan sketch.
As a hardware engineer, I am very weak at programming and for this reason I asked you for help.
I can not combine these two sketches in order to fulfill my requirements I am afraid.
Can someone help me further in making the sketch for me?

In all cases thanks a lot for your kind help.

Best Regards,
Mike Kranidis


Actually you only need to focus on WifiMulti as it automatically does the scan in the background.

Re: Choose ssid / password from pre-sets based on rules

PostPosted: Thu Sep 21, 2017 9:18 am
by mikekgr
torntrousers wrote:Some example code here of almost what you want: http://github.com/HarringayMakerSpace/I ... onnect.ino

Thanks a lot!

Re: Choose ssid / password from pre-sets based on rules

PostPosted: Thu Sep 21, 2017 9:18 am
by mikekgr
Cosmic Mac wrote:
mikekgr wrote:
Pablo2048 wrote:... as @Barnabybear suggest, and then continue with WiFiMulti ( https://github.com/esp8266/Arduino/tree ... /WiFiMulti ) ;-)

Dear @Pablo2048
thanks a lot for point me at the WiFi multi sketch. as well as @Barnabybear suggested the WiFi scan sketch.
As a hardware engineer, I am very weak at programming and for this reason I asked you for help.
I can not combine these two sketches in order to fulfill my requirements I am afraid.
Can someone help me further in making the sketch for me?

In all cases thanks a lot for your kind help.

Best Regards,
Mike Kranidis


Actually you only need to focus on WifiMulti as it automatically does the scan in the background.

Thanks a lot