<?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>Receiving Large Data over NUS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68697/receiving-large-data-over-nus</link><description>I want to receive more than 250 bytes over NUS ,presently i have receiving All Data but in parts of 20 bytes (i.e after receiving 20 bytes BLE_NUS_EVT_RX_DATA event is occures). 
 what should i do to receive Large Data over NUS under just one BLE_NUS_EVT_RX_DATA</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Nov 2020 10:24:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68697/receiving-large-data-over-nus" /><item><title>RE: Receiving Large Data over NUS</title><link>https://devzone.nordicsemi.com/thread/281494?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2020 10:24:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:207c3b09-60fa-49be-812e-3c2631f60e7c</guid><dc:creator>Narendrasinh Dabhi</dc:creator><description>&lt;p&gt;Thank you @Vidar.....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiving Large Data over NUS</title><link>https://devzone.nordicsemi.com/thread/281446?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2020 07:49:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:579a08fc-bd4d-48c0-a38c-31595343ca26</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The BLE_NUS_EVT_RX_DATA is raised when you receive a BLE packet from your client, and the maximum size of those packets are limited by the ATT_MTU size for your connection.You can read more about this here: &lt;span class="item"&gt;&lt;a title="Experimental: GATT Module" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/lib_ble_gatt.html?cp=7_1_3_2_13"&gt;GATT Module.&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;That said, our peripheral NUS example does support 244 byte packets by default, so I guess long MTU is not supported by your client as you are only receiving 20 bytes at a time. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>