Other Parts Discussed in Thread: BQ27500, , EV2400, BQ28Z610, BQ25895M
I recently replaced the bq27500 with the bq28z610-r1 in a design, and I cannot access it via I2C from the beaglebone host running Debian. I2Ctools does not show it at address 0x55, and my attempts to use code that worked with the bq27500 have not worked with either address 0x55 or 0xAA. However, if I disconnect from the BB and attach an EV2400 and run Battery Management Studio, it can access the fuel gauge fine showing address oxaa. I'm pretty sure my i2c bus is correct as I can access other devices on the bus, and if I replace with a bq27500 it works fine. So I'm kind of stuck.
Should i2cdetect be able to detect the bq28z610?