hey
i’m on Mangoh Yellow i was connected how many batteries and with all of them i get only charging to 1000 mah.
in last battery it’s 4000 mah, but i get only around 57% and 1000mah.
the charging is stopped.
how i can get solved this problem?
/**
* Configures the battery settings.
*/
//--------------------------------------------------------------------------------------------------
FUNCTION SetTechnology
(
string type [128] IN, ///< "LiPo" or "LiIon"
uint32 maH IN, ///< Specify battery current rating as listed by manufacturer
uint32 voltage IN ///< Specify battery voltage as listed by manufacturer
That SetTechnology function was built for mangOH Red, which couldn’t auto-detect the battery technology. Yellow has a more advanced charger on-board, so it doesn’t implement the SetTechnology function.
Hi,
following this therd, i want to change the charger current limitation, in the BQ25601 DS i see that need to access to register to increase input current Limit (REG00 IINDPM[4…0] bits) and Fast charge current (REG02 ICHG[5…0] bits).
do have access in 0x6b i2c register to write values on register or only to read it?