<?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>random disconnect reason 0x08</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30054/random-disconnect-reason-0x08</link><description>I use the ble_uart sdk14.2.0 example, I just open the pwm, and then accept the data, I did not deal with the data received from nus, just a connection, a connection error 0x08 random, my configuration of sdk.config just the agreement Stack clock to the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Feb 2018 12:59:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30054/random-disconnect-reason-0x08" /><item><title>RE: random disconnect reason 0x08</title><link>https://devzone.nordicsemi.com/thread/119938?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2018 12:59:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9da73fa7-2602-4317-946b-e9421acfe9d0</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;So it works if you use low frequency crystal? And not if you use RC oscillator? If you use RC oscillator, please try to set&amp;nbsp;&lt;span&gt;NRF_SDH_CLOCK_LF_XTAL_ACCURACY&amp;nbsp;to 1.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m not sure what kind of timeout you are talking about, could you elaborate?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: random disconnect reason 0x08</title><link>https://devzone.nordicsemi.com/thread/119868?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2018 07:43:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4dd69662-fa96-4180-b47c-302b9b673f0c</guid><dc:creator>strengthstrong</dc:creator><description>&lt;p&gt;#define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS)&amp;nbsp;&lt;br /&gt;#define MAX_CONN_INTERVAL MSEC_TO_UNITS(75, UNIT_1_25_MS)&amp;nbsp;&lt;br /&gt;#define SLAVE_LATENCY 0&amp;nbsp;&lt;br /&gt;#define CONN_SUP_TIMEOUT MSEC_TO_UNITS(4000, UNIT_10_MS)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#define FIRST_CONN_PARAMS_UPDATE_DELAY APP_TIMER_TICKS(5000)&amp;nbsp;&lt;br /&gt;#define NEXT_CONN_PARAMS_UPDATE_DELAY APP_TIMER_TICKS(30000)&amp;nbsp;&lt;br /&gt;#define MAX_CONN_PARAMS_UPDATE_COUNT 2&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#define DEFAULT_ADV_INTERVAL 10&lt;br /&gt;#define DEFAULT_ADV_TIMEOUT 0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: random disconnect reason 0x08</title><link>https://devzone.nordicsemi.com/thread/119867?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2018 07:41:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87edf083-508a-42f8-baf2-1d609cd8e174</guid><dc:creator>strengthstrong</dc:creator><description>&lt;p&gt;central is android phone and i use nrf52810 , when i use external crystal ,Good effect,Connection 12 hours did not disconnect, but again test, there is a timeout, did not appear after, I do not know why this is. No problem with my timeout parameter, NRF_SDH_CLOCK_LF_XTAL_ACCURACY = 7&lt;/p&gt;
&lt;div class="client_search_body" id="content_container"&gt;
&lt;div class="client_search_container"&gt;
&lt;div class="client_search_content"&gt;
&lt;div class="client_search_leftside_area"&gt;
&lt;div class="client_search_sentence_area"&gt;
&lt;div class="client_def_container"&gt;
&lt;div class="client_def_bar"&gt;
&lt;div class="client_def_list"&gt;
&lt;div class="client_def_list_item"&gt;
&lt;div class="client_def_list_word_item"&gt;
&lt;div class="client_def_list_word_content"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: random disconnect reason 0x08</title><link>https://devzone.nordicsemi.com/thread/119351?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2018 12:11:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee51881d-e0c2-497f-81d3-7a6d747bfa4b</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;0x08 is BLE_HCI_CONNECTION_TIMEOUT, and this happens because the supervision timeout is hit (no packets from the peer is received in x seconds).&lt;/p&gt;
&lt;p&gt;Is this a custom board? Have you tried the same code on the nRF52 DK? Does it happen there?&lt;/p&gt;
&lt;p&gt;What value does NRF_SDH_CLOCK_LF_XTAL_ACCURACY have? Try setting it to 1.&lt;/p&gt;
&lt;p&gt;What kind of central device are you connecting to?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>