I´m want to simulate a Battery Pack with an arduino Zero Pro.
For that, I´m using as a master the "Gas gauge evaluation software" with EV2300. In this SW, in "Pro" window, I intended to read values from the arduino, with "Read", "SMB Command". The arduino is the slave, and it has to send the master the value of the command asked
I think I have a communication problem, int the start or stop bit maybe. This is what I have:
- If I first read the value of the voltage with the "Gas Gauge evaluation SW", the sw reads nothing.
- If in second place, I try to read the value of SOC, the sw reads the value of the voltage.
- If in third place, I try to read the value of current, the sw reads the value of SOC.
- and so on...
I would like to have the "Gas Gauge Evaluation software" communication code in order to know where is my problem in the code of the arduino.
Can I have the code of the software?