<?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>nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17997/nrfutil-dfu-ble-failed-to-open-win-10</link><description>I try to load my nRF52 with app via ble from windows 10 laptop. 
 nRF52 dev kit is loaded with the Softdevice and Bootloader from nRF5_SDK_12.1.0\examples\dfu\ble_dfu_send_hex\test_images_update_nrf52. 
 I have no problems to load nRF52 dfu_test_app_hrm_s132</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Aug 2018 08:41:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17997/nrfutil-dfu-ble-failed-to-open-win-10" /><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/144872?ContentTypeID=1</link><pubDate>Mon, 20 Aug 2018 08:41:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:359c5661-9677-4540-b0f9-b8b9685a0e0f</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Which version of nrfutil are you using? Did you use the .exe file or did you build it from the source?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/144792?ContentTypeID=1</link><pubDate>Sat, 18 Aug 2018 19:29:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c932fd72-793e-4376-996e-5e0a80e89b9d</guid><dc:creator>Yosi.stx</dc:creator><description>&lt;p&gt;Hi guys, &lt;span&gt;I encountered the same issue both in Win 10 and in Win 7.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I run the&amp;nbsp;&lt;span&gt;the command prompt as an administrator (in Win7), It didn&amp;#39;t resolved my &amp;quot;Error code 13&amp;quot; issue. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;See attached figure:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2018_2D00_08_2D00_18_5F00_221917.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/127797?ContentTypeID=1</link><pubDate>Wed, 11 Apr 2018 10:53:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9e97f60-2124-4c65-9ae4-3ba3d20e9e62</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/xavier1989"&gt;xavier&lt;/a&gt;: Thanks for posting the solution here. I will report it internally.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/127580?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 09:46:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e4801e1-df0b-45ea-866c-f192920a0489</guid><dc:creator>xavier</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi guys, I encountered the same issue and solved it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;*******************************************************&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;File &amp;quot;C:\Python27\lib\site-packages\pc_ble_driver_py-0.8.0-py2.7.egg\pc_ble_driver_py\config.py&amp;quot;, line 48, in sd_api_ver_get raise RuntimeError(&amp;#39;Connectivity IC identifier&amp;nbsp;&lt;strong&gt;conn_ic_id&lt;/strong&gt;&amp;nbsp;is not set&amp;#39;) RuntimeError: Connectivity IC identifier&amp;nbsp;&lt;strong&gt;conn_ic_id&lt;/strong&gt;&amp;nbsp;is not set&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;*************************************&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;the error informations tell us that the conn_ic_id is not set .so, open the file :config.py, and change the code&amp;nbsp; __conn_ic_id__ = None to&amp;nbsp;__conn_ic_id__ = &amp;quot;NRF52&amp;quot; .&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/125425?ContentTypeID=1</link><pubDate>Wed, 21 Mar 2018 19:55:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a08cb6d0-53cc-43a0-a0ed-9f6aab7423a5</guid><dc:creator>Harshil</dc:creator><description>&lt;p&gt;Same issue here, Thanks for that info man! But r u kidding me? My workplace gives standard access to users....this means that I have to walk to the IT admin everytime I need to do the DFU...LOL.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69388?ContentTypeID=1</link><pubDate>Wed, 01 Feb 2017 07:18:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a21708d8-44cd-463a-9e0d-e2e93916d45a</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Rocky, thanks for letting us know. I will report this internally.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69387?ContentTypeID=1</link><pubDate>Wed, 01 Feb 2017 06:46:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e713cff3-7067-4fd3-98c6-9e5669f45a2a</guid><dc:creator>Rocky Liang</dc:creator><description>&lt;p&gt;Hi guys, I encountered the same issue today while doing dfu update via nrfutil. I was just sending the zip file provided in the SDK12.2 examples\dfu\ble_dfu_send_hex\test_images_update_nrf52
The bootloader and the SoftDevice on the targeted device are programed with the provided Hex files. I was able to do a dfu via the nRF Connector app on a PC and smartphones. However, when using nrfutil, I encountered this error:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;File &amp;quot;c:\python27\lib\site-packages\pc_ble_driver_py\ble_driver.py&amp;quot;, line 126, in wrapper
    raise NordicSemiException(&amp;#39;Failed to {}. Error code: {}&amp;#39;.format(wrapped.__name__, err_code))
pc_ble_driver_py.exceptions.NordicSemiException: Failed to open. Error code: 13
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;At the end of the day, I resolved my issue - I need to run the command prompt as an administrator. This step should be mentioned or even highlighted in the chapter 5 of the nrfutil v2.0.0 User Guide.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69385?ContentTypeID=1</link><pubDate>Mon, 19 Dec 2016 10:03:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0fb5665-ff21-4c51-9dc9-7b1dd4a6a180</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Yes, you need a nRF51 dongle or another nRF51/52 DK connected to the production station. You can configure nrfutil to connect to a device with a specific name or address, see the screenshot below. &lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrfutil_5F00_dfu_5F00_ble.JPG" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69386?ContentTypeID=1</link><pubDate>Sat, 17 Dec 2016 08:39:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4613c10-357c-4e43-b55f-5ffda9636f69</guid><dc:creator>Kent</dc:creator><description>&lt;p&gt;Aha I see. Yes I already tried &amp;quot;nRF Toolbox apps for Android/iOS to perform DFU&amp;quot; and it works fine.
Im trying to do the same from a production station &amp;quot;linux/pc&amp;quot; with DFU.
So I need one &amp;quot;BLE dongle flashed with the connectivity firmware&amp;quot; connected to the production station, and then use nrfutil to do dfu to the manufactured nrf5 unit. In this case the dongle may be adverticed with &amp;quot;DfuTest&amp;quot; and the other with company name. So I need to create a custum bootloader with another advertice name to test this I guess?.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69384?ContentTypeID=1</link><pubDate>Mon, 12 Dec 2016 09:46:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3d2297e-ec87-4da7-8ebe-a3762cd3734f</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Kent, you edited the comment before I managed to answer. You wrote&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;... in order to use it to perform DFU over BLE on another nRF5x device.&amp;quot; Do I need two separate units? I only have one nRF52DK that I laborate with.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Yes, you need two separate units if you want to use the pc-ble-driver to perform DFU. One that is used as a BLE dongle flashed with the connectivity firmware that communicates with the pc-ble-driver on your computer. The second unit is the nRF52 device that runs your application, bootloader and SoftDevice. Since you only have one unit, then I recommend that you use our nRF Connect or nRF Toolbox apps for Android/iOS to perform DFU instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69383?ContentTypeID=1</link><pubDate>Sat, 10 Dec 2016 09:16:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fe67af4-4e99-46b5-a72d-50a89cbdd4f8</guid><dc:creator>Kent</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;As you said, pc-nrfutil-1.5.0 have the correct pc-ble-drive for dfu example using SDK v12.1.0 ? So my problem is I cant install it correctly and therefore I cant even run &amp;quot;nrfutil --help&amp;quot; or anything. Should I avoid SDK v12.1.0 and use nrfutil2.0.0?&lt;/p&gt;
&lt;p&gt;The reason I left out the -f option was otherwise the softdevice and bootloader already in place will be erased and then in next step nrfutil2.0.0 will timeout probably due to there is no bootloader anymore.&lt;/p&gt;
&lt;p&gt;For the moment I dont have any success so I will try to use pc-nrfutil-1.5.0 in linux environment...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69382?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2016 10:05:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f24e600d-e176-4fb9-ba10-2e8d3034e204</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Kent,
nrfutil uses the pc-ble-driver,a serialization API for our SoftDevices that needs Nordic Hardware( either a nRF51 Dongle or nRF51/52 DK) flashed with the connectivity firmware connected to your computer in order to use it to perform DFU over BLE on another nRF5x device. Thus when you use the following command&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfutil dfu ble -ic NRF52 -n &amp;quot;DfuTest&amp;quot; -p COM5 -pkg dfu_test_app_hrm_s132.zip
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;nrfutil will look for a nRF5x device connected to COM5, that is flashed with the connectivity firmware, and then use it to send the DFU packets to a second nRF5x device that is advertising as &amp;quot;DfuTarg&amp;quot; (by default) since you have not specified which device it should update. You can upload the connectivity firmware by adding the -f option to the command above, i.e.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; nrfutil dfu ble -ic NRF52 -n &amp;quot;DfuTest&amp;quot; -p COM5 -f -pkg dfu_test_app_hrm_s132.zip
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69381?ContentTypeID=1</link><pubDate>Sat, 03 Dec 2016 09:43:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97169906-fc79-4bb3-ad8b-da5b1d48c144</guid><dc:creator>Kent</dc:creator><description>&lt;p&gt;Sorry Im not sure what you mean. Im new on this. I think &amp;quot;NO&amp;quot; on that question.&lt;/p&gt;
&lt;p&gt;&amp;quot;connectivity firmware supplied with the pc-ble-driver&amp;quot; ?&lt;/p&gt;
&lt;p&gt;Is that a step I missed before I flash:
...\nRF5_SDK_12.1.0_0d23e2a\examples\dfu\ble_dfu_send_hex\test_images_update_nrf52\dfu_test_softdevice_bootloader_s132.hex that I program with:
&amp;quot;nrfjprog -f NRF52 –-chiperase --program dfu_test_softdevice_bootloader_s132.hex --verify&amp;quot;&lt;/p&gt;
&lt;p&gt;And then trying to flash:
...\nRF5_SDK_12.1.0_0d23e2a\examples\dfu\ble_dfu_send_hex\test_images_update_nrf52\dfu_test_app_hrm_s132.hex that I program with:
&amp;quot;nrfutil dfu ble -ic NRF52 -n &amp;quot;DfuTest&amp;quot; -p COM5 -pkg dfu_test_app_hrm_s132.zip&amp;quot;&lt;/p&gt;
&lt;p&gt;I was thinking everything are prepared after installing i.e nRF5x-Command-Line-Tools Installer.&lt;/p&gt;
&lt;p&gt;When I was running nRFgo Studio I remember something is uppdated to the connected nRF52 DK device first time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69380?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2016 12:29:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb9fc5d4-d29e-4179-82f2-9e86545ced10</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Yes, but do you have one nRF device that is connected to you computer running the connectivity firmware supplied with the pc-ble-driver in addition to the nRF52 DK that is flashed with the bootloader and the s132 SoftDevice?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69379?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2016 17:33:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06978f93-8932-4cbe-b024-7d9f81be0964</guid><dc:creator>Kent</dc:creator><description>&lt;p&gt;I did use nRF51DK(s130) before and now using nRF52DK(s132+bootloader). With nRF51DK I only use nRFgo Studio. With nRF52DK I also start using nfrjprog and nrfutil.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69378?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2016 12:19:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7790bbc-d034-4f0e-b3b8-5a217f6f3b08</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Kent, do you have a nRF51 Dongle or another nRF52 DK that runs the connectivity firmware in addition to the nRF52 DK with the S132 and the bootloader right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69377?ContentTypeID=1</link><pubDate>Tue, 29 Nov 2016 19:07:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa57d9b1-4e15-42cf-b122-4a37a0ef3625</guid><dc:creator>Kent</dc:creator><description>&lt;p&gt;Seems pc_ble_driver_py-0.8.0 still be installed even if I force it away :(&lt;/p&gt;
&lt;p&gt;I now did the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;delete entry in %USERPROFILE%\AppData\Local\pip\cache&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;delete existing pc-nrfutil-1.5.0 folder&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;unzip pc-nrfutil-1.5.0  and cd to it&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;uninstall existing Python and delete the folder&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;install Python 2.7.12&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;open cmd.exe as administrator&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;python -m pip install --no-cache-dir -r requirements.txt&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;python nordicsemi/&lt;strong&gt;main&lt;/strong&gt;.py&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;but still get the:&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):
File &amp;quot;nordicsemi/&lt;strong&gt;main&lt;/strong&gt;.py&amp;quot;, line 50, in 
from nordicsemi.dfu.dfu_transport_ble import DfuTransportBle
File &amp;quot;C:\Users\4light\Downloads\pc-nrfutil-1.5.0\pc-nrfutil-1.5.0\nordicsemi\dfu\dfu_transport_ble.py&amp;quot;, line 48, in 
from pc_ble_driver_py.ble_driver    import BLEDriver, BLEDriverObserver, BLEUUIDBase, BLEUUID, BLEAdvData, BLEGapConnParams, NordicSemiException
File &amp;quot;C:\Python27\lib\site-packages\pc_ble_driver_py\ble_driver.py&amp;quot;, line 63, in 
nrf_sd_ble_api_ver = config.sd_api_ver_get()
File &amp;quot;C:\Python27\lib\site-packages\pc_ble_driver_py\config.py&amp;quot;, line 48, in sd_api_ver_get
raise RuntimeError(&amp;#39;Connectivity IC identifier &lt;strong&gt;conn_ic_id&lt;/strong&gt; is not set&amp;#39;)
RuntimeError: Connectivity IC identifier &lt;strong&gt;conn_ic_id&lt;/strong&gt; is not set&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;The log from the &amp;quot;python -m pip install --no-cache-dir -r requirements.txt&amp;quot;&lt;/p&gt;
&lt;p&gt;Collecting six&amp;gt;=1.9 (from -r requirements.txt (line 1))
Downloading six-1.10.0-py2.py3-none-any.whl&lt;/p&gt;
&lt;p&gt;Collecting pyserial&amp;gt;=2.7 (from -r requirements.txt (line 2))
Downloading pyserial-3.2.1-py2.py3-none-any.whl (189kB)
100% |################################| 194kB 4.9MB/s&lt;/p&gt;
&lt;p&gt;Collecting enum34&amp;gt;=1.0.4 (from -r requirements.txt (line 3))
Downloading enum34-1.1.6-py2-none-any.whl&lt;/p&gt;
&lt;p&gt;Collecting click&amp;gt;=6.0 (from -r requirements.txt (line 4))
Downloading click-6.6-py2.py3-none-any.whl (71kB)
100% |################################| 71kB 663kB/s&lt;/p&gt;
&lt;p&gt;Collecting ecdsa&amp;gt;=0.13 (from -r requirements.txt (line 5))
Downloading ecdsa-0.13-py2.py3-none-any.whl (86kB)
100% |################################| 92kB 980kB/s&lt;/p&gt;
&lt;p&gt;Collecting behave (from -r requirements.txt (line 6))
Downloading behave-1.2.5-py2.py3-none-any.whl (109kB)
100% |################################| 112kB 5.7MB/s&lt;/p&gt;
&lt;p&gt;Collecting protobuf (from -r requirements.txt (line 7))
Downloading protobuf-3.1.0.post1-py2.py3-none-any.whl (347kB)
100% |################################| 348kB 5.4MB/s&lt;/p&gt;
&lt;p&gt;Collecting pc-ble-driver-py&amp;gt;=0.6.1 (from -r requirements.txt (line 8))
Downloading pc_ble_driver_py-0.8.0.tar.gz (13.1MB)
100% |################################| 13.1MB 5.7MB/s&lt;/p&gt;
&lt;p&gt;Collecting parse&amp;gt;=1.6.3 (from behave-&amp;gt;-r requirements.txt (line 6))
Downloading parse-1.6.6-py2-none-any.whl&lt;/p&gt;
&lt;p&gt;Collecting parse-type&amp;gt;=0.3.4 (from behave-&amp;gt;-r requirements.txt (line 6))
Downloading parse_type-0.3.4.tar.gz (62kB)
100% |################################| 71kB 6.0MB/s&lt;/p&gt;
&lt;p&gt;Requirement already satisfied (use --upgrade to upgrade): setuptools in c:\python27\lib\site-packages (from protobuf-&amp;gt;-r
requirements.txt (line 7))&lt;/p&gt;
&lt;p&gt;Collecting wrapt (from pc-ble-driver-py&amp;gt;=0.6.1-&amp;gt;-r requirements.txt (line 8))
Downloading wrapt-1.10.8.tar.gz&lt;/p&gt;
&lt;p&gt;Collecting future (from pc-ble-driver-py&amp;gt;=0.6.1-&amp;gt;-r requirements.txt (line 8))
Downloading future-0.16.0.tar.gz (824kB)
100% |################################| 829kB 6.0MB/s&lt;/p&gt;
&lt;p&gt;Installing collected packages: six, pyserial, enum34, click, ecdsa, parse, parse-type, behave, protobuf, wrapt, future, pc-ble-driver-py&lt;/p&gt;
&lt;p&gt;Running setup.py install for parse-type ... done
Running setup.py install for wrapt ... done
Running setup.py install for future ... done
Running setup.py install for pc-ble-driver-py ... done&lt;/p&gt;
&lt;p&gt;Successfully installed behave-1.2.5 click-6.6 ecdsa-0.13 enum34-1.1.6 future-0.16.0 parse-1.6.6 parse-type-0.3.4 pc-ble-driver-py-0.8.0 protobuf-3.1.0.post1 pyserial-3.2.1 six-1.10.0 wrapt-1.10.8&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69376?ContentTypeID=1</link><pubDate>Tue, 29 Nov 2016 07:19:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6437f31d-c979-4ce7-a6fe-b986a3d223ba</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You have to uninstall nrfutil v0.8.0 as it will casue a conflict with the newer version. Also check that your path variable is pointing to the correct version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69375?ContentTypeID=1</link><pubDate>Mon, 28 Nov 2016 19:45:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5084c45-a945-4641-987a-83b0c0f0f937</guid><dc:creator>Kent</dc:creator><description>&lt;p&gt;Thanks! yes Im running cmd.exe as administrator.&lt;/p&gt;
&lt;p&gt;I installed nrfutil v1.5.0 by the following as admin:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;install Python 2.7.12&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;python -m pip install --upgrade pip&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;python -m pip install -U setuptools&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;python -m pip install pyinstaller&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;unzip pc-nrfutil-1.5.0  and cd to it&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;python setup.py install&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;pyinstaller nrfutil.spec&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;running as admin &amp;quot;nrfutil --help&amp;quot;
but gets:&lt;/p&gt;
&lt;p&gt;File &amp;quot;C:\Python27\lib\site-packages\pc_ble_driver_py-0.8.0-py2.7.egg\pc_ble_driver_py\config.py&amp;quot;, line 48, in sd_api_ver_get
raise RuntimeError(&amp;#39;Connectivity IC identifier &lt;strong&gt;conn_ic_id&lt;/strong&gt; is not set&amp;#39;)
RuntimeError: Connectivity IC identifier &lt;strong&gt;conn_ic_id&lt;/strong&gt; is not set&lt;/p&gt;
&lt;p&gt;I have already run:&lt;/p&gt;
&lt;p&gt;nrfjprog -f NRF52 –-chiperase --program dfu_test_softdevice_bootloader_s132.hex --verify&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil dfu ble failed to open Win 10</title><link>https://devzone.nordicsemi.com/thread/69374?ContentTypeID=1</link><pubDate>Mon, 28 Nov 2016 09:16:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f421853-7d19-40b6-907f-98862fa87d27</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You&amp;#39;re running cmd.exe as administrator right? However, you have to use nrfutil v1.5.0 if you&amp;#39;re using the Secure Bootloader from SDK v12.1.0, please see our Github page, &lt;a href="https://github.com/NordicSemiconductor/pc-nrfutil"&gt;here&lt;/a&gt; is the link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>