<?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>nRF Toolbox GATT CONN TIMEOUT during dfu</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15110/nrf-toolbox-gatt-conn-timeout-during-dfu</link><description>Hardware: Rigado BMD-200 B using the nRF51822_xxAB
Bootloader: dfu_dual_bank_ble_s110_pca10028 with the device set to nRF51822_xxAB
Softdevice: S110_nRF51_8.0.0
DFU Tool: Android nRF Toolbox with nRF Master Control Panel plugin 
 Using the nRF Toolbox</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Jul 2016 06:33:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15110/nrf-toolbox-gatt-conn-timeout-during-dfu" /><item><title>RE: nRF Toolbox GATT CONN TIMEOUT during dfu</title><link>https://devzone.nordicsemi.com/thread/57711?ContentTypeID=1</link><pubDate>Fri, 15 Jul 2016 06:33:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d90064c-c410-47a4-b021-a036870e3dfb</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Happy to help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Toolbox GATT CONN TIMEOUT during dfu</title><link>https://devzone.nordicsemi.com/thread/57710?ContentTypeID=1</link><pubDate>Thu, 14 Jul 2016 16:15:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ced8cd04-64d5-48b9-9c9a-a3e29853ab2d</guid><dc:creator>matt_b</dc:creator><description>&lt;p&gt;Eureka that worked, thanks so much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Toolbox GATT CONN TIMEOUT during dfu</title><link>https://devzone.nordicsemi.com/thread/57709?ContentTypeID=1</link><pubDate>Thu, 14 Jul 2016 07:56:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ba56c5d-4691-4c58-82cc-3cfed587997d</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Could you check the DFU Settings in the nRF Toolbox app? Please verify that &amp;quot;Packets receipt notification procedure&amp;quot; is enabled and  if &amp;quot;Number of packets&amp;quot; are set to 10, then set it to 1.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Toolbox GATT CONN TIMEOUT during dfu</title><link>https://devzone.nordicsemi.com/thread/57708?ContentTypeID=1</link><pubDate>Thu, 14 Jul 2016 04:31:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0db5b51-5d78-494a-8c32-7e2b844f2d04</guid><dc:creator>matt_b</dc:creator><description>&lt;p&gt;I tried the change you suggested and I am still getting the GATT CONN TIMEOUT error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Toolbox GATT CONN TIMEOUT during dfu</title><link>https://devzone.nordicsemi.com/thread/57707?ContentTypeID=1</link><pubDate>Wed, 13 Jul 2016 11:20:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d8b063b-e673-4813-8cca-e6904df82f17</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Try to increase the connection interval by modifying the following defines in &lt;code&gt;dfu_transport_ble&lt;/code&gt;.c from&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                    (uint16_t)(MSEC_TO_UNITS(30, UNIT_1_25_MS)) 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define MIN_CONN_INTERVAL                    (uint16_t)(MSEC_TO_UNITS(30, UNIT_1_25_MS))        
#define MAX_CONN_INTERVAL                    (uint16_t)(MSEC_TO_UNITS(50, UNIT_1_25_MS))
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>