Search found 2 matches
- Tue Sep 03, 2024 8:41 am
- Forum: ESP32 Arduino
- Topic: ESP32-C3-Mini Wifi Problems
- Replies: 2
- Views: 1673
Re: ESP32-C3-Mini Wifi Problems
Update, I have put the debug level code to Verbose and it has given me the following information, using the same program. As you can see it does execute the function WiFi.mode(WIFI_STA); but at some point in the execution of this, before getting to the next print, the program fails. 10:36:42.974 -> ...
- Wed Aug 28, 2024 1:55 pm
- Forum: ESP32 Arduino
- Topic: ESP32-C3-Mini Wifi Problems
- Replies: 2
- Views: 1673
ESP32-C3-Mini Wifi Problems
Hello, I apologize in advance if I make any mistake, is that I am new to this forum. I have an ESP32-C3-Mini on my own PCB and the problem I have is that when I run some code that contains some Wifi function it does not execute it. The only Wifi function that I run is the Wifi Status function. As yo...