Other Parts Discussed in Thread: BQSTUDIO, BQPRODUCTION
HI,
I am trying to Automate Standard data Commands using Python Script so as to fetch most of the low level data and export them to PDF report so that user will have full picture of the Battery related activities/values that are taking place right from low level(registers level) to the UI level. At UI level I can use "adb shell dumpsys battery" and "adb shell dumpsys batterystats" commands . But when it comes to fetch Low level data like :
Control()
AtRate()
UnfilteredSOC()
Temperature()
Voltage()
Flags()
NomAvailableCapacity()
FullAvailableCapacity()
etc...
My query here on my EVM board like adb shell is there any other command line interface where I can try out the commands above and fetch the data and automate it?
Thanks and Regards,
Srinivas Mannapuram