Skip to content

ESP32S3: import wifi crashes circuitpython #5662

@jepler

Description

@jepler

CircuitPython version

Adafruit CircuitPython 7.2.0-alpha.0-5-g73ee59881-dirty on 2021-12-04; ESP32-S3-DevKitC-1 with ESP32S3

Code/REPL

import wifi

Behavior

On the REPL:

Adafruit CircuitPython 7.2.0-alpha.0-5-g73ee59881-dirty on 2021-12-04; ESP32-S3-DevKitC-1 with ESP32S3
>>> import wifi

[tio 09:24:44] Disconnected

On the serial debug console (build with DEBUG=1):

I (9913) pp: pp rom version: e7ae62f
I (9923) net80211: net80211 rom version: e7ae62f
I (9933) wifi:wifi driver task: 3fce4ecc, prio:23, stack:3584, core=0
I (9933) system_api: Base MAC address is not set
I (9933) system_api: read default base MAC address from EFUSE
I (9933) wifi:wifi firmware version: f84e709
I (9943) wifi:wifi certification version: v7.0
I (9943) wifi:config NVS flash: disabled
I (9943) wifi:config nano formating: disabled
I (9953) wifi:Init data frame dynamic rx buffer num: 8
I (9953) wifi:Init management frame dynamic rx buffer num: 8
I (9963) wifi:Init management short buffer num: 32
I (9963) wifi:Init dynamic tx buffer num: 16
I (9973) wifi:Init tx cache buffer num: 16
I (9973) wifi:Init static tx FG buffer num: 2
I (9973) wifi:Init static rx buffer size: 1600
I (9983) wifi:Init static rx buffer num: 4
I (9983) wifi:Init dynamic rx buffer num: 8
I (9993) wifi_init: rx ba win: 6
I (9993) wifi_init: tcpip mbox: 32
I (9993) wifi_init: udp mbox: 6
I (10003) wifi_init: tcp mbox: 6
I (10003) wifi_init: tcp tx win: 2880
I (10013) wifi_init: tcp rx win: 2880
I (10013) wifi_init: tcp mss: 1440
I (10013) wifi_init: WiFi IRAM OP enabled
I (10023) wifi_init: WiFi RX IRAM OP enabled
I (10033) phy_init: phy_version 302,ede2b68,Oct 20 2021,19:34:11
E (10033) phy_init: esp_phy_load_cal_data_from_nvs: NVS has not been initialized. Call nvs_flash_init before starting WiFi/BT.
W (10043) phy_init: failed to load RF calibration data (0x1101), falling back to full calibration
I (10093) wifi:set rx active PTI: 0, rx ack PTI: 0, and default PTI: 0
I (10093) wifi:mode : sta (7c:df:a1:e0:73:d8)
I (10093) wifi:enable tsf
W (10093) wifi: sta start

Description

As also reported by discord user "wgp", wifi doesn't seem to work at all with the esp32-s3

Additional information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions