-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp32 wifi crash (brownout issue) #352
Comments
Brownout (not enough power) via USB? |
Holy shit that was it. Many thanks. I was looking for a software issue, no wonder.. For anyone ever coming here, the issue was that starting wifi takes a lot of power and I was supplying the board with 3.3V. Switching to 5V fixed the issue. |
Keep in mind that supplying the board with 5v should only be done on the 5v pin, or else you'll burn it!! The chip itself works on 3.3v. Also you are missing amperes not voltage... |
Hello,
I've been struggling for the past few hours with this. Running a simple wifi snippet as shown below results in a crash with no backtrace when wifi.start() is called.
Everything in sdkconfig is set to the defaults, so I struggle to see why this would crash... It's most likely due to phy_init but beyond that I have no clue.
Any ideas?
The text was updated successfully, but these errors were encountered: