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

PPK: Unable to connect to the ppk, check debugger connection and make sure pynrfjprog is up to date

I'm trying to use the PPK with an nRF51 dev board, and I'm getting this output whenever I try to start the PPK Software:

Checking installed packages
pyside:		 1.2.4
pyqtgraph:	 0.10.0
numpy:		 1.11.2
pynrfjprog:	 9.0.0
Warning: The software is tested with PyQtGraph 0.9.10, and may not work with your version (0.10.0)
Warning: The software is tested with np 1.9.2, and may not work with your version (1.11.2)
Power Profiler Kit started, initializing...
Unable to connect to the PPK, check debugger connection and make sure pynrfjprog is up to date.

As far as I can tell, I have the PPK connected correctly. The PPK is on the NRF51 dev board, USB is connected to the NRF51 dev board, Power Select on the PPK is set to "DK", but the application won't start.

Related