Replies: 3 comments 8 replies
-
Working devkit with an ESP32-WROVER-IE:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like a power supply problem, which causes Vcc to drop once RF is sent. What is the result of |
Beta Was this translation helpful? Give feedback.
7 replies
-
You can enable esp tracing to see whats happening on the nic level import network
import esp
esp.osdebug(0,esp.LOG_VERBOSE)
wl=network.WLAN()
wl.active(1)
wl.connect("SSID", "MicroPassword") |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got three custom PCBs with ESP32-WROVER-E and all three give the same behavior when trying to connect to Wi-Fi, without any error message. An ESP32-WROVER-IE devkit works just fine. How can I enable deep debugging to understand the crash?
Beta Was this translation helpful? Give feedback.
All reactions