Other Parts Discussed in Thread: BQSTUDIO, EV2400
HI,
I have been reading the technical reference SLUUA65C and the SLUA801 Gauge Communications on how to communicate with the fuel gauge. I am using an STMF4 microcontroller. I wanted to read the voltage (0x08/0x09). I transmitted the following data to slave address 0xAA:
TxBuffer[0] = 0x09; //MSB
TxBuffer[0] = 0x08; //LSB
TxBuffer[0] = 4; //byte
After I issued n I2C write, I did an I2C read and displayed the details of the Rxbuffer in my hyperterminal however, the hyperterminal displays garbage characters. Can anyone please verify if I'm doing this right,
Thanks,
Kat