-
Notifications
You must be signed in to change notification settings - Fork 156
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
E (57534) wifi_prov_mgr: Failed to start scan (MEGH-5122) #290
Comments
Which board and esp-idf version are you using? It would have been better to use "Runtime bug report" template to provide clearer information. |
ESP32C3 |
rainmaker_idf_5.1.2_wifi_prov_mgr_Failed to start scan.txt |
Can confirm this issue still exists. After scanning the QR Code, there are no Wifi networks listed and the console logs Board: ESP32-S3 Also using regular build procedure: $ cd esp-rainmaker/examples/switch/
$ idf.py set-target esp32s3
$ idf.py build
$ idf.py erase-flash
$ idf.py flash monitor Log:
|
Hello! Is there any update or workaround? Update: the "Failed to start scan" event comes from an error of 0x3002 which means "ESP_ERR_WIFI_NOT_STARTED". So it seems WiFi has just never been started. I'm still investigating though |
It works with ESP-IDF |
Here is my problem: espressif/esp-mesh-lite#129. The version of ESP-IDF downloaded is not the tagged v5.2.2 (in fact it is but with some files with changes). I don't know if it applies for rainmaker though |
With the led_light example on esp32c3, using idf v5.2.2 worked fine for me. Does the wifi_prov_mgr example work for you with the exact same idf and board? |
The wifi_prov_mgr example fails with the same error on 5.2.2 but works with 5.2.1. |
@mphe , can you share your sdkconfig for wifi_prov_mgr example? |
@mphe if you look at your esp-idf v5.2.2 folder with a GIT interface, do you have local changes on some files? |
Yes, there are some modified files. |
@mphe you have the same issue I had. You are on the tagged v5.2.2 branch but there are additional changes on wifi_prov_mgmr and dhcp. |
Thanks, I will try on Monday and report back. |
Indeed it works fine with latest |
I have v5.3 and i have the same issue. |
Answers checklist.
General issue report
choose BLE mode ,after connect with my phone, it can not scan WiFi,i want to know how to solve it,or what should I set in idf.py menuconfig?
E (57534) wifi_prov_mgr: Failed to start scan
The text was updated successfully, but these errors were encountered: