<?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>NRF51422 Bluetooth: Long time between send and receive from message</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18955/nrf51422-bluetooth-long-time-between-send-and-receive-from-message</link><description>Hello together, 
 I&amp;#39; am working on a Bluetooth application and have a problem with the transmitting time of the Bluetooth. 
 
 In this Screenshot you can see the end of my command which i want to send from my NRF422 to my NRF422 Dongle. The second</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Jan 2017 21:12:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18955/nrf51422-bluetooth-long-time-between-send-and-receive-from-message" /><item><title>RE: NRF51422 Bluetooth: Long time between send and receive from message</title><link>https://devzone.nordicsemi.com/thread/73269?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 21:12:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd81a127-530a-4eb1-a276-160379b4932e</guid><dc:creator>Fabrice</dc:creator><description>&lt;p&gt;Thank you Jan and Hung Bui for your fast reply. I was able to fix the problem with checking the connection event and increasing the FAST_TIME_TICKS.&lt;/p&gt;
&lt;p&gt;Best regards, Fabrice&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51422 Bluetooth: Long time between send and receive from message</title><link>https://devzone.nordicsemi.com/thread/73268?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2017 11:54:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e268a318-5c0f-45bc-bc68-9a0731cfd898</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Fabrice,&lt;/p&gt;
&lt;p&gt;When you mark the point of &amp;quot;Request Transfer&amp;quot; what exactly is called at that point ? You queued the command using sd_ble_gattc_write() or sd_ble_gatts_hvx() ?
Note that when you call those command, if there is other commands in the buffer, they will be sent first.&lt;/p&gt;
&lt;p&gt;And a BLE packet can only be sent on a connection event, not when you call the API. So if you have a very long connection event, for example 500ms, a packet may have to wait up to 500ms before it&amp;#39;s send (with the condition that there is no other packet is queued prior).&lt;/p&gt;
&lt;p&gt;You should check your connection event, try to change it to a lower one for example 7.5ms and check if it can reduce the latency.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51422 Bluetooth: Long time between send and receive from message</title><link>https://devzone.nordicsemi.com/thread/73267?ContentTypeID=1</link><pubDate>Thu, 12 Jan 2017 22:09:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da226872-1e2d-4c5f-9e36-ec476cbe4240</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Hi Fabrice, it&amp;#39;s little hard to follow your explanation. What exactly you mean by &amp;quot;Request Transfer for Bluetooth message&amp;quot;? What do you mean by &amp;quot;Buffering takes only XY ms&amp;quot; (who is buffering what and why)? Does it mean that you transfer some message over wired UART interface (at what speed? You can go from few kilobits per second up to one megabit...) and then you expect that transfer over BLE will take the same? On what BLE layer you communication (directly on link layer with custom PDU structure or you use &amp;quot;full&amp;quot; stack up to GATT Server/Client roles)? Assuming your data transfer is connection based what connection parameters (mainly connection interval) do your master (GAP Central?) device use and how many PDUs (MTUs if you use GATT) you transfer? Can you employ Nordic&amp;#39;s BLE sniffer or something similar? Cheers Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>