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

Power Profiler on Win7 64bit, no graph

I've had a sequene of problems attempting to install the power profiler software on my Lenovo T420 Win7 64 bit machine.

First Issue When attempting to run the python_packages.bat install files I kept getting this error.

install pyside Collecting pyside Could not fetch URL pypi.python.org/.../: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIF AILED] certificate verify failed (_ssl.c:661) - skipping Could not find a version that satisfies the requirement pyside (from versions: ) No matching distribution found for pyside

I got past this issue by changing the command lines in the bat file to this style. python -m pip install --index-url=http://pypi.python.org/simple/ --trusted-host pypi.python.org

Second Issue When ever I attempted to start ppk.py the two windows for the app would briefly flash on the screen and the command line window would give me the following message.

C:\Users\Dennis\Documents\Dennis\Components\Nordic_BLE\nRF6707 Power Profiler Kit - Software files 1_0_0>python ppk.py Checking installed packages pyside: 1.2.4 pyqtgraph: 0.10.0 numpy: 1.11.3 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.3) Power Profiler Kit started, initializing... Unable to connect to the PPK, check debugger connection and make sure pynrfjprog is up to date.

I got past this issue by upgrading pynrfjprog from 9.0.0 to the latest which is 9.2.1.

Third Issue After upgrading from pynrfjprog from 9.0.0 to 9.2.1 the application would start and I would get the two windows. I would get activity in the 'settings' window but the 'graph' window is blank with no graphs being shown. The setting window controls appear to function but no graph display is shown. I can change the background color of the graph pane but still no graph.

I don't have access to another windows machine that isn't 64 bit to try as an alternative.

Thanks

Related