Search found 2 matches

by JeremyLaurenson
Tue Mar 05, 2024 8:47 pm
Forum: ESP32 Arduino
Topic: ESP32Dev does not run program after upload/EN press
Replies: 1
Views: 1011

ESP32Dev does not run program after upload/EN press

I am able to upload code, but the ESP module does not run, regardless of whether I press the EN reset button or cut/restore power. All I get is: ets Jul 29 2019 12:21:46 rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2)) waiting for download Successful download. Serial por...
by JeremyLaurenson
Sat Jan 21, 2023 5:19 pm
Forum: ESP32 Arduino
Topic: ESP32-C3 wifi network error
Replies: 0
Views: 1132

ESP32-C3 wifi network error

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 severa...