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

PPK and automated testing

Hi,

I'm thinking about implementing automated testing of current consumption using the PPK, and in the PPK blog it says: "We are planning on also making a Python API that developers can use to create their own automated tests by using this hardware. "

How are those plans going? :) My option is of course to reverse engineer the python code (which I dont really mind), but if there are a documented API on the way I would prefer using that.

Btw, PPK is an awesome tool! I use it for all sorts of projects (not just nRF stuff). A small feature request though, it would be nice to be able to choose the Emulator to use (i.e. calling self.nrfjprog.connect_to_emu_with_snr(serial_number=, jlink_speed_khz=JLINK_SPEED_KHZ) instead of self.nrfjprog.connect_to_emu_without_snr(jlink_speed_khz=JLINK_SPEED_KHZ) in rtt.py). Until i hacked the rtt.py file i constantly connected to the DUT instead of the DK.

BR Henrik

Related