<?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>BLE DFU via PC nrfutil is really slow</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16153/ble-dfu-via-pc-nrfutil-is-really-slow</link><description>Hi, 
 I have downloaded the latest SDK12 for nRF52. 
 And i tried out the new &amp;quot;BLE Secure DFU Bootloader&amp;quot; example. 
 But i found that doing the BLE DFU with nrfutil on windows take 1 minute for the pre-generated package &amp;quot;dfu_test_app_hrm_s132.zip&amp;quot;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Sep 2016 11:13:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16153/ble-dfu-via-pc-nrfutil-is-really-slow" /><item><title>RE: BLE DFU via PC nrfutil is really slow</title><link>https://devzone.nordicsemi.com/thread/61635?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2016 11:13:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d846d93-0eeb-49e8-be12-2ce86074bb2d</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You can try to set the minimum and maximum connection interval defines in &lt;code&gt;nrf_ble_dfu.c&lt;/code&gt; in the bootloader to the same value, i.e.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define MIN_CONN_INTERVAL                    (uint16_t)(MSEC_TO_UNITS(15, UNIT_1_25_MS))            
#define MAX_CONN_INTERVAL_MS                  15                                                    
#define MAX_CONN_INTERVAL                    (uint16_t)(MSEC_TO_UNITS(MAX_CONN_INTERVAL_MS, UNIT_1_25_MS))
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This should force the central on the connectivity chip to set the connection interval to 15ms and not somewhere between 15 and 30ms.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE DFU via PC nrfutil is really slow</title><link>https://devzone.nordicsemi.com/thread/61636?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2016 10:32:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95d05a99-68bf-4141-81c1-a9a6ca3b147b</guid><dc:creator>chewlm86</dc:creator><description>&lt;p&gt;I see. Is there a way to change these setting on the connectivity firmware?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE DFU via PC nrfutil is really slow</title><link>https://devzone.nordicsemi.com/thread/61634?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2016 09:07:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf9dc06d-553f-4e48-a7fc-9df26e3127af</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The actual time it takes to complete a DFU will depend on the connection interval. I think that Android v6.0.0 allows for a connection intervals down to 11.25ms, and the bootloader has preferred connection parameters between 15 and 30ms.   I am not sure what the minimum and maximum connection parameters are set to in the connectivity firmware, but it most likely closer to 30ms.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>