Page 1 of 1

ESP32-C3 wifi network error

Posted: Sat Jan 21, 2023 5:19 pm
by JeremyLaurenson
I am using an ESP32-C3 on several boards connecting to Wifi and I often get recurring "Wifi Internal Error" both in Arduino and Micropython.

This error occurs with the connect call, passing SSID and Passphrase. If I use a Try: Catch: loop and just keep retrying it will sometimes connect after several retries, and sometimes just never connect until I recompile and upload.

This is a huge problem for me as the ESP32 is therefore not reliable at all in Wifi scenarios.

Has anyone see this and found a workaround (I have 10 of the Adafruit QT PY ESP32-C3 boards and all exhibit this behavior)

See: https://github.com/micropython/micropyt ... ions/10524