QUERY · ISSUE
esp_wifi_internal_reg_rxcb ret=0x3014
port-esp32
micropython: ESP-IDF v3.x GENERICv1.12
Can't Connect WiFi,REPL:
E (1999968) event: system_event_sta_disconnected_handle_default 294 esp_wifi_internal_reg_rxcb ret=0x3014
E (1999968) wifi: esp_wifi_connect 1134 wifi not start
CANDIDATE · ISSUE
Wifi not working with micropython 1.19.1 esp32 S3 generic spiram
bugport-esp32
It seems to freeze when the wifi station starts connecting (not sure if it's wifi, it's just the last trace of activity I have on my app). Micropython 1.18 also has the same problem.
I recompiled micropython 1.19.1 with esp-idf 4.4.1, it fixes the problem and the wifi connection works.
Esp-idf 4.4.1 works perfectly fine on esp32cam, esp32 generic, esp32 spiram and also esp32 s3 spiram, I haven't tested on esp8266.