<?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>nrf52832 ble transfer data continuously</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23543/nrf52832-ble-transfer-data-continuously</link><description>How can I trasfer 20bytes data per 10ms?
Currently, I set gap_conn_params.min_conn_interval 7.5ms, and use BLE_EVT_TX_COMPLETE to send data. However, Android APP nrf Connect recieve data per 40ms, why?
Please help, Thank you!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Jul 2017 14:00:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23543/nrf52832-ble-transfer-data-continuously" /><item><title>RE: nrf52832 ble transfer data continuously</title><link>https://devzone.nordicsemi.com/thread/92481?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 14:00:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf1d477f-33ab-41eb-a884-b30bc52bd1b6</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Which central device are you talking about here ? If it&amp;#39;s a phone, i don&amp;#39;t see any other option than BLE. But the data update rate won&amp;#39;t be 100Hz as you usually don&amp;#39;t get very low connection interval from the phone.&lt;/p&gt;
&lt;p&gt;If you can use nRF5 on both side, then you can use any 2.4 proprietary protocol such as ESB.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 ble transfer data continuously</title><link>https://devzone.nordicsemi.com/thread/92482?ContentTypeID=1</link><pubDate>Sat, 15 Jul 2017 15:15:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c5ed72a-7f46-43fc-a003-b1d8d8be6fdf</guid><dc:creator>chydfire</dc:creator><description>&lt;p&gt;Ok~thank you! Actually, I want to realtime transfer sensor data(100Hz) to a central device. Would you please  give some suggestions? IOS device ble?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 ble transfer data continuously</title><link>https://devzone.nordicsemi.com/thread/92480?ContentTypeID=1</link><pubDate>Sat, 15 Jul 2017 14:58:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:481aefde-f3df-4eea-a6d2-72a6ea80e60a</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Android won&amp;#39;t let you go to such low connection intervals, simple as that. There actually are Android devices which will never go below their default interval of 48.7
5ms... some devices can (e.g. by mistake;) use 7.5ms interval but mostly not.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit #1:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;My suggestion is not to use BLE at all, unless you control both sides of the link on BT sack level (e.g. two nRF5x devices against each other). If you insist on mobile phone then you should be able to achieve 20B per 10ms by different tricks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Send &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v4.0.2/group___b_l_e___g_a_t_t_c___v_a_l_u_e___w_r_i_t_e___w_i_t_h_o_u_t___r_e_s_p___m_s_c.html"&gt;multiple MTUs per interval&lt;/a&gt; (most mobile BT stacks should be able to do at least 4 packets = suddenly you can transport 80B!)&lt;/li&gt;
&lt;li&gt;Use &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v4.0.2/group___b_l_e___g_a_t_t_c___m_t_u___e_x_c_h_a_n_g_e.html"&gt;ATT_MTU extension procedure&lt;/a&gt; because the most of the phones support at least 150B, typically up to 260/512B. That will suddenly solve your problem because you can send at least one MTU per 30~50ms interval.&lt;/li&gt;
&lt;li&gt;On top of ATT_MTU size extension use &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v4.0.2/group___b_l_e___g_a_p___d_a_t_a___l_e_n_g_t_h___u_p_d_a_t_e___p_r_o_c_e_d_u_r_e___m_s_c.html"&gt;LL PDU extension procedure&lt;/a&gt;, this will again help the bandwidth.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In general you will end up with list of devices which support your solution and the rest you cannot guarantee. It might be 50% from dozens of thousands of Android dumbphones, it might be 80%, hard to say.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>