Page 1 of 1

ESP32-S3 WROOM 1 - WLAN.active(True) Hangs

Posted: Sat Apr 16, 2022 3:18 pm
by willcharlton
Also posted on stackoverflow.

When I try to enable wifi on this board, the

Code: Select all

.active(True)
method hangs forever.

Code: Select all

.venv/bin/python -m serial.tools.miniterm /dev/tty.usbmodem1234561 115200
--- Miniterm on /dev/tty.usbmodem1234561  115200,8,N,1 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---

>>> 
>>> import network
>>> wlan = network.WLAN(network.STA_IF)
>>> wlan.active()
False
>>> wlan.active(True)                     <--------- this method call hangs forever
Is anyone able to offer some advice on how to get wifi working for this board?

Thanks in advance.

Re: ESP32-S3 WROOM 1 - WLAN.active(True) Hangs

Posted: Sun Apr 17, 2022 1:46 pm
by tepalia02
Hi, it looks like many other people faced the same problem before. You may get some tips from here: viewtopic.php?f=18&t=5835