micropython / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
Other
18.97k stars 7.59k forks source link

Wifi not working with micropython 1.19.1 esp32 S3 generic spiram #8779

Closed remibert closed 2 years ago

remibert commented 2 years ago

It seems to freeze when the wifi station starts connecting (not sure if it's wifi, it's just the last trace of activity I have on my app). Micropython 1.18 also has the same problem.

I recompiled micropython 1.19.1 with esp-idf 4.4.1, it fixes the problem and the wifi connection works.

Esp-idf 4.4.1 works perfectly fine on esp32cam, esp32 generic, esp32 spiram and also esp32 s3 spiram, I haven't tested on esp8266.

dpgeorge commented 2 years ago

Duplicate of #8635.