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.

BQ34Z100-G1: Monitor the battery

Part Number: BQ34Z100-G1
Other Parts Discussed in Thread: BQ34Z100

Hello Team,

                    We are using the BQ34Z100 to monitor our 48V 4A Li-ion battery. Without using the ev2300 module how do we go about monitoring the battery using a STM32 MCU.

Thanks

  • Hello Bhanu,

    Most microcontrollers provide sample code to exercise peripherals. Use the I2C communication code and send the commands as specified in the TRM.

    You can refer the linux bq27xxx driver code too