Closed eiSouthBoy closed 2 weeks ago
and i got a error: failed to load RF calibration data (0xffffffff), falling back to full calibration
Hi @eiSouthBoy, is the device rebooting in loop? could you erase the flash and then flash the example once?
The problem has been solved (reference link: https://esp32.com/viewtopic.php?t=4097). Because the development board is connected via a USB-TTL module, but the power supply current is only about 150mA, it cannot drive WiFi, so it keeps reporting errors and restarting. Later, I input 500mA of current and everything is normal.
Answers checklist.
General issue report
Hi I am testing the esp-idf/examples/wifi/wps project on ESP32-D0WD-V3 SOC. I can compile and burn it normally using idf.py. But when I monitor the log output, I don't see the log print
I (814) example_wps: start wps...
, so I suspect that ESP32-D0WD-V3 does not support WPS function.logs:
ESP-IDF: v5.2.2 SOC: ESP32-D0WD-V3 (revision v3.1)
Looking forward to your reply.