Other Parts Discussed in Thread: EV2400, BQSTUDIO,
We're using an EV2400 evaluation kit. We use a battery pack of 2 Li-SOCl2 batteries in parallel, 3.6V. Our application normally draws 30μA, up to about 90μA when idle, with higher spikes of up to 10mA during activity.
We're having trouble getting this working. We followed the instructions given in the datasheet (in section [8.2.2.2.1.2]), but can't seem to get an accurate and consistent reading.
In particular we're wondering about how strict the timing is for step#3, which says to "Send GAUGE_START() 1 s prior to the high load pulse starting." What if we start the high load pulse sooner than 1 second, or later than 1 second? How much margin do we have?
Then in step#4 it says to "Send GAUGE_STOP() directly after the high load pulse has stopped". We have a couple questions about this step:
- What are the parameters we should use for the high load pulse (how much current, for how long)? We think that based on the datasheet's section [8.2.2.6] that we could do something like 20 mA for 20 milliseconds. Can someone confirm?
- We also wonder how much margin of time do we have? After we stop the high load pulse, how much time do we have before we must send
GAUGE_STOP()
?
Finally, it is mentioned in step#6 that we could get other data such as State-Of-Health()? I thought State-Of-Health was a different mode, one that's mutually-exclusive from EOS? We would love to be able to get SOH data, particularly since we're using Li-SOCl2 chemistry (which we thought could not be used with SOH mode), so we'd like confirmation on this.
Thanks!