This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Exporting data from Power Profiler v2.0.0?

Hi all,

I am using the Power Profiler (v2.0.0) in nRF Connect (v2.5.0) to debug and profile some nRF52832 applications, and I cannot seem to find any button that allows me to export the recorded data to a csv (or any other format). Browsing the forum I came across the previous version of the Power Profiler for Windows -- before nRF Connect -- and it seems that the older version had functionality to do just that.

Am I missing something here? If no, consider this a feature request ;)

Best,

Fredrik

Parents Reply
  • I forked the PPK repo and hacked in this functionality a while ago. I've never touched javascript before, so it's not pretty. However, if you are in a pinch and can't wait for Nordic to implement this, you could build my modified PPK and use that instead: https://github.com/fellerts/pc-nrfconnect-ppk

    When you stop measurements, the average buffer is written to /tmp/x_average.ppkdata, where x increments for every write. If you enable triggering, each trigger writes the trigger data to /tmp/x_trigger.ppkdata. If you are on Windows, you'll have to update the pathing.

    Use at your own risk, of course ;)

Children
No Data
Related