<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18706/power-profiler-on-win7-64bit-no-graph</link><description>I&amp;#39;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</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Feb 2017 23:51:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18706/power-profiler-on-win7-64bit-no-graph" /><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72229?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 23:51:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83b149aa-bcc7-4e2f-8e11-5af35b71b195</guid><dc:creator>Marco</dc:creator><description>&lt;p&gt;Hey Dennis,
Just as a double check, have you tried right-click inside graph window and select &amp;quot;View All&amp;quot; and/or some of the &amp;quot;Plot Options&amp;quot;? Or maybe you don&amp;#39;t even get the drop down menu when right-clicking.
Cheers&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72236?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 19:51:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed04cfed-6d38-44b6-b76b-a5992c16a7dd</guid><dc:creator>Marco</dc:creator><description>&lt;p&gt;I am running my PPK on VirtualBox (Windows 7 32bit).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72237?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 11:40:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6e63e40-4f61-422d-93cd-16d7916756cf</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;Good to know. The upcoming release will also use 9.3.1 because of some bug fixes. Still, having the third issue at all is a weird result&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72235?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 02:41:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:592d1d0b-db1b-44ec-9afd-feae306c8df3</guid><dc:creator>Marco</dc:creator><description>&lt;p&gt;I had the &lt;strong&gt;second issue&lt;/strong&gt;, I have solved it by modifying file &lt;em&gt;python_packages.bat&lt;/em&gt; replacing line&lt;/p&gt;
&lt;p&gt;&lt;code&gt;python -m pip install pynrfjprog=9.0.0&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;with&lt;/p&gt;
&lt;p&gt;&lt;code&gt;python -m pip install pynrfjprog&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;In this way version 9.3.1 has been installed and I did not face the &lt;strong&gt;third issue&lt;/strong&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72228?ContentTypeID=1</link><pubDate>Tue, 24 Jan 2017 11:17:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ee475e1-25b8-419f-838b-cb08c6ec4fa4</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;On &lt;strong&gt;Third Issue&lt;/strong&gt;: Can you see if any error messages occur in the background? It doesn&amp;#39;t seem like you have a Segger connection going properly. Is the COM switch set according to your setup? Are you able to use RTT with your DK? The error you see with 9.0.0 is raised when we try to run a command like &lt;code&gt;sys_reset&lt;/code&gt; or &lt;code&gt;go&lt;/code&gt;. Are you running Keil debugger or similar at the same time? Any other JLink instance?&lt;/p&gt;
&lt;p&gt;Try to go to line 1002 in ppk.py, replace &lt;code&gt;except:&lt;/code&gt; with &lt;code&gt;except Exception as e:&lt;/code&gt;, and on the next line insert  &lt;code&gt;print str(e)&lt;/code&gt; to get a more verbose error output.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72232?ContentTypeID=1</link><pubDate>Fri, 20 Jan 2017 23:22:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50fb400d-0453-414b-ad9e-6b872fb53571</guid><dc:creator>PaulAnalog</dc:creator><description>&lt;p&gt;Hi there,
I&amp;#39;m getting the same issue with initially getting the pynrfjprog version to be correct, but now I&amp;#39;m not sure which version should be right.  Using the pip list shows me these versions with the PPK install:
enum34 (1.1.6)
future (0.16.0)
numpy (1.11.3)
pip (9.0.1)
pynrfjprog (9.1.0)
pyqtgraph (0.10.0)
PySide (1.2.4)
setuptools (28.8.0)&lt;/p&gt;
&lt;p&gt;I then get &amp;#39;Unable to connect to the PPK, check debugger connection and make sure pynrgjprog is up to date&amp;quot;.  Any suggestions?
-Paul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72227?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2017 20:51:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c03b6e44-55b2-4a8c-b00c-a4d1f2abec7d</guid><dc:creator>Dennis</dc:creator><description>&lt;p&gt;Wilhelmsen, you didn&amp;#39;t say if your windows was 32 or 64 bit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72231?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2017 20:50:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89f91506-77df-4238-9f51-58e4c263f490</guid><dc:creator>Dennis</dc:creator><description>&lt;p&gt;I tried pynrfjprog 9.1.0 with the following results.
C:\Users\Dennis\Documents\Dennis\Components\Nordic_BLE\nRF6707 Power Profiler Kit - Software files 1_0_0&amp;gt;python -m pip install --index-url=&lt;a href="http://pypi.python.org/simple/"&gt;http://pypi.python.org/simple/&lt;/a&gt; --trusted-host pypi.python.org pynrfjprog==9.1.0
Collecting pynrfjprog==9.1.0
Downloading pynrfjprog-9.1.0.zip (262kB)
100% |################################| 266kB 2.3MB/s
Requirement already satisfied: enum34 in c:\python27\lib\site-packages (from pynrfjprog==9.1.0)
Requirement already satisfied: future in c:\python27\lib\site-packages (from pynrfjprog==9.1.0)
Installing collected packages: pynrfjprog
Running setup.py install for pynrfjprog ... done
Successfully installed pynrfjprog-9.1.0&lt;/p&gt;
&lt;p&gt;C:\Users\Dennis\Documents\Dennis\Components\Nordic_BLE\nRF6707 Power Profiler Kit - Software files 1_0_0&amp;gt;python ppk.py
Checking installed packages
pyside:          1.2.4
pyqtgraph:       0.9.10
numpy:           1.11.3
pynrfjprog:      9.1.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.&lt;/p&gt;
&lt;p&gt;The screen flashed both windows and then the disappeared.&lt;/p&gt;
&lt;p&gt;I then tried the next version up of pynrfjprog which is 9.2.0.&lt;/p&gt;
&lt;p&gt;It starts but again a blank graph.&lt;/p&gt;
&lt;p&gt;I also tried to downgrade numpy to 1.9.2 but it won&amp;#39;t install on my system. I get a message that starts like this below.
C:\Users\Dennis\Documents\Dennis\Components\Nordic_BLE\nRF6707 Power Profiler Kit - Software files 1_0_0&amp;gt;python -m pip install --ind
ex-url=&lt;a href="http://pypi.python.org/simple/"&gt;http://pypi.python.org/simple/&lt;/a&gt; --trusted-host pypi.python.org numpy==1.9.2
Collecting numpy==1.9.2
Downloading numpy-1.9.2.zip (4.5MB)
100% |################################| 4.5MB 2.9MB/s
Installing collected packages: numpy
Running setup.py install for numpy ... error
Complete output from command C:\Python27\python.exe -u -c &amp;quot;import setuptools, tokenize;&lt;strong&gt;file&lt;/strong&gt;=&amp;#39;c:\users\dennis\appdata\loc
al\temp\pip-build-lkaluy\numpy\setup.py&amp;#39;;f=getattr(tokenize, &amp;#39;open&amp;#39;, open)(&lt;strong&gt;file&lt;/strong&gt;);code=f.read().replace(&amp;#39;\r\n&amp;#39;, &amp;#39;\n&amp;#39;);f.close
();exec(compile(code, &lt;strong&gt;file&lt;/strong&gt;, &amp;#39;exec&amp;#39;))&amp;quot; install --record c:\users\dennis\appdata\local\temp\pip-slsqe8-record\install-record.txt -
-single-version-externally-managed --compile:
Running from numpy source directory.
non-existing path in &amp;#39;numpy\distutils&amp;#39;: &amp;#39;site.cfg&amp;#39;
non-existing path in &amp;#39;numpy\f2py&amp;#39;: &amp;#39;docs&amp;#39;
non-existing path in &amp;#39;numpy\f2py&amp;#39;: &amp;#39;f2py.1&amp;#39;
F2PY Version 2
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in ['C:\Python27\lib', 'C:\', 'C:\Python27\libs']
NOT AVAILABLE&lt;/p&gt;
&lt;p&gt;The next version of numpy that will install on my system is 1.10.4 which also give me a blank graph.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72230?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2017 11:21:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7146e804-c4e8-4f52-a387-c0d29d00d546</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;I installed the packages with the versions you are using&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;pyside:		 1.2.4 
pyqtgraph:	 0.10.0
numpy:		 1.11.3 
pynrfjprog:	 9.2.1
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and no, it did not produce an error but no data was coming through. Downgrading pynrfjprog to 9.1.0 made it work again&lt;/p&gt;
&lt;p&gt;&lt;code&gt;pip install pynrfjprog=9.1.0&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;the pip issue you are seeing is an issue with pip itself, and is out of our hands. We will look into what causing pynrfjprog 9.2.x to break it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72226?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2017 11:12:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42bfdada-ec83-469b-a1cc-5982f06cb8da</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;Sorry to hear this. The installer issue is most likely a pip issue, since I see that downgrading has worked for some people. That is unfortunately out of our hands.
I see that you get a lot of warnings, can you try downgrading the mentioned packages to the ones the software reports it is tested with? In the mean time, we will also try installing the same packages as you have. New API&amp;#39;s etc in external references may break the software, so this will be fixed.
pynrfjprog should definately work with pynrfjprog 9.0.0, and 9.1.0. It hasn&amp;#39;t been thoroughly tested with 9.2.0+ so I would advice against that for now. The graph being blank means that no data is coming through, are you sure that the console is not reporting any warnings or errors?&lt;/p&gt;
&lt;p&gt;EDIT: To downgrade pynrfjprog, do pip install pynrfjprog==9.1.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72234?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2017 11:08:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4873f5a8-2cae-4f6b-a054-a9d7314a1234</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;Just press edit on original thread and add new information next time :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiler on Win7 64bit, no graph</title><link>https://devzone.nordicsemi.com/thread/72233?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2017 00:32:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dcdd3dd-169c-44f8-82c4-23d19d500678</guid><dc:creator>Dennis</dc:creator><description>&lt;p&gt;Update: I tried the install as above on another machine which was a desktop Win7 64bit machine.
I did not get &lt;strong&gt;First Issue&lt;/strong&gt; above but did get &lt;strong&gt;Second Issue&lt;/strong&gt; and &lt;strong&gt;Third Issue&lt;/strong&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>