Search found 1 match

by captainmidday
Sun Apr 10, 2022 7:07 pm
Forum: Documentation
Topic: ESP32-S2-EYE dev board locks when WLAN/BLE activated
Replies: 0
Views: 2900

ESP32-S2-EYE dev board locks when WLAN/BLE activated

I am using the above board and flashing it with GENERIC_S3-20220117-v1.18.bin I can access the REPL, I've interacted with the LED and one of the buttons, so I know at least parts of it are working. But if I do the following at the REPL >>> import network >>> nic = network.WLAN(network.STA_IF) >>> ni...