We have been using the Nordic PPK to optimise the power usage of our nRF52840 based application - very useful tool.
However, our application changes modes over time (e.g. changing BLE to higher connection interval when syncing data) and we would like to profile power usage over a few days of "real world" usage to determine average current and estimate likely battery life.
Is there a way to have the PPK log usage over extended periods? Ideally we would log the total (cumulative) current consumed at 1 minute intervals.
I see from another devzone ticket that there used to be a python script available to drive the PPK which would have opened the option to roll our own logging, but it seems this is no longer available?
Any advice gratefully received!