<?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>PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36984/pca10059-programming-problems</link><description>Hi, 
 Just got four 52840 USB dongles, with the intent to evaluate the Nordic BT Mesh. But I&amp;#39;ve been unable to get even a simple Blinky example programmed on the dongle. I&amp;#39;ve tried both Windows and Mac, I&amp;#39;m sure I&amp;#39;m doing something wrong, any pointers</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Nov 2018 08:48:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36984/pca10059-programming-problems" /><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/155505?ContentTypeID=1</link><pubDate>Thu, 01 Nov 2018 08:48:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99b1906a-440b-48f3-8d95-9a4c2a2d3f4e</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I assume you have S140 version 6.1.0? There is a limitation in the nRF Connect Programmer app that you have to select SoftDevice version from a drop-down. So if the programmer app is not updated for the current SoftDevice it will not allow you to program the app alone. I have created an internal feature request suggesting that it be possible to select to skip the SoftDevice ID check (by setting ID 0x00). In the meantime the workaround is to simultaneously install the application and&amp;nbsp;SoftDevice (by adding the SoftDevice .hex file in addition to the application .hex file before clicking &amp;quot;Write&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/155407?ContentTypeID=1</link><pubDate>Wed, 31 Oct 2018 16:09:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e113967e-b67a-4fb7-86a4-1ccd8c0c9c12</guid><dc:creator>gio</dc:creator><description>&lt;p&gt;Ok, thanks for answers.&lt;/p&gt;
