IRNAS / ppk2-api-python

Power Profiling Kit 2 unofficial python api.
http://irnas.eu
GNU General Public License v2.0
145 stars 37 forks source link

Request for .ppk format of storing samples. #26

Open Siddarth-Manja opened 1 year ago

Siddarth-Manja commented 1 year ago

I have a setup in which my ppk2 is connected to the DUT through a RaspberryPi. The measured samples are being stored in a .csv file format. I need to know if there is a way to store these samples in a .ppk format so that I can open them in the nrf connect application later in order to view the plot. This would prove very useful for debugging the tests.

Siddarth-Manja commented 1 year ago

Can anyone help me with the above issue?

wlgrd commented 1 year ago

@Siddarth-Manja There is no support for this right now, as the official software stores it in a binary format. You would need to reverse-engineer that part of the application which will take some time and prioritization. I can ask the Nordic team if it is possible to make a .csv->.ppk converter though, but then we would need to have the .csv in a strict format with regards to formatting

Siddarth-Manja commented 1 year ago

I think asking for a .csv->.ppk converter would be a good option. I will try writing to the Nordic team as well for the same.