8.average several readings for higher accuracy, poll ManufacturerData() until ZZ increments that indicates updates values.
•ADCCC = [ADCCC(reading n) + … + ADCCC(reading 1)]/n
9.calculate gain value:
•Boardoffset=(ADCCC−CCOffset)/(CoulombCounterOffsetSamples)
10.update Data Flash with Board Offset
11.double check current reading, repeat steps if readings not accurate
12.exit calibration mode by sending 0x002d to ManufacturerAccess() or continue with calibration
(ADCCC−CCOffset) 请问下这里是不是加号 不是减号,谢谢!
user4533238:
回复 Star Xu:
谢谢!ADCcc – CCoffset这个有括号吗,后面那个只有一边括号另一边在哪里呢。
user4533238:
回复 Star Xu:
可以了,谢谢!