Hi Team,
I've to design a UPS/charger board for a RPi portable equipment for a my custmer.
The requirement are the followings:
- use as external charger a wall mount power supply rated for 5V - 2A
- use a LiPo battery pack 10000 mAh
- power the RPi at the 5V pins of the GPIO by the UPS/charger
our system have a microcontroller so I'm able to drive the I2C charger BQ25601D, my following questions is to better understand if this charger IC is the right choice for my application or I've to move to other TI charger IC that may be better and up to date.
QUESTION #1
In order to use this IC I'm thinking to put the D+ line connected to D- (shorted) in order to setup the DCP mode and then have the 2.4 A maximum charging current available, this can work with a power supply able to setup a maximum of 2 A and also a load attached to the OUT/SYS pin of the charger (in othr word the charger is able to manage automatically the current balance from load/battery and maximum available from the source) or I've to set a maximum charging current less than the difference from the maximum current available from my wall mount power supply and the needed current for the load (the Raspberry)?
QUESTION #2
Raspberry require 5V power supply voltage. If I correctly understand, because the BQ25601D is a power-path charger, this one will provide power supply to my load through the OUT/SYS pin, but seems that this voltage has a range between 3.5V to 4.2V (it track the battery voltage) so I think that I need to use a boost DC-DC section on the OUT/SYS to have the requested 5V in every condition, I'm right?
QUESTION #3
Because my card have also to act as UPS and then perform a safety shutdown of the Raspberry I need to know when the battery have a voltage that is too low or the battery is going to be not operative and then inform the system to perform the shutdown, are this information available through the I2C registers of the charger or I've to discovered by myself when the battery need to be recharged?
QUESTION #4
If the system is powered by the external power supply, from the charger register (I2C) I can know that?
QUESTION #5
Suppose that the battery bank is not fully charged and externally the power supply is connected to the board, the charger will detect it what is the logic to manage the power path to the battery and to the load? In other word suppose that the load will drawn less current that the maximum current limit set for charging the battery this difference into the current is used to recharge the battery at the same time that the load is also powered? When the current of the load is more than the one that can be supplied from the wall mount power supply the excess of the request current is get from the battery? I kindly ask some details about this point.
Thank!
Best regards!