How can I re-enable charging after battery completely drains?

Learn MoreFAQsTutorials

5 posts / 0 new
Last post
alarner
Offline
Last seen:1 week 6 days ago
加入:2017-05-27 02:11
How can I re-enable charging after battery completely drains?

If the lithium ion battery that is attached to my board completely runs out of charge (to the point where everything is turned off) I've tried many times plugging the board in to power it over USB. Just plugging in the board doesn't seem like enough to get it to power back on and start charging. Instead I've needed to plug it into the programmer and hit the hardware reset button. Can you explain how I get the battery to begin charging immediately after it's plugged in without having to do a hardware reset?

Device:
MT_dialog
Offline
Last seen:8 hours 23 min ago
Staff
加入:2015-06-08 11:34
Hi alarner,

Hi alarner,

What exactly do you mean that the battery is completly discharged and how exactly you are measuring that ? What exactly do you mean that everything is turned off. The device when the battery reaches down to a certain point it will go to hibernate mode, and it will be able to wake up only via the VBUS (plug in the USB) or the via GPIO interrupt if its configured. If the battery goes in a state where it cannot supply the device and you have a VBAT zero, upon attaching the VBUS the device should wake up and use the VBUS in order to be supplied. A few things to check:

  • What is the power consumption when you are in hibernation mode (as soon as the SDK sees that the the dg_configBATTERY_LOW_LEVEL it goes to hibernation mode).
  • Check if when attaching the VBUS you have current charging the battery ?
  • What is the voltage on the VBUS ?
  • Try to run a few tests withe the dg_configBATTERY_LOW_LEVEL in higher level, 3V for example

Thanks MT_dialog

Ryon
Offline
Last seen:3个星期前她的妈妈8个月
加入:2019-06-26 08:04
l also encountered this

l also encountered this problem.

how did you slove it

alarner
Offline
Last seen:1 week 6 days ago
加入:2017-05-27 02:11
It turns out that I had a

It turns out that I had a peripheral that was drawing power preventing the battery from ever fully charging. This was causing the charger to stop attempting to charge after a certain amount of time. I ended up having to turn off the peripheral when USB was plugged in and turn it back on when USB was unplugged

PM_Dialog
Offline
Last seen:5 hours 8 min ago
Staff
加入:2018-02-08 11:03
Hi Ryon,