Other Parts Discussed in Thread: EV2400, BQSTUDIO
So I have a set of 8 3000 mAh capacity Li-Ion Batteries that I have hooked up in parallel to develop a 24000 mAh battery pack. And my objective is to hook up this battery pack to a compatible IC chip that will read the TimeRatetoFull and TimeRatetoEmpty register functions and display it on some sort of UI display using a microcontroller.
My initial thought was to use the BQ-2040 chip to read these values, after calibration, using the EEPROM, but I was told by a TI engineer that the BQ-2040 is a legacy chip and is no longer used. His suggestion was to instead use an MSP-430 microcontroller to program a BQ-34110 chip to display these register function values on whatever UI display I decide to use. This is where I am stuck. I would like to use an LCD display as the UI interface. But I could not find any code samples on the internet that show you exactly how to program the chip to read these two register function values and route them to a display screen of some type. I would really like to get past this roadblock, as I have been stuck here for the past few months.