-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
WiFi scan not working when EMS-ESP is an Access Point #1922
Comments
I don't think there is a bug.
Tested both with E32V2, actual 3.7.0-dev29-16M from this GH. |
Ok, I'll need to test again. I erased an ESP32, flashed it, went to the Access Point on 192.168.4.1 and WiFi scan didn't work. But I'll try again. |
I was checking this. As the ESP32 has only one radio, when doing a WiFi scan in AP mode it will disconnect from that channel, which is what I'm seeing too. Other IOT devices (like Shelly) I think do the WiFi first before starting the Reference: https://forum.arduino.cc/t/can-esp32-execute-a-scan-while-a-client-is-connected-to-its-ap/1259238/4 |
I thought it was a windows issue. With windows pc connected to AP the connection to AP gets lost while scanning. This disconnect also happend after a while if not scanning, windows like to phone home and the AP does not provide internet, so windows switch the connection to another AP as soon as possible. |
I was testing on Windows as well. I try with Android and iPhone... ** edit - on iPhone, in AP/Captive Portal Wifi Scan still comes up as blank ** |
@proddy Does WiFi work for you if you manually enter SSID and password? |
yes, that works. |
I think I have the same issue. Just installed ems-esp and scan in initial ap mode does not find any networks. Quite sure there should be at least one. Will try manually later. |
I think I found a fix. We need to add a |
in dev-31 |
with dev-29:
Two use cases
@tp1de FYI
The text was updated successfully, but these errors were encountered: