<?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>S130 connection offen break</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23728/s130-connection-offen-break</link><description>Hi,I use S130 V1.0 working as a master,and connect a device.My device adverting interval is 800ms， and gap_conn_params.min_conn_interval = MIN_CONN_INTERVAL;//MIN_CONN_INTERVAL=500ms , gap_conn_params.max_conn_interval = MAX_CONN_INTERVAL;//MAX_CONN_INTERVAL</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Aug 2017 10:51:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23728/s130-connection-offen-break" /><item><title>RE: S130 connection offen break</title><link>https://devzone.nordicsemi.com/thread/93339?ContentTypeID=1</link><pubDate>Wed, 02 Aug 2017 10:51:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4cb9978-869f-4c04-bbd2-28ff3e9ffea1</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;When the central doesn&amp;#39;t receive any notifications, which error code does the peripheral have on its side when it tries to transmit notifications?&lt;/p&gt;
&lt;p&gt;Note: For the peripheral to be able to transmit notifications, the central will first have to enable notifications by writing to the CCCD in the characteristic in question on the peripheral side.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 connection offen break</title><link>https://devzone.nordicsemi.com/thread/93340?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2017 00:10:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b30e73fd-39da-46df-bab7-4de4e64c0e85</guid><dc:creator>Songplus</dc:creator><description>&lt;p&gt;I don&amp;#39;t know, connection param update success,and device server discover success.Some time can receive device notify,but these day central receives nothing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 connection offen break</title><link>https://devzone.nordicsemi.com/thread/93338?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 12:36:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c55b0d56-3ad2-4a45-a1f2-3596cabb20ac</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;If the master/central is calling &lt;code&gt;sd_ble_gap_disconnect()&lt;/code&gt; you will need to figure out why it does so, and change that if you want a different behavior.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 connection offen break</title><link>https://devzone.nordicsemi.com/thread/93337?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 09:57:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c9f6a3e-e05a-445d-9e26-58133d3f3bca</guid><dc:creator>Songplus</dc:creator><description>&lt;p&gt;It is master &lt;code&gt;sd_ble_gap_diconnect()&lt;/code&gt; happen.Device connect to the NRF Connect APP , never happen connect break for a long time connection.I sure that device has not error ,because I have use the device frame in my production for 2 years ,and never happen connection break for app using.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 connection offen break</title><link>https://devzone.nordicsemi.com/thread/93336?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 08:56:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c63dbdfc-0614-4d96-b943-65ec45770411</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;How does the disconnect happen, is it connection supervision timeout, a hardfault, app_error_handler triggering a reset, or is sd_ble_gap_diconnect() explicitly being called? I would recommend you to check both the central and the peripheral side of the link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 connection offen break</title><link>https://devzone.nordicsemi.com/thread/93335?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 00:11:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:151b76ba-4cff-4967-9195-61f701d5c4e8</guid><dc:creator>Songplus</dc:creator><description>&lt;p&gt;After connecting,the master keep connecting for receiving the device notify. Device send  notify every second,but the master go to disconnect after missing receive some device notify.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 connection offen break</title><link>https://devzone.nordicsemi.com/thread/93334?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 12:48:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4696e9e4-9ffa-4b53-a6bf-a153318e07a3</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;To find you why the connection breaks, you will need to do some debugging: What is the reason for the disconnect? Does any of the devices actively disconnect the link for instance?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 connection offen break</title><link>https://devzone.nordicsemi.com/thread/93341?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 10:01:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d71d3807-d8bc-4023-a9fd-178c4fcdaa2e</guid><dc:creator>Songplus</dc:creator><description>&lt;p&gt;I think the MCU  NRF51822 frequency is too low to immediately implement the SD IRQ after the UART IRQ handler.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>