Other Parts Discussed in Thread: , BQSTUDIO, EV2400,
Issues: 1) Data not updated, even after FC, 2) FC remains set.
Use case: I am setting the BQ34Z100EVM not using Battery Management Studio, but the I2C port of a microcontroller. The chemistry is LiION , which is already pogrammed in the EVM by TI. (18650, one cell, 2600 mAh, 3.7(4.2V). In the '82' table, the capacity is set as 2600 mAh, the charge complete voltage at 4100 mV. Current parameter and voltage divider are adjusted to give the correct value.
The data and some settings are printed out through the microcontroller. The columns are: seconds , mA, mVbatt, temp, SOC %, remaining charge, flagsA. The last column is the calculated charge
650, -165, 3968, 251, 100, 2350, 0000001000010001, 2581
660, -165, 3968, 252, 100, 2350, 0000001000010001, 2581
670, -165, 3967, 251, 100, 2350, 0000001000010001, 2581
680, -165, 3967, 251, 100, 2350, 0000001000010001, 2581
690, -165, 3967, 251, 100, 2350, 0000001000010001, 2580
700, -165, 3967, 251, 100, 2350, 0000001000010001, 2580
710, -165, 3967, 251, 100, 2350, 0000001000010001, 2580
720, -165, 3967, 251, 100, 2350, 0000001000010001, 2579
730, -165, 3966, 251, 100, 2350, 0000001000010001, 2579
Removing the load and connecting a charger:
1350, -156, 3959, 253, 100, 2350, 0000001000010001, 2562
1360, -78, 4025, 253, 100, 2350, 0000001000010001, 2562
1370, -39, 4025, 253, 100, 2350, 0000001000010001, 2562
1380, 15, 4216, 254, 100, 2350, 0000001000010001, 2562
1390, 43, 4217, 254, 100, 2350, 0000001000010001, 2562
1400, 57, 4216, 254, 100, 2350, 0000001000010001, 2562
1410, 63, 4215, 254, 100, 2350, 0000001000010000, 2562
1420, 66, 4215, 254, 100, 2350, 0000001000010000, 2562
1430, 67, 4215, 254, 100, 2350, 0000001000010000, 2563
1440, 68, 4215, 254, 100, 2350, 0000001000010000, 2563
1450, 68, 4214, 254, 100, 2350, 0000001000010000, 2563
1460, 67, 4214, 254, 100, 2350, 0000001000010000, 2563
The device is live and communicating, as can be seen from the measurements and from the Discharge indicator.
problem 1: As can be seen from the flags, FC (full charge, bit 10) responds, but does not turn off
problem 2: SOC and remaining charge are never updated
The coulomb counter does not seem to start, or fails to update the data. The counter should start at full charge. The device is not sleeping. What else can be wrong ?