I am currently trying to establish some form of i2c communication between an Arduino Mega and the BQ34Z100EVM module. I am interested in transmitting the state of charge, battery pack voltage and remaining capacity of the battery using the EVM module to the arduino. However, since my project does not involve the use of the EVM software due to the lack of requirement of any further analysis in the computer, I am not using the EV2300. Instead, I have directly connected the SDA and SCL lines between the arduino and the EVM, pulling up each lines to 5V through a 10k resistor. However, I am unable to establish any form of communication between the arduino and the gas gauge EVM. Is there something that I am missing? Does the EVM module need to calibrated even if we are not using the software in any way?
Furthermore, I am not sure if the jumper cable connections such as J5 and J2 are required while trying to establish simply i2c communication with an arduino. I am quite clueless about the problem I am facing and would greatly appreciate any guidance as soon as possible.