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.

BQ20Z95: how to implement SMB with I2C?

Hello everybody,

suppose you have a Cortex-M4 micro that you want to connect with a TI BQ20Z95 fuel gauge. I could use the I2C port to establish the communication, but have no idea of how to implement the Smart Battery Bus specification on the I2C.

Would you, please, suggest me some guide/tutorial to start with these topic?

Thanks a lot

Giuseppe

  • Hi,

    Maybe you can find your answer, or start reading this document, "slaa073; Software Implementation of the SMB for MSP430"   I figure I'll need some gateway device sitting between, can be any MCU. 

    I wanted to try this one too, when I can get an EVM with SMB port, will be a fun project. Code Composer Studio include many working example using communication protocols, it would be a piece of cake, following their sample codes.