This application note examines how to configure the BQ35100 for End of Service (EOS) mode to accurately alert when a primary Li-SoCl2 battery needs to be replaced. To optimize the algorithm, impedance data needs to be collected using a microcontroller or other capable system to help calculate the data flash parameters for the EOS algorithm and alert functions.
All trademarks are the property of their respective owners.
It is difficult to gauge the remaining capacity of a lithium thionyl chloride battery because of the extremely flat open circuit voltage. However, the BQ35100 configured in EOS mode solves this challenge by using impedance data measured during short current pulses. This test shows the data that the BQ35100 can collect, and how that data is used to determine when a lithium thionyl chloride battery is nearing the end of life.
Figure 2-1 shows the wiring used for collecting impedance data. The BQ35100 EVM is connected using I2C communication, and data memory is connected using SPI communication, or any other available method. The BQ35100 EVM already implements pull-up resistors on the I2C communication lines so no external pull-up resistors are needed.
Any controller or MCU can be used for collecting the impedance data, there are only a few requirements:
Scaled resistance and measured impedance values are only updated when the gauge is in EOS mode. Using BQStudio is the easiest way to configure the gauge to EOS Mode.
First, set the gauge to unsealed mode if it was previously sealed by pressing UNSEAL in the Commands tab. Verify the gauge is unsealed by checking the [SEC1,0] bits of ControlStatus(). The gauge is unsealed when SEC1 is set high and SEC0 is set low. If the gauge was previously sealed, re-uploading the default .SREC file which was never sealed will stop the gauge from booting up in a sealed state.
Next, press NEW_BATTERY in the Commands tab. This resets any previous data stored for resistance and scale factors and needs to always be sent before a new battery is inserted. Never insert a partially drained primary battery for testing.
Finally, in the Data Memory Tab, press the Configuration button. In Operation Config A, set bit GMSEL1 to high and set bit GMSEL0 to low. This configures the gauge for EOS mode. It can also be configured for accumulation and SOH mode for different applications.
To gather resistance and impedance data, the microcontroller uses the addresses specified in the Technical Reference Manual (TRM). The I2C 8-bit address for the BQ35100 is 0xAA. The 7-bit address is 0x55. This address cannot be changed.
For both scaled resistance and measured impedance, the data is stored in little-endian format as unsigned integers. The command 0x16 is used to gather the scaled resistance data, and the command 0x22 is used to gather the measured impedance data. This is the most critical data to be extracted to calculate the appropriate EOS configuration for the system.
While in EOS mode, the gauge needs to be enabled before any major discharge of the battery occurs. For this test, the MCU gathers impedance data and writes the data to a data memory device. The testing procedure consists of the following steps:
The G_DONE bit is found in bit 6 if the CONTROL_STATUS command
For the gauge to take an accurate measurement of the voltage and current for estimating the resistance of the cell, the pulsed load must be at least 100-ms long and cause a 100-mV drop of the battery voltage. This constitutes the minimum requirement for a major discharge.
It is common for end equipment to use separate resistors from the expected load burst, which is typically RF dynamic load, to provide consistent current bursts for the gauge to learn the resistance. The gauge thrives on consistency of the measurements and does not require significant drain on the battery to perform the learning load burst.
Figure 6-1 shows an example of the impedance data that is collected by the gauge. This data shows a lithium thionyl battery starting at full capacity to be completely discharged. Towards the end of the battery’s life, there is a spike in the impedance which is characteristic of lithium thionyl chloride batteries and a strong indicator that the battery is nearing the end of battery life.
For testing purposes, the battery was discharged by 1% SOH at the maximum continuous discharge rate specified by the battery manufacturer after each learning pulse. After the 1% SOH discharge the battery was relaxed for 5 hours. Each learning pulse was 500 ms long and the current was set to 100 mA to meet the requirements of the pulse length and amplitude.