Hello, I am trying to interface a bq20z40-r1 gas gauge with an arduino and I am having difficulties interfacing through i2c. I am unable to find a default address of the chip in the manual and am wondering how I can determine this.
I have done a simple scan where I query each possible address with a message to report the internal temperature.
1. Send address 2. Send value 0x08 (temperature register) 3. receive 2 bytes from address. I can post arduino code if it will make sense to anyone here. Thank you for your time.Essentially I have done the following: