<?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>NRF52840 data communication issue with 20 msec delay</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47715/nrf52840-data-communication-issue-with-20-msec-delay</link><description>Dear Friends, 
 I am transmitting a command of 14 bytes of data from ble_central to ble_peripheral. The ble_peripheral will recieve the command and transmits the response 400 bytes of data to ble_central. The time delay for each command from ble_central</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Jun 2019 08:25:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47715/nrf52840-data-communication-issue-with-20-msec-delay" /><item><title>RE: NRF52840 data communication issue with 20 msec delay</title><link>https://devzone.nordicsemi.com/thread/192583?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2019 08:25:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26efd81b-7373-4857-ae21-3a31b30a9072</guid><dc:creator>jagadeesh surneni</dc:creator><description>&lt;p&gt;hello kenneth,&lt;/p&gt;
&lt;p&gt;now i am able to transmit 500 bytes of data from slave to master with 100 ms time period. but its working upto 10 meters range . we want it up to 80 meters range.we are using (#define TX_POWER_LEVEL&amp;nbsp; 8) max level. after 10 meters range board is unable to pair and reconnect. To solve this situation i have implemented watchdog timer.but i am facing problems.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/wdt-errors.png" /&gt;&lt;/p&gt;
&lt;p&gt;can you please help us to resolve the range problem and wdt implementation issue.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;jagadeesh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 data communication issue with 20 msec delay</title><link>https://devzone.nordicsemi.com/thread/190445?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2019 09:03:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:861c3907-df44-4574-8a74-3efbbbb77097</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I think an on-air sniffer trace would be helpful, can you for instance do a trace using nRF Sniffer?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 data communication issue with 20 msec delay</title><link>https://devzone.nordicsemi.com/thread/190015?ContentTypeID=1</link><pubDate>Thu, 30 May 2019 05:22:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6200b69-cfcf-4dbf-b8bc-9706a71c60ab</guid><dc:creator>jagadeesh surneni</dc:creator><description>&lt;p&gt;hello kenneth,&lt;/p&gt;
&lt;p&gt;i have tried to change the &lt;span&gt;tolerance to 500 ppm. But still i am facing the same issue.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;jagadeesh&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 data communication issue with 20 msec delay</title><link>https://devzone.nordicsemi.com/thread/189934?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 14:33:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93d76a6d-353d-4b13-8bce-fe814b5499ba</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Please set&amp;nbsp;&lt;span&gt;NRF_SDH_CLOCK_LF_ACCURACY&amp;nbsp;1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kenneth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 data communication issue with 20 msec delay</title><link>https://devzone.nordicsemi.com/thread/189745?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 05:25:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6920f673-ca2b-4772-b984-47b425943b3b</guid><dc:creator>jagadeesh surneni</dc:creator><description>&lt;p&gt;Hi kenneth,&lt;/p&gt;
&lt;p&gt;Master is connected through USB(UART to USB) and slave is connected through RS485(UART to RS485) .&lt;/p&gt;
&lt;p&gt;#define APP_ADV_INTERVAL&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 32&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#define SLAVE_LATENCY&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#ifndef NRF_SDH_CLOCK_LF_SRC&lt;br /&gt;#define NRF_SDH_CLOCK_LF_SRC 0&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_RC_CTIV - SoftDevice calibration timer interval. &lt;br /&gt;#ifndef NRF_SDH_CLOCK_LF_RC_CTIV&lt;br /&gt;#define NRF_SDH_CLOCK_LF_RC_CTIV 16&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_RC_TEMP_CTIV - SoftDevice calibration timer interval under constant temperature. &lt;br /&gt;// &amp;lt;i&amp;gt; How often (in number of calibration intervals) the RC oscillator shall be calibrated&lt;br /&gt;// &amp;lt;i&amp;gt; if the temperature has not changed.&lt;/p&gt;
&lt;p&gt;#ifndef NRF_SDH_CLOCK_LF_RC_TEMP_CTIV&lt;br /&gt;#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_ACCURACY - External clock accuracy used in the LL to compute timing.&lt;br /&gt; &lt;br /&gt;// &amp;lt;0=&amp;gt; NRF_CLOCK_LF_ACCURACY_250_PPM &lt;br /&gt;// &amp;lt;1=&amp;gt; NRF_CLOCK_LF_ACCURACY_500_PPM &lt;br /&gt;// &amp;lt;2=&amp;gt; NRF_CLOCK_LF_ACCURACY_150_PPM &lt;br /&gt;// &amp;lt;3=&amp;gt; NRF_CLOCK_LF_ACCURACY_100_PPM &lt;br /&gt;// &amp;lt;4=&amp;gt; NRF_CLOCK_LF_ACCURACY_75_PPM &lt;br /&gt;// &amp;lt;5=&amp;gt; NRF_CLOCK_LF_ACCURACY_50_PPM &lt;br /&gt;// &amp;lt;6=&amp;gt; NRF_CLOCK_LF_ACCURACY_30_PPM &lt;br /&gt;// &amp;lt;7=&amp;gt; NRF_CLOCK_LF_ACCURACY_20_PPM &lt;br /&gt;// &amp;lt;8=&amp;gt; NRF_CLOCK_LF_ACCURACY_10_PPM &lt;br /&gt;// &amp;lt;9=&amp;gt; NRF_CLOCK_LF_ACCURACY_5_PPM &lt;br /&gt;// &amp;lt;10=&amp;gt; NRF_CLOCK_LF_ACCURACY_2_PPM &lt;br /&gt;// &amp;lt;11=&amp;gt; NRF_CLOCK_LF_ACCURACY_1_PPM&lt;/p&gt;
&lt;p&gt;#ifndef NRF_SDH_CLOCK_LF_ACCURACY&lt;br /&gt;#define NRF_SDH_CLOCK_LF_ACCURACY 7&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;jagadeesh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 data communication issue with 20 msec delay</title><link>https://devzone.nordicsemi.com/thread/189240?ContentTypeID=1</link><pubDate>Mon, 27 May 2019 08:56:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b12aacc6-e85c-41ed-b240-173e71e919c9</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;What is the connection parameters here? What is the interval and slave latency?&lt;/p&gt;
&lt;p&gt;What LFCLK source is used and what is the tolerance of the LFCLK when init the softdevice?&lt;/p&gt;
&lt;p&gt;An on-air sniffer trace may be useful. I recommend to try to set slave latency = 0 and tolerance to 500ppm for test to see if that improve the situation.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>