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?
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?
Hi
Could you be more specific? What are you using to measure the power? The Power Profiler kit?
Yes. I am using PPK;
I have used PPK once before with my old windows laptop and a python program to receive the signals. But now that program somehow cannot open on my new laptop and thus I have to switch to nRF Connect application. And I cannot find any way to output the data from nRF connect.
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.