You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my IoT devices connect to a hidden ssid. The ssid is hidden not because of security concerns, just simply don't want it listed in list of available networks. The hidden ssid is broadcast on three different APs (w different channels of course). Unlike WiFi, WiFiMulti does a good job of connecting to the AP w/ the strongest signal. I hacked WiFiMulti.cpp to get it to work. It was simple - modified the scanNetworks call to include hidden ssids - WiFi.scanNetworks(false, true) - and then used the hidden ssid for the networks returned by the scan w/o an ssid. Its an unelegant hack, so I'm not going to submit my code, but I think I submitted enough info for someone to make it a feature. I have a number of ESP32's in my IoT. I program them w/ Arduino using the arduino-esp32 lib.
Describe the solution you'd like
WifiMulti feature to connect to hidden ssid w/ strongest RSSI
Describe alternatives you've considered
I looked at various other wifi libs for ESP32. None offer this feature.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
I confirm I have checked existing list of Feature requests and Contribution Guide.
The text was updated successfully, but these errors were encountered:
@ShortPutt - feel free to add a PR with your, or some other, implementation that you may think that could help this Arduino community. It would be great to list your name as one of our great contributors for the next Arduino Core release.
Related area
WiFiMulti
Hardware specification
ESP32
Is your feature request related to a problem?
I have my IoT devices connect to a hidden ssid. The ssid is hidden not because of security concerns, just simply don't want it listed in list of available networks. The hidden ssid is broadcast on three different APs (w different channels of course). Unlike WiFi, WiFiMulti does a good job of connecting to the AP w/ the strongest signal. I hacked WiFiMulti.cpp to get it to work. It was simple - modified the scanNetworks call to include hidden ssids - WiFi.scanNetworks(false, true) - and then used the hidden ssid for the networks returned by the scan w/o an ssid. Its an unelegant hack, so I'm not going to submit my code, but I think I submitted enough info for someone to make it a feature. I have a number of ESP32's in my IoT. I program them w/ Arduino using the arduino-esp32 lib.
Describe the solution you'd like
WifiMulti feature to connect to hidden ssid w/ strongest RSSI
Describe alternatives you've considered
I looked at various other wifi libs for ESP32. None offer this feature.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: