-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Board not booting / connecting to wifi #13
Comments
Hi @RoMaTiX99 Did you really connect 5V directly to the ESP32? This could have damaged it since its maximum voltage is 3.6V. Ideally you should use 3.3V to power the ESP32 directly. The log looks like the ESP32 crashes when it attempts to connect to WiFi. Maybe your power supply can't deliver the current required for WiFi. Does the crash happen when powering the ESP32 directly or are you using the BUS pins and onboard step-down converter? Maybe there is still a problem with the step-down converter like a broken connection to one of its capacitors. That could explain an unstable voltage that could cause the crash. |
Hi @Mat931, your response times are amazing! Thanks a lot and happy Christmas. Yes I connected 5V since I’ve never bricked and esp32 by this. Probably this was dumb… I supply voltage by the esp32 pins when it powers up. Any idea why this is? So why is there no led when I connect the bus pins. Best! |
For this next step you need a multimeter. Put your multimeter into voltage mode and connect the negative lead to BUS- and the positive to each of the 5 spots in the picture. Power the board over BUS+/BUS- while you measure the voltages. With everything working correctly, 1-4 should be close to your input voltage and 5 should be close to 3.3V. Please tell me the 5 voltages you measured. Then put your multimeter into resistance mode and measure the resistance between each point and BUS-, this time without powering the board. This can help us find short circuits. |
Hi @Mat931 , here are the results: Resistancy: 1: 0,4 kOhm is this anything unusual? Thanks in advance! |
In that case I think your ESP32 might be damaged or there's still a broken connection to a capacitor (maybe C23). |
Sadly the PowerLED doesn’t light up. |
Did it ever light up? Maybe it's soldered in reverse or there's a broken trace somewhere. |
No, it never lighted up. Sadly I don’t have another board to try. But if there’s no other way I will order another 5 and give it a try… |
If your board arrived with a broken capacitor and other problems you can try to get a refund from JLC. |
Hi. I have to check, but LED can’t be broken since it lights up when connected via the programming header. However one last question: what should be the value of the capacitor? I measured 79yF. Is this correct? |
If you mean C23, that is just outside the range of acceptable values (100µF ±20% -> 80-120µF) |
Hi again. 1: 550 kOhm and there is more: Next step for me is to check, whether I can get new logs with this setup and what they say (since I can’t see the device in my WiFi nor the fallback hotspot). |
Hello everyone,
I received a PCB that had a broken capacitor (C23) - at least it was lose. During the flashing process I wasn't able to get a connection; however when I (only) connected 18V to the +/- BUS Pins there was no LED flashing (not even the Power LED). So I thought the board would be cracked due to the broken capacitor.
Today I took the time for some further inspections. Here's what I did and what I found out:
The log file is attached logs (5).txt; including 3 (failed) boot iterations. During one boot the log shows the following multiple times, which indicated an hardware error to me:
[16:44:11]rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) [16:44:11]flash read err, 1000 [16:44:11]ets_main.c 371 [16:44:11]ets Jun 8 2016 00:22:57
For me it looks like the boot process is stuck by loading wifi configuration / modulare:
Has anybody had similar problems?
Or does anyone have any idea what the problem might by / which part may be broken?
For me it looks like the broken capacitor is no longer the problem since I was able to measure 18V there. Since I was able to flash the board I guess it might be a problem elsewhere....
Any help is appreciated!
Thanks in advance.
Best!
The text was updated successfully, but these errors were encountered: