Hi,
I'm trying to find a way to communicate with battery packs that have a TI Gas Gauge chip in them. Currently I'm testing two such batteries, originally from laptops. I've determined the SMBus lines to communicate with the chip, but I can only get the basic SMBus battery information in one, bit more in the second.
The first battery reads as "Device: 1, Ver:0.02" and only reads the Battery Status and Battery Mode values.
The second battery reads as "Device: 900, Ver:1.50" - bq20z90, but when I try to read the Data Flash values from the second battery, I get the error:
Error reading subClsld = 0 at block read cmd=120. Error Code = 6
Error reading Data Flash subclass Voltage, Code = 6
I know that these packs are both probably sealed, and it is not possible to modify or possibly get all the information without the full access to the pack, but I'm still wondering if it is possible to read values from Data Flash, even though there would not be possibility to change anything?
Thank you.