This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ25628: How to know the Full charge status of the battery and the % battery charged

Part Number: BQ25628
Other Parts Discussed in Thread: BQ27Z561-R2

We want to know the % battery charged and if the battery is fully charged stauts registors. We are programming it to our Nordic BLE SoC.

Alternatively if any excel or (setup tool exe) is available to setup the registers, will be of great help. 

  • Hello Anushka,

    In order to get accurate state of charge I would recommend implementing a dedicated battery gauge like the BQ27z561-R2. What are your gauging requirements?

    Sincerely,

    Wyatt Keller

  • Hi,

    We already have the device ready with us so it will not be possible to implement the changes. 

    We just want to set a few parameters - Indication of USB connection and charging start to start LED indication, which we are getting
    Indication of Full charge so that LED indicator works and the user disconnects the Charger - need to implement
    Indication of Battery status on the mobile app - need to be done.

  • Hello Anushka,

    The battery charger will not be able to provide a % state of charge, this will either need to be calculated by the host using ADC values, or implementing a battery gauge in the design.

    Sincerely,

    Wyatt Keller

  • Thanks. What about full charge indication. Is there any way to know the battery is fully charged?

    And where to get the ADC values from in the circuit sent by us?

  • Hello Anushka,

    It will be difficult to get reliable SOC % using only a charger's ADC readings and the host, this is not recommended unless very high error is acceptable for the application, for example 4 LEDs so 25% error is acceptable.

    You would need to use the chargers STAT pin in order to determine if charge is complete. The ADC registers for different voltages and currents are defined in the datasheet of the charger. You will need to use your host and pull the data to do your estimations for SOC.

    Sincerely,

    Wyatt Keller