<?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>nrf52810 beacon disconnection issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33024/nrf52810-beacon-disconnection-issue</link><description>Hi All, 
 We are working on nRF52810 chip for on of our beacon project and we are using external antenna on board but 
 We are dealing with the Reason 8 disconnections. 
 We are not sure why this is happening. We have changed the Crystal and it is more</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Apr 2018 14:31:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33024/nrf52810-beacon-disconnection-issue" /><item><title>RE: nrf52810 beacon disconnection issue</title><link>https://devzone.nordicsemi.com/thread/127657?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 14:31:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b87b9a0b-0fb4-4475-a9b1-3f513ab0c73b</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi, we don&amp;#39;t have any statics or numerical value of SNR etc. So I guess my recommendation is to increase output Power or reduce connection interval to avoid (or reduce) the issue you experience in the first place.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 beacon disconnection issue</title><link>https://devzone.nordicsemi.com/thread/127518?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 04:10:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5677e93-f07a-4c63-9a97-37a3da5234e8</guid><dc:creator>pktron</dc:creator><description>&lt;p&gt;No , no changes.&lt;/p&gt;
&lt;p&gt;because of Disconnects at high RSSI values. This means that although the signal strength is good there is too much interference.&lt;/p&gt;
&lt;p&gt;A suggested solution to determine bad RSSI is to detect packet loss and then take whatever action that is needed.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;We have implemented an adaptive scheme where we increase/decrease the power when RSSI goes low.&lt;/p&gt;
&lt;p&gt;But this does not help if RF interference is high.&lt;/p&gt;
&lt;p&gt;Is there a way to detect the RF interference?&lt;/p&gt;
&lt;p&gt;If we can know that then we can change connection parameters to send the packets more frequently. Allowing the network more chance to recover the connection.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Is it possible to get an estimate on SNR values, or number of available channels?&lt;/p&gt;
&lt;p&gt;If there are less no. of available channels then also we can increase the frequency.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;please confirm&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 beacon disconnection issue</title><link>https://devzone.nordicsemi.com/thread/127487?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 15:39:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b966c989-c6b8-4205-a4bb-e17b026cc17d</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Any change if you use&amp;nbsp;NRF_CLOCK_LF_XTAL_ACCURACY_250_PPM? What central device are you using here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 beacon disconnection issue</title><link>https://devzone.nordicsemi.com/thread/127170?ContentTypeID=1</link><pubDate>Fri, 06 Apr 2018 09:07:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b33ab17c-5c4f-4971-b094-a3b6d64611a8</guid><dc:creator>pktron</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Parameters of clock_lf_cfg are as follows:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nrf_clock_lf_cfg_t clock_lf_cfg =&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = NRF_CLOCK_LF_SRC_XTAL,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .rc_ctiv&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .rc_temp_ctiv&amp;nbsp; = 0,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .accuracy&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = NRF_CLOCK_LF_XTAL_ACCURACY_75_PPM,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The disconnects are erratic.&lt;/p&gt;
&lt;p&gt;It seems they happen when around metal objects and due to Wifi Pollution.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Connection parameters were connection interval of 250ms , 300ms, slave latency 5, with 6 seconds supervision timeout.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We tried with the following values and it is working better.&lt;/p&gt;
&lt;p&gt;300ms 330ms, slave latency 2, and 6 seconds supervision timeout.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I guess the problem is that the central selects and sends packet over a channel. The peripheral must respond on the same channel. If for some reason the channel becomes in use during the time or the first message gets corrupted, then peripheral is not able to respond. So in first case the keep alive had to succeed 1 in 3 times. While now it has to succeed 1 in 6 times. This increases the reliability a lot, at the expense of power consumption.&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;Pktron&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 beacon disconnection issue</title><link>https://devzone.nordicsemi.com/thread/127005?ContentTypeID=1</link><pubDate>Thu, 05 Apr 2018 11:15:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7240fddc-4bd0-44b8-a2f4-fa1c554f85a1</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi, from disconnect reasons (ble_hci.h) I can find that 8 means&amp;nbsp;BLE_HCI_CONNECTION_TIMEOUT.&amp;nbsp; So this may indicate that there is an issue with the tolerance of the 32kHz clock. What parameters have you provided for&amp;nbsp;clock_lf_cfg in sd_softdevice_enable()?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>