<?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>nRF5340 - send large data over BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91739/nrf5340---send-large-data-over-ble</link><description>Hi 
 Currently, I am developing an application to send larger data over BLE through custom service. I have referred to multiple tickets on devzone was able to send the data by updating the MTU size by using the “Request MTU” option on the nRF connect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Sep 2022 15:13:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91739/nrf5340---send-large-data-over-ble" /><item><title>RE: nRF5340 - send large data over BLE</title><link>https://devzone.nordicsemi.com/thread/386038?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2022 15:13:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b02f240b-e072-4a17-a7aa-78016e339b4d</guid><dc:creator>tchag</dc:creator><description>&lt;p&gt;Thanks..&lt;br /&gt;I was able to fix the warning by&amp;nbsp;removing&amp;nbsp;&amp;quot;CONFIG_BT_CTLR_DATA_LENGTH_MAX&amp;quot; to child_image .conf file&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - send large data over BLE</title><link>https://devzone.nordicsemi.com/thread/386000?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2022 13:45:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1325f5f7-a9c4-446a-b268-27bad4daa5ea</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I used the example from ncs as-is.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - send large data over BLE</title><link>https://devzone.nordicsemi.com/thread/385993?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2022 13:37:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:417c785b-f896-4069-be6a-c9f0778f715c</guid><dc:creator>tchag</dc:creator><description>&lt;p&gt;thanks Kenneth. Did you use prj.conf file to build the sample?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - send large data over BLE</title><link>https://devzone.nordicsemi.com/thread/385869?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2022 08:33:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e332a524-f0d8-4771-8876-86e2dd84d093</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Looks like there is an issue with the vs code extension, if you build straight from the&amp;nbsp;\v2.0.2\nrf\samples\bluetooth\throughput it compiles with no problems. In both cases the compiled hex file is identical, so I assume you can ignore the problem in this case. The vs code exension team is looking into it, and it should be fixed in next release (~month).&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - send large data over BLE</title><link>https://devzone.nordicsemi.com/thread/385771?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2022 14:09:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b03c4f3-4f5d-433e-a26e-fa56d389052e</guid><dc:creator>tchag</dc:creator><description>&lt;p&gt;I have tried creating a new Freestanding application as-is using the &amp;quot;&lt;b&gt;throughput&lt;/b&gt;&amp;quot; template but still getting the warnings.&lt;br /&gt;&lt;br /&gt;I have attached the template creation,&amp;nbsp; build cfg and build warnings screenshot&amp;nbsp; and config files for the sample application.&lt;/p&gt;
&lt;p&gt;Is this something issue with my toolchain installation or it is expected to be fixed during the dev based on the their env setups?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:286px;" alt="1. hroughput-sample_app-creation" src="https://devzone.nordicsemi.com/resized-image/__size/572x480/__key/communityserver-discussions-components-files/4/throughput_2D00_sample_5F00_proj_2D00_creation.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt="2.throughput-sample_build-cfg" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/throughput_2D00_sample_5F00_build_2D00_cfg.png" /&gt;&lt;img style="max-height:101px;max-width:320px;" alt="3.throughput-sample_build-warnings" src="https://devzone.nordicsemi.com/resized-image/__size/640x202/__key/communityserver-discussions-components-files/4/throughput_2D00_sample_5F00_build_2D00_warnings_2D00_.png" /&gt;&lt;pre class="ui-code" data-mode="text"&gt;#
# Copyright (c) 2018 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
CONFIG_NCS_SAMPLES_DEFAULTS=y

CONFIG_SHELL=y

CONFIG_BT_DEVICE_NAME=&amp;quot;Nordic_Throughput&amp;quot;
CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_SMP=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_CENTRAL=y
CONFIG_BT_MAX_CONN=2

CONFIG_BT_SCAN=y
CONFIG_BT_SCAN_FILTER_ENABLE=y
CONFIG_BT_SCAN_UUID_CNT=1

CONFIG_BT_THROUGHPUT=y

CONFIG_BT_GATT_DM=y
CONFIG_HEAP_MEM_POOL_SIZE=2048

CONFIG_BT_USER_DATA_LEN_UPDATE=y
CONFIG_BT_USER_PHY_UPDATE=y
CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n

CONFIG_BT_BUF_ACL_RX_SIZE=251
CONFIG_BT_GATT_CLIENT=y
CONFIG_BT_ATT_PREPARE_COUNT=2
CONFIG_BT_CONN_TX_MAX=10
CONFIG_BT_L2CAP_TX_BUF_COUNT=10
CONFIG_BT_L2CAP_TX_MTU=247
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
CONFIG_BT_CTLR_PHY_2M=y
CONFIG_BT_CTLR_RX_BUFFERS=2
CONFIG_BT_BUF_ACL_TX_COUNT=10
CONFIG_BT_BUF_ACL_TX_SIZE=251
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251

CONFIG_DK_LIBRARY=y
CONFIG_DK_LIBRARY_DYNAMIC_BUTTON_HANDLERS=y


########################CHILD IMAGE hci_rpmsg.conf
#
# Copyright (c) 2021 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_BT_BUF_ACL_TX_SIZE=251
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
CONFIG_BT_BUF_ACL_RX_SIZE=251

CONFIG_BT_MAX_CONN=2

&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - send large data over BLE</title><link>https://devzone.nordicsemi.com/thread/385654?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2022 08:47:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d10a8da-2875-4ca2-bdaa-c8ea69447bf7</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I tried compiling the throughput example here as-is, no warnings.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - send large data over BLE</title><link>https://devzone.nordicsemi.com/thread/385381?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2022 18:11:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1610ec4-6a9c-4aee-8f15-a0048f9c669a</guid><dc:creator>tchag</dc:creator><description>&lt;p&gt;sure, I will try that&lt;/p&gt;
&lt;p&gt;the reason for asking whether to ignore the warning is because the &lt;strong&gt;throughput sample&lt;/strong&gt; build also has generated up same warning messages&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1662660572270v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - send large data over BLE</title><link>https://devzone.nordicsemi.com/thread/385375?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2022 17:04:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0302363d-dfa1-449d-a0dd-f008c037e03d</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;You should resolve this yes, for instance by copy and paste the config from the two conf files I linked to. If you ignore this, then the packets will be split on air, reducing the throughput and increasing power consumption.&lt;/p&gt;
&lt;p&gt;Kenenth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - send large data over BLE</title><link>https://devzone.nordicsemi.com/thread/385329?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2022 13:48:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67787198-9db2-40c3-b7fa-5d2ce5465c13</guid><dc:creator>tchag</dc:creator><description>&lt;p&gt;Thank you.&amp;nbsp;&lt;br /&gt;I have added the config for the child image andwas able to update the MTU length without updating from Mobile application, but&amp;nbsp;&lt;span&gt;&amp;nbsp;I&amp;#39;m getting an follwing warning&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1662644834300v2.png_2D00_640x480.png" /&gt;. Is this waring can be ignored?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 - send large data over BLE</title><link>https://devzone.nordicsemi.com/thread/385280?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2022 12:33:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7eb6e73d-adc6-4873-bf4d-02db524c08ed</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Take a look at the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/throughput/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/throughput/README.html&lt;/a&gt;&amp;nbsp;example, for instance you can find that some of the config options you share should be set for the network core (child image) and some on the application core.&lt;/p&gt;
&lt;p&gt;nrf\samples\bluetooth\throughput\prj.conf&lt;br /&gt;nrf\samples\bluetooth\throughput\child_image\hci_rpmsg.conf&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>