<?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>How to send large amount of data through BLE using NUS?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24641/how-to-send-large-amount-of-data-through-ble-using-nus</link><description>Hello,
I am using nRF52832 DK s132 and interface with accelerometer. Now i have successfully read 3 ADC channels with time period of 244 microSecond on terminal. But i have facing problem this accelerometer data is send to my mobile apps but it is not</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 31 Aug 2017 09:17:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24641/how-to-send-large-amount-of-data-through-ble-using-nus" /><item><title>RE: How to send large amount of data through BLE using NUS?</title><link>https://devzone.nordicsemi.com/thread/97002?ContentTypeID=1</link><pubDate>Thu, 31 Aug 2017 09:17:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb16ded9-37f8-47b0-8124-ff29e05705f3</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;1 and 2. Make sure there are tx buffers available. For maximum throughput you should call sd_ble_gatts_hvx until you get NRF_ERROR_RESOURCES (BLE_ERROR_NO_TX_PACKETS for older SD versions). When that happens, wait for BLE_GATTS_EVT_HVN_TX_COMPLETE before you call sd_ble_gatts_hvx again.&lt;/p&gt;
&lt;ol start="3"&gt;
&lt;li&gt;Yes, you can use a longer att MTU, both with or without data length extension. See &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v5.0.0/group___b_l_e___g_a_t_t_c___m_t_u___e_x_c_h_a_n_g_e.html?cp=2_3_0_1_0_2_2_3_0"&gt;here&lt;/a&gt;(clinet) and &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v5.0.0/group___b_l_e___g_a_t_t_s___m_t_u___e_x_c_h_a_n_g_e.html?cp=2_3_0_1_0_2_4_3_1"&gt;here&lt;/a&gt; (server).&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>