Search found 1 match

by hubrigant
Fri Sep 24, 2021 6:31 pm
Forum: ESP32 boards
Topic: WLAN interface creation problem
Replies: 6
Views: 4982

WLAN interface creation problem

I have a custom conference badge that's got an ESP32-S2 chip on it that's running MicroPython v1.16-236-gb51e7e9d0. When I try creating the WiFi interface using the command wlan = network.WLAN(network.STA_IF) I get the error RuntimeError: Wifi Unknown Error 0x0101 I've googled for that error, as wel...