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
  • Hi Fredrik,

    It seems that you are correct. I will mention this as a feature request internally.

    Kind Regards,

    Bjørn

  • Hi Björn

    I'm also looking for the export feature using nRF Connect (2.6.2). I'm on PPK 2.1.0.

    Regards

    Magnus

  • 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 ;)

  • Hi Magnus,

    I have tried this out myself & it seems this functionality is currently missing, but should be available in a future release. I have asked internally just to double check my result & will get back to you soon.

    Update: There is no export functionality at the moment, but this should be out in the next release soon.

  • Bjorn, is there a timeline on when the next release will be available?

  • Please contact your local regional sales manager (RSM). If you do not know who this is, you can send me a private message on DevZone with your country location & I can forward you to your RSM.

Reply
  • Please contact your local regional sales manager (RSM). If you do not know who this is, you can send me a private message on DevZone with your country location & I can forward you to your RSM.

Children
No Data