Page 1 of 1

Questions about the WiFi library

Posted: Wed Sep 05, 2018 2:07 pm
by esprUS32
Hi esp32 lovers,

I am currently working on a project that does home automation project based on my phone being near the esp32. I have it configured as a wifi scanner, but I was wondering if it would be possible to choose the channel and/or the AP in question prior to scanning in order to save time. Right now the wifi scanner works by going through all the channels, which is very time consuming. Thanks again for your help!

Re: Questions about the WiFi library

Posted: Tue Sep 11, 2018 11:24 am
by rodmcm
You could set up the ESP as an AP network and have a direct access that way, or else have a phone APP search and connect to the ESP.

Re: Questions about the WiFi library

Posted: Tue Sep 11, 2018 6:35 pm
by tommeyers
Maybe Bluetooth/BLE would be a better/faster indication of proximity.

Tom Meyers