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

nRF Connect Power Profiler output

I am using nRF Connect to measure the power of the nRF52840 DK. But I don't know how to output the raw data out. Is there a way that we could get the data out from nRF connect?

Parents Reply Children
  • If you want the raw data, you need to either download and build the project and run it in debug mode. This way you might acquire it from the debug console. 
    You can also alter the code to output it to some other means, like console, text file or likewise. I might be able to put together a python script for you that only gives you the average measurement data if that would suffice.

    If you were happy with the python code, I'm happy to help you figure out why it doesn't work on your new laptop. 

  • Yes. Thank you very much. I prefer to use the python code. Do you need to me to provide you with the code? It's the Power Profiler Software files 1_1_0. Right now the Python code has segmentation fault on Linux environment and on Windows it cannot open the GUI, just stuck there. My guess is that the program does not work well with the new version of pynrfjprog.

Related