-
Notifications
You must be signed in to change notification settings - Fork 207
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
Problems with battery charging #291
Comments
Early esp32 core versions will cause the boot to get stuck when the USB is connected. If you turn on the esp from the battery, it will not run. You need to set USB ON CDC to off and then try again. |
That did not solve the problem. I checked and R10 (a fuse) was slightly fused. What's the purpose of this fuse? Can I remove it if I'm using a battery that counts with overcurrent protections? |
Has the fuse blown? |
It is not completely blown. It probably melted slightly since it is given 5ohms or so. By the way. The same happened in four boards after more or less the same number of charging cycles. |
Have you measured the voltage behind the fuse after connecting the battery? Is it the same for four boards in a row? What else did you connect besides the battery? How did it become like this? |
I have: 3,7V at battery pin 3V after R10 2,8V measured by the Esp32 using the software of the github examples folder. Voltages slightly vary for the other boards but the trend is the same. How I reached this point is explained in the first message. Other things that are connected: a couple of sensors (pressure and distance sensor) |
Have you removed all external sensors and then measured the voltage? This board has only one voltage regulator, which is RT9013 from the schematic diagram. It can only provide 500mA current at most, which may not be enough for ESP32. The maximum peak current of normal ESP32 is generally around 700mA. |
Sorry if my message was not clear: these measurements are without any sensor connected. |
OK.
2.8V is not enough to start ESP32. Finally, you need to measure
|
With USB-C: 3.296V |
Thanks a lot! I look forward to your answer. BTW, in one of the units I short-circuited the fuse and after many charging cycles, it seems to be working fine without sensors. However, I don't know the potential implications of this in the long term for the board or once I connect the sensors. So I don't know if there is anything damaged apart from the fuse, given that the voltage drop occurs just after it in the input voltage to the TP4065 from the battery (when the fuse is damaged and not short-circuited). So we have a minored input voltage and this could be the cause of having a minored voltage also in the 3V3. |
Done. It does not boot. No sensors are connected. At battery pins: 3.82V |
How many volts are measured at the shorted point? If the USB is normal, then the LDO is normal. |
2.9V at the shorted point. The same voltage that I have after R10. |
The battery should be around 3.7V right? Have you changed the battery and tested it? |
Battery is 3.8V. R10 is around 45 ohm |
Try short-circuiting R10 as well. |
I already did without shortcircuiting Q4. Can you check this message? |
I mean to connect R10 and Q4, and let the battery power directly connect to RT9013. It should work normally because it is normal when powered by USB. |
To which point should I short circuit? Should I remove the already done shorciruit on Q4? |
When shortcircuiting both I get: |
Short-circuit Q4 and measure the 3.3v voltage. You have already done this above. So now you can remove the short-circuit point of Q4 and directly short-circuit R10 to test whether the 3.3V is normal. If it is normal, then R10 is damaged. |
That was clear from the beginning. But will it work normally and can I use the batteries safely without R10? My batteries have overcurrent protection. The link is on the conversation. |
Of course, it can be used safely without R10. Generally, lithium-ion batteries have their own protection circuits. |
Hello,
I purchased some of your T-Display-S3 boards but have problems with the battery and charging.
Whenever I attach a battery and I charge it, after some circles, something breaks and the board stops working and charging. Then, if I try to power it on from the battery it gets stuck on a restarting loop.
However, if I connect the board to USB (with or without the battery) works as expected, without chargin.
I am using this battery: https://tienda.bricogeek.com/baterias-lipo/135-bateria-lipo-1000mah-603050-37v.html
The board is encapsulated in resin.
Could you please help us troubleshoot this? I can't find any documentation or troubleshooting about charging on your webpage.
Best,
The text was updated successfully, but these errors were encountered: