Hello,
I purchased the LiPo battery babysitter and successfully testing it connected to an Arduino using the provided code.
For my particular project, I need the fuel gauge interface to be USB. I used the Adafruit FT232H to convert from I2C to USB, however, I have not been successful in using it. I have followed the steps outline in https://learn.adafruit.com/adafruit-ft232h-breakout/i2c and changed the address to 0x55 which is the default for the fuel gauge. However, I keep getting an error stating “Failed to find expected I2C ACK!” when reading from buffer 0x04 (voltage).
Are there any special commands that need to issued to use this chip with the battery babysitter? If this device cannot be used, can you recommend any other USB to I2C converters (chips or microcontroller)?
Thanks!
Mike