← index #6151PR #3942
Related · high · value 2.994
QUERY · ISSUE

esp_wifi_internal_reg_rxcb ret=0x3014

openby mryu-orgopened 2020-06-15updated 2020-06-17
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 · PULL REQUEST

Resolve #3913: Missing esp32 status() implementation

closedby mitchinsopened 2018-07-13updated 2018-07-14

Resubmit with cleaner rebase and diff'ing. (GitHub
closed the old one automatically)

Implements the default method (no args) which provides the link status for the STA_IF on ESP32 devices.

Implementation is inspired and consistent with ESP8266, success codes are named similarly, as are most error names. Error codes and names for wifi disconnect are otherwise taken (returned directly) from what the ESP-IDF gives us but are defined in the const dictionary where appropriate.

Success codes are number from 1000 upwards so as not to clash with the 8-bit error codes from ESP-IDF.

Tested connection. failure and success on Wemos R32 device, it seems to return as expected.
wifi_log.txt
Log attached

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied