Hello,
I am having trouble reading from the SOC register on the BQ27510.
So my I2C code is as follows:
Start, 0xAA , write to 0x2c, Repeated Start, read 0x2c, recieve byte.
I have tried running the code but I am unable to read any information,which suggests the device is unsealed or in SLEEP mode
Have I missed something very important in my code ?, by the way i am new to I2C and am currently using a Arduino Uno to prototype the software.
A really hope someone can help and fast :D