-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Change the amount of time it scans for a wifi signals #10082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Setting this seems to make no difference in the amount of time it scans:
|
From esp-idf doco
Just a note. This is not a tutorial site. It is a forum for errors in the code here. Please ask general questions at https://esp32.com |
Hi @brandonfake69, as Ibernstone wrote, there is this note in docs of recommended maximum scan time per channel. |
@brandonfake69 Can you take a look and test the changes in the PR I linked? |
Related area
Wifi
Hardware specification
ESP32
Is your feature request related to a problem?
I am following the example from https://github.com/espressif/arduino-esp32/tree/0fa4aa632c6dcb7736a291a33fb9f0a25614d6d0/libraries/WiFi/examples/WiFiScan
It seems there is not a way to change the amount of time the ESP32 scans for a signal. For this, I am missing a LOT of access points I can find via other means. I would like to scan for 5 minutes but this seems to scan for about 5 seconds then return the results. How to fix?
Describe the solution you'd like
Scan for a longer time period.
Describe alternatives you've considered
Flipper zero
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: