Other Parts Discussed in Thread: BQ34Z100, BQSTUDIO,
I am working with the fuel guage IC (bq34z100) for the first time.
I had few questions reagarding the same. I request youo respond:
1) Is the bqstudio software necessary, for the configuration of bq34z100 IC?
[I have a custome hardware board and am trying to interface fuel guage IC with ESP32 over I2C]
2) The step by step design procedure in the datasheet mentions to calculate the design capacity, design energy and configure the same in flash. What are the steps to do? The address of design capacity is read-only.
3) I configured the VOLTSEL bit in the Pack Configuration register to enable the external voltage divider measurement option. But when I send the packet to get the voltage from battery, i get 0x00 as the data.
[The packet to get the voltage is of the form 0xAA + ACK , 0x08 + ACK RepeatStart bit, 0xAB + ACK, 0x00 + ACK, (packet finishes). Since i dont receive any data, the host doesn't send ACK and the I2C communication does not return SUCCESS]
It would be a great help, if you could let me knwo the proper procedure to configure the guage IC without the bqstudio tool. Please correct me as i know i am following a wrong procedure.
Many thanks in advance