<?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>DFU with SDK 6.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3736/dfu-with-sdk-6-1</link><description>Hi 
 I just updated our project to files from new SDK release 6.1. The normal application is working properly with the new SDK, but i got in trouble with the bootloader parts. 
 I updated the bootloader to the new &amp;quot;bootloader_dfu&amp;quot; files from the SDK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 06 Sep 2014 14:15:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3736/dfu-with-sdk-6-1" /><item><title>RE: DFU with SDK 6.1</title><link>https://devzone.nordicsemi.com/thread/13554?ContentTypeID=1</link><pubDate>Sat, 06 Sep 2014 14:15:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d1ab9d2-3274-4fbf-9890-c55d730c0497</guid><dc:creator>Adrian Eggenberger</dc:creator><description>&lt;p&gt;Thank you for your answer. With the nRF Toolbox it is working. The second part of my question is also answerd. The Toolbox app connects to the device to check if the DFU service is existant.&lt;/p&gt;
&lt;p&gt;Maybe a suggestion for upcoming Toolbox releases. The disconnect when the Application mode was left and the bootloader entered should be suppressed by the App. Otherwise it is a bit irritating for normal users.&lt;/p&gt;
&lt;p&gt;On&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU with SDK 6.1</title><link>https://devzone.nordicsemi.com/thread/13553?ContentTypeID=1</link><pubDate>Fri, 05 Sep 2014 12:09:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:382ab02e-ef9e-451a-908f-36e19389f112</guid><dc:creator>Kamran</dc:creator><description>&lt;p&gt;Hi Adrian,
IOS app nRF Loader is no more supported by Nordic Semiconductor. In order to use DFU in SDK 6.1 you have to use our app nRF Toolbox. It is available on App store. It contains  8 BLE profile including DFU. You can use DFU part of the app in order to upload firmware.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU with SDK 6.1</title><link>https://devzone.nordicsemi.com/thread/13552?ContentTypeID=1</link><pubDate>Fri, 05 Sep 2014 11:44:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1741d5ce-9391-4f0c-b742-88f8f50f7a60</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;For 1) I got it to work by changing this&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define DFUCONTROLLER_DESIRED_NOTIFICATION_STEPS 30  
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;in the DFUController.m&lt;/p&gt;
&lt;p&gt;The reason to this is the DFU code use 600 bytes buffer.  So we can only send 600 bytes per interval.  Only 20 bytes can be send at a time so .&lt;/p&gt;
&lt;p&gt;DFUCONTROLLER_DESIRED_NOTIFICATION_STEPS * DFUCONTROLLER_MAX_PACKET_SIZE must be equal to 600 bytes&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>