&lt;p&gt;2) Please see pictures below. I&amp;#39;m using the project ble_app_blinky_pca10059_s140 included in SDK 15.2.0. As can be seen from the pictures, the compiled hex does not contain neither bootloader, neither softdevice, only application. Start addresses seems to correctly overlap with the app on the dongle, not over&amp;nbsp;memory blocks. Clicking &amp;quot;Write&amp;quot; on nrfconnect app, asks for softdevice and then selecting s140, it fails.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://ibb.co/c27vv0"&gt;https://ibb.co/c27vv0&lt;/a&gt;&lt;br /&gt;&lt;a href="https://ibb.co/hXH62f"&gt;https://ibb.co/hXH62f&lt;/a&gt;&lt;br /&gt;&lt;a href="https://ibb.co/gZiDhf"&gt;https://ibb.co/gZiDhf&lt;/a&gt;&lt;br /&gt;&lt;a href="https://ibb.co/i8rNa0"&gt;https://ibb.co/i8rNa0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3)&amp;nbsp;My aim is to have a unique environment where to develop and flash the device in a very simple way, by clicking once a menu option, withouth having to rely on external nrfconnect apps or extra steps. In a class of 50 students it would be feasible to let them experiment writing simple firmware with 50 USB dongles.On the contrary it would not be feasible to buy a DK, a tag connect cable and a dongle for each.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/155326?ContentTypeID=1</link><pubDate>Wed, 31 Oct 2018 12:40:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e0cb2eb-8e5f-4490-8f40-f31b0f168a19</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="giowild"]1) It is NOT possible to flash via USB using the ses &amp;#39;build and run feature&amp;#39; menu[/quote]
&lt;p&gt;Yes. It is not and will never be possible to program the nRF52840 dongle directly from SES. (The exception is if you hook up an external debugger and connect that to the nRF52840 dongle.)&amp;nbsp;&amp;nbsp;&lt;/p&gt;
[quote user="giowild"]2) It is NOT possible via USB using nrf connect programming app due to error &amp;quot;DFU failed: Error message for known extended error code from DFU target: The array of supported SoftDevices for the update does not contain the FWID of the current SoftDevice.&amp;quot;[/quote]
&lt;p&gt;No. The nRF Connect Programmer app is now capable of programming the nRF52840 Dongle. However, you need to program it with an application that is suitable (projects for&amp;nbsp;pca10059). To be suitable the application must be built with flash and RAM start addresses and size white make room for the MBR and Bootloader (please see project settings for one of the&amp;nbsp;&lt;span&gt;pca10059 projects in the SDK). You may also have to press the button while&amp;nbsp;inserting the dongle to make it enter DFU mode. It will&amp;nbsp;not be recognised by the Programmer app otherwise.&lt;/span&gt;&lt;/p&gt;
[quote user="giowild"]3) It is possible via usb using the nrfutil. In this case, is it possible to add ses post-build configuration to automatically execute nrfutil? If so, can someone provide steps, command line or videos on how to do it?[/quote]
&lt;p&gt;It might be possible, but I have not attempted to do so. You would not be able to debug in any case, so I do not see a significant benefit of programming from SES. The lack of a debugger makes the Dongle a bad development platform in any case, so it would be better to use a DK.&lt;/p&gt;
[quote user="giowild"]4) It is possible to flash via &amp;quot;nrf52 DK and tag connect cable&amp;quot; using ses &amp;#39;build and run feature&amp;#39; menu[/quote]
&lt;p&gt;&lt;span&gt;Yes&lt;/span&gt;, you can program (and debug) an application on the nRF52840 dongle using the DK as an external debugger.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/155292?ContentTypeID=1</link><pubDate>Wed, 31 Oct 2018 10:43:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02f675e1-ac5f-4823-9945-c982286c3b76</guid><dc:creator>gio</dc:creator><description>&lt;p&gt;Hi, can you confirm that, as of today, this is still valid for nrf52 usb dongle on windows:&lt;br /&gt;1) It is NOT possible to flash via USB using the ses &amp;#39;build and run feature&amp;#39; menu&lt;br /&gt;2) It is NOT possible via USB using nrf connect programming app due to error &amp;quot;DFU failed: Error message for known extended error code from DFU target: The array of supported SoftDevices for the update does not contain the FWID of the current SoftDevice.&amp;quot;&lt;br /&gt;3) It is possible via usb using the nrfutil. In this case, is it possible to add ses post-build configuration to automatically execute nrfutil? If so, can someone provide steps, command line or videos on how to do it?&lt;br /&gt;4) It is possible to flash via &amp;quot;nrf52 DK and tag connect cable&amp;quot; using ses &amp;#39;build and run feature&amp;#39; menu&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/143125?ContentTypeID=1</link><pubDate>Tue, 07 Aug 2018 06:45:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d153a80-5b1d-4137-bd62-90d336cb46d1</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I did not spot the extended advertising question. The short answer is that we do not have any example for it on&amp;nbsp;PCA10059 (nRF52840 dongle), but the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_rsc.html?cp=4_0_0_4_1_2_22"&gt;Running Speed and Cadence Service Application example&lt;/a&gt;&amp;nbsp;demonstrate extended advertising and has a project for the nRF52840 DK. Not that extended advertising is quite limited in S140 version 6.0.0 which is part of SDK 15.0.0, but it has improved in S140 version 6.1.0 &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF52840/S140-SD-v5/60624"&gt;S140 version 6.1.0&lt;/a&gt; which will be part of the next SDK release.&lt;/p&gt;
&lt;p&gt;Can you please make a new thread for extended advertising question if you need any follow-up on it? Keeping separate topics to separate threads make them easier to follow and increases the likelihood of them being useful for others.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/143092?ContentTypeID=1</link><pubDate>Mon, 06 Aug 2018 19:37:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7e4a695-6184-4c2b-bef3-4a3c561f35b9</guid><dc:creator>egross</dc:creator><description>&lt;p&gt;Einar, from my post 4 days ago, do you have any suggestions to get extended advertising running on a PCA10059?&amp;nbsp; &amp;nbsp;I found some example code on the web for an earlier version of the SDK and softdevice, but I can&amp;#39;t a modifed blinky or rscs to run on the PCA10056.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142727?ContentTypeID=1</link><pubDate>Fri, 03 Aug 2018 07:00:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29e31ff2-8e80-429b-ae2e-99ce249ea832</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Yes, all precompiled example hex files that need the SoftDevice include it within the hex file. This is usually a good thing, but you cannot use it to generate the DFU zip. You should build the example instead and use the resulting hex file which only contain the application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142699?ContentTypeID=1</link><pubDate>Thu, 02 Aug 2018 20:27:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a721cab-5b2b-46a9-b70b-272bbc537390</guid><dc:creator>Esteban</dc:creator><description>&lt;p&gt;This was very helpful! Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142698?ContentTypeID=1</link><pubDate>Thu, 02 Aug 2018 20:11:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7dd16c30-8b00-43b7-a716-27fb36610c3a</guid><dc:creator>Esteban</dc:creator><description>&lt;p&gt;Hey, thank you for your answer. I can confirm the app loads with this command but the blinky project does not work for some reason. Does ble_app_blinky_pca10059_s140.hex come with the soft device already or do you have to merge this hex file with the provided SD found in the SDK before flashing to the dongle?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142695?ContentTypeID=1</link><pubDate>Thu, 02 Aug 2018 19:31:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fdc9b98-2d9b-432b-a9b8-5cf0d05bc82d</guid><dc:creator>egross</dc:creator><description>&lt;p&gt;Thanks Einar, that makes sense.&amp;nbsp; My next task is to modify our application to run with extended advertising.&amp;nbsp; I found that the ble_app_rscs does not have a version for the PCA10059, and a quick check confirmed it does not run (i.e&amp;nbsp; modified defines for PCA10059).&amp;nbsp; Do you know if this app can be easily made to run on the PCA10059?&amp;nbsp; Or is there some other app that will utilize extended advertising on the PCA10059?&lt;/p&gt;
&lt;p&gt;Ed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142644?ContentTypeID=1</link><pubDate>Thu, 02 Aug 2018 13:58:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb6ef79e-3441-4b46-86be-72f3cca69843</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;The precompiled hex is merged with the SoftDevice, so you cannot use it directly. You could modify the .hex file to strip away the SoftDevice before you make the DFU .zip file, but it is much easier to just build the example yourself like you have done.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142607?ContentTypeID=1</link><pubDate>Thu, 02 Aug 2018 12:24:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0673e56d-ca8a-47d0-a404-b64d631f293b</guid><dc:creator>egross</dc:creator><description>&lt;p&gt;Thanks, --sd-req 0x00 made it work.&amp;nbsp; Note that some of your documentation says that 0xffee is the&amp;nbsp;&amp;quot;any&amp;quot; softdevice version key, but this doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;Also, the pre-built BLE Blinky hex file did not work on the pca10059.&amp;nbsp; I had to build the app.&amp;nbsp; Here&amp;#39;s what I did to install the softdevice and my compiled app from the hex directory in ble_app_blinky.&amp;nbsp; I used 0xa9 for --sd-id, it didn&amp;#39;t seem to like 0x00:&lt;/p&gt;
&lt;p&gt;nrfutil pkg generate --debug-mode --softdevice ../../../../components/softdevice/s140/hex/s140_nrf52_6.0.0_softdevice.hex --application ../pca10059/s140/ses/Output/Release/Exe/ble_app_blinky_pca10059_s140.hex app_and_sd_package.zip --hw-version 52 --sd-req 0x00 --sd-id 0xa9&lt;/p&gt;
&lt;p&gt;&amp;nbsp;nrfutil -vvv dfu usb_serial -pkg app_and_sd_package.zip -p COM17&lt;/p&gt;
&lt;p&gt;I can confirm that nRF Connect does appear to show the valid&amp;nbsp;firmware layout on the device, even though you can&amp;#39;t program the device with nRF Connect.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Ed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142529?ContentTypeID=1</link><pubDate>Thu, 02 Aug 2018 07:55:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72524d95-ac44-4626-b5d5-5d03acdb816b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;It should work if you skip the SoftDevice ID check by using&amp;nbsp;&lt;code&gt;--sd-req 0x00&lt;/code&gt; (&lt;code&gt;0x00&lt;/code&gt; meaning &lt;em&gt;any&lt;/em&gt; SoftDevice version). For instance, the command to generate the zip package for the application from the initial question should be changed to:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="batchfile"&gt;nrfutil pkg generate --debug-mode --application ble_app_blinky_pca10059_s140.hex blinky_package.zip --hw-version 52 --sd-req 0x00&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then a normal serial DFU upgrade should work out of the box with the following command (same as in the question):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="batchfile"&gt;nrfutil -vvvv dfu usb_serial -pkg blinky_package.zip -p COM54&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142277?ContentTypeID=1</link><pubDate>Wed, 01 Aug 2018 02:43:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c4be458-7ce9-4d25-ba4e-8e5c8ccc9b33</guid><dc:creator>robple11</dc:creator><description>&lt;p&gt;Getting exact same problem as you are below: &amp;quot;&lt;span&gt;&amp;nbsp;Extended Error 0x07: The array of supported SoftDevices for the update does not contain the FWID of the current SoftDevice.&amp;quot; when trying to program the nRF52840-Dongle using nrfutil.exe, tried all combinations and nothing seems to work. The weird part is using the nRFConnect App v2.4.0 to launch the Bluetooth Low Energy app, it was able to program the example onto the dongle. Then when I launch the Programmer app it shows the softdevice with App is present in memory. So obviously the nRFConnect&amp;nbsp;Bluetooth Low Energy app can load to the dongle but we cant using the Programmer App!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142262?ContentTypeID=1</link><pubDate>Tue, 31 Jul 2018 20:36:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41cd0508-afcb-4128-aba8-2abaeed82557</guid><dc:creator>egross</dc:creator><description>&lt;p&gt;OK,&amp;nbsp;made some progress, but still having a problem farther&amp;nbsp; downstream.&lt;/p&gt;
&lt;p&gt;I generated&amp;nbsp;a package via:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;nrfutil pkg generate --debug-mode --application ble_app_blinky_pca10059_s140.hex blinky_package.zip --hw-version 52 --sd-req 0xA9&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve running it with the prepackaged blinky hex&amp;nbsp; with and without the S140 softdevice.&amp;nbsp; I&amp;nbsp; try to program the device with:&lt;/p&gt;
&lt;p&gt;nrfutil -vvvv dfu usb_serial -pkg blinky_package.zip -p COM18&lt;/p&gt;
&lt;p&gt;produces the following traceback:&lt;/p&gt;
&lt;p&gt;File &amp;quot;c:\users\egross\documents\projs\rackareanetwork\nordic\nrf5_sdk_15.0.0_a53641a\examples\ble_peripheral\ble_app_blinky\hex\p2\lib\site-packages\nordicsemi\dfu\dfu_transport_serial.py&amp;quot;, line 463, in __get_response&lt;br /&gt; raise NordicSemiException(&amp;#39;Extended Error 0x{:02X}: {}&amp;#39;.format(resp[3], data))&lt;br /&gt;pc_ble_driver_py.exceptions.NordicSemiException: Extended Error 0x07: The array of supported SoftDevices for the update does not contain the FWID of the current SoftDevice.&lt;/p&gt;
&lt;p&gt;I tried a couple of different id&amp;#39;s, all with the same result.&amp;nbsp; Turning on verbose produces this before the exception:&lt;/p&gt;
&lt;p&gt;2018-07-31 12:38:30,382 Using board at serial port: COM18&lt;br /&gt;2018-07-31 12:38:30,390 Sending SoftDevice image...&lt;br /&gt;2018-07-31 12:38:33,392 Serial: Set Packet Receipt Notification 0&lt;br /&gt;2018-07-31 12:38:33,392 SLIP: --&amp;gt; [2, 0, 0]&lt;br /&gt;2018-07-31 12:38:33,392 SLIP: &amp;lt;-- [96, 2, 1]&lt;br /&gt;2018-07-31 12:38:33,394 SLIP: --&amp;gt; [7]&lt;br /&gt;2018-07-31 12:38:33,394 SLIP: &amp;lt;-- [96, 7, 1, 3, 8]&lt;br /&gt;2018-07-31 12:38:33,394 Sending init packet...&lt;br /&gt;2018-07-31 12:38:33,394 Serial: Selecting Object: type:1&lt;br /&gt;2018-07-31 12:38:33,394 SLIP: --&amp;gt; [6, 1]&lt;br /&gt;2018-07-31 12:38:33,394 SLIP: &amp;lt;-- [96, 6, 1, 0, 1, 0, 0, 68, 0, 0, 0, 100, 172, 200, 186]&lt;br /&gt;2018-07-31 12:38:33,394 Serial: Object selected: max_size:256 offset:68 crc:3133713508&lt;br /&gt;2018-07-31 12:38:33,394 SLIP: --&amp;gt; [1, 1, 70, 0, 0, 0]&lt;br /&gt;2018-07-31 12:38:33,395 SLIP: &amp;lt;-- [96, 1, 1]&lt;br /&gt;2018-07-31 12:38:33,395 Serial: Streaming Data: len:70 offset:0 crc:0x00000000&lt;br /&gt;2018-07-31 12:38:33,395 SLIP: --&amp;gt; [8, 10, 68, 8, 1, 18, 64, 8, 255, 255, 255, 255, 15, 16, 52, 26, 4, 169, 1, 172, 1, 32, 1, 40, 200, 135, 9, 48, 0, 56, 0, 66, 36, 8, 3, 18, 32, 28, 16, 188, 234, 95, 167, 109, 20, 224, 222, 187, 150, 49, 101, 85, 191, 115, 225, 7, 223, 17, 209, 9, 123, 162, 51, 103, 115, 251, 45, 241, 197, 72, 1]&lt;br /&gt;2018-07-31 12:38:33,395 SLIP: --&amp;gt; [3]&lt;br /&gt;2018-07-31 12:38:33,397 SLIP: &amp;lt;-- [96, 3, 1, 70, 0, 0, 0, 59, 175, 95, 99]&lt;br /&gt;2018-07-31 12:38:33,397 SLIP: --&amp;gt; [4]&lt;br /&gt;2018-07-31 12:38:33,398 SLIP: &amp;lt;-- [96, 4, 11, 7]&lt;/p&gt;
&lt;p&gt;Any suggestions are appreciated, hopefully a simple user error.&lt;/p&gt;
&lt;p&gt;Ed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142213?ContentTypeID=1</link><pubDate>Tue, 31 Jul 2018 14:14:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf065d72-6116-4c48-a234-827312b020e8</guid><dc:creator>egross</dc:creator><description>&lt;p&gt;Thanks, yes, I did try python2, but I retried, apparently the python2 virtualenv had a link or cache to the python3 pip installed version, so I wasn&amp;#39;t really switching to the python2 pip installed version.&amp;nbsp; Not sure why that way, but all is happy now.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142200?ContentTypeID=1</link><pubDate>Tue, 31 Jul 2018 13:49:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6830eb42-1d26-4727-b4b0-0dac42cb8ebb</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I am sorry, I did not read the full post. I have not seen this exact issue before, but it seems to be a python issue.&amp;nbsp;The error message you get (&lt;code&gt;AttributeError: &amp;#39;dict&amp;#39; object has no attribute &amp;#39;iteritems&amp;#39;&lt;/code&gt;) is because it seems you are using Python 3, but nrfutil only work with Python 2. Can you try to install Python 2 (if you do not have i already) and then install nrfutil with &amp;quot;&lt;code&gt;pip install nrfutil&lt;/code&gt;&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10056 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142158?ContentTypeID=1</link><pubDate>Tue, 31 Jul 2018 12:27:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5015745c-6e20-435a-804f-f160d35c1e01</guid><dc:creator>egross</dc:creator><description>&lt;p&gt;But as you can see from my first post, nrfutil is not working on either Windows or Mac OS.&amp;nbsp; Any idea what is causing the nrfutil attribute error?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The documentation for nrfutil implies you can run the command with less parameters, but I could only get it to run with the command shown in my post.&lt;/p&gt;
&lt;p&gt;And please note, the title of the original post was wrong - the devices I&amp;#39;m having problems with are the PCA10059 (USB dongle), not the PCA10056. I will try the 10056 tomorrow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10056 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142155?ContentTypeID=1</link><pubDate>Tue, 31 Jul 2018 12:10:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9063a2de-1b2b-4ffd-bb81-268830bd8f79</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is correct.&amp;nbsp;The nRF Programmer app for nRF Connect for Desktop does not currently support programming the SoftDevice to the dongle, but this will most likely be supported in the next release. The only option at this point is to use nrfutil, which is part of &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF51822/nRF5x-Command-Line-Tools-Win32/33444"&gt;nRF5x-Command-Line-Tools&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10056 programming problems.</title><link>https://devzone.nordicsemi.com/thread/142064?ContentTypeID=1</link><pubDate>Tue, 31 Jul 2018 07:43:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74b96823-d491-47b0-988f-b34583199328</guid><dc:creator>Mahesh Venkitachalam</dc:creator><description>&lt;p&gt;I am seeing a similar issue.&lt;/p&gt;
&lt;p&gt;Please see:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/36381/nrf52840-dongle-write-problem"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/36381/nrf52840-dongle-write-problem&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Not sure if it&amp;#39;s the official response, but one user says:&lt;br /&gt;&lt;br /&gt;&amp;quot;&lt;span&gt;for the time being loading projects to the dongle using a softdevice is not supported by the nRF Connect for Desktop app.&amp;nbsp;&amp;quot;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;UPDATE 1:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can program the dongle via SWD if you have a DK. Just power it from the DK so VTG is detected correctly.&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/4544.IMG_5F00_4889.JPG" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>