-
Notifications
You must be signed in to change notification settings - Fork 65
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
ESP32 BLE Prov app never find any wifi netowrk #68
Comments
Hi @0x0fe, I understand you are facing an issue with the Wi-Fi scan feature available in the app. I tried to reproduce the issue with the latest provisioning app on App Store but it is working fine for me. To help us find the root cause can you please provide us with the below details:
|
Hi @vikas-chandra-mnnit |
Hi @0x0fe, regarding the 2nd point, can you please specify which Adruino example you are using in your case? |
actually this make me realize i used the example from IDF at first, because i could set the mode (AP or BLE) which is not the case in Arduino. |
For above example, the iOS app is different you can find it on App Store here: https://apps.apple.com/in/app/espressif-esptouch/id1071176700 The ESP Provisioning App is supposed to work with the example: https://github.com/espressif/arduino-esp32/tree/master/libraries/WiFiProv/examples/WiFiProv |
Sorry for the confusion on my side, in fact i tried BLE Prov, the SoftAP prov and later smartConfig, then a lot has been going on with other issues and i forgot. So there is the firmware i used to teste BLE prov and which exhibited the issue of this ticket. |
@0x0fe, the sample code you mentioned is not official Espressif code. The ble_prov_start_provisioning() in that file itself looks fine, but in other files, I also see some code taken from legacy BLE provisioning. I would recommend that you try out these official examples: Arduino: https://github.com/espressif/arduino-esp32/tree/master/libraries/WiFiProv/examples/WiFiProv Esp idf: https://github.com/espressif/esp-idf/tree/master/examples/provisioning/wifi_prov_mgr These are known to work fine with our apps. Once you validate that these are working fine, further queries can be followed up under esp-idf issues, since it could be related to firmware. |
@shahpiyushv |
@shahpiyushv |
So, just installed the app from apple store, loaded the corresponding firmware, i can see the BLE device, connect to it, and reach the "select wifi network" step. Here if i try to scan for wifi networks it will scan and scan, but never find anything, ocasionally it stopped scanning and displayed a blank list.
If i clic "join other network" and i type my SSID and password it works, however this is annoying and not really possible to use in many case where we dont know this information, it is also far less convenient than just clicking the SSID in a list.
So, soemthing must be broken somewhere.
The text was updated successfully, but these errors were encountered: