Skip to content
Discussion options

You must be logged in to vote

The following parameters with accurate values are required for WiFi.begin to succeed to match a beacon from an access point with the same SSID. We can see it in the ESP32's WiFi library.

https://github.com/espressif/arduino-esp32/blob/5de09a9a4964961385f919eec12249dda5726a31/libraries/WiFi/src/WiFiSTA.h#L42

AC_PRINCIPLE_RSSI can find the strongest RSSI beacon and either SSID or BSSID is used to detect it, depending on the definition of AUTOCONNECT_APKEY_SSID.
Having discovered the strongest RSSI; That said, it's just the signal strength at that point. The WiFi signal is constantly changing due to radio wave interference from the external environment. Even if it is the strongest at a certa…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Hieromon
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Hieromon
Comment options

@laserir
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #421 on November 17, 2021 13:27.