<?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>Ble mesh unable to send more than 50 bytes .</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83278/ble-mesh-unable-to-send-more-than-50-bytes</link><description>I am working on ble mesh with sdk17.0 and sdk5 for mesh I want to send large data vai ble mesh I followed this post https://devzone.nordicsemi.com/f/nordic-q-a/71105/sending-ascii-bytes-through-mesh-between-a-nrf52840-development-kit-and-two-dongle and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Mar 2022 05:20:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83278/ble-mesh-unable-to-send-more-than-50-bytes" /><item><title>RE: Ble mesh unable to send more than 50 bytes .</title><link>https://devzone.nordicsemi.com/thread/359264?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2022 05:20:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:190de338-80e1-4cdc-9f58-88f434a953a0</guid><dc:creator>pat24</dc:creator><description>&lt;p&gt;no, I didn&amp;#39;t solve it right now...please refer to this link you get some direction..&lt;a href="https://github.com/stby4/nrf_mesh_throughput"&gt;https://github.com/stby4/nrf_mesh_throughput&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Ble mesh unable to send more than 50 bytes .</title><link>https://devzone.nordicsemi.com/thread/359202?ContentTypeID=1</link><pubDate>Mon, 21 Mar 2022 16:08:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43ed043e-83cf-407f-a81d-b6e4c506d568</guid><dc:creator>neicureuil</dc:creator><description>&lt;p&gt;Hi pat24,&lt;/p&gt;
&lt;p&gt;I encounter the same issue. Did you solve it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Ble mesh unable to send more than 50 bytes .</title><link>https://devzone.nordicsemi.com/thread/352190?ContentTypeID=1</link><pubDate>Wed, 09 Feb 2022 21:44:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:721e9900-7b05-4bbc-adc8-81285f796a72</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Sorry about the delayed response.&lt;/p&gt;
&lt;p&gt;If you want to publish an acknowledged message, you should use access_model_reliable_publish().&lt;/p&gt;
&lt;p&gt;Payloads greater than &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/group__MESH__DEFINES__API.html#ga93df2c7b9b0dbc2958f130b3f3ca7d0a"&gt;NRF_MESH_UNSEG_PAYLOAD_SIZE_MAX&lt;/a&gt; will be segmented.&lt;/p&gt;
&lt;p&gt;Note that you must retain the data provided in &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/structaccess__message__tx__t.html#ad03a79e397502752498e656161b0eea4"&gt;access_message_tx_t::p_buffer&lt;/a&gt; until the acknowledged transfer has ended (see &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/structaccess__reliable__t.html#a2a5177d598502b1e9ecc281797fec310"&gt;access_reliable_t::status_cb&lt;/a&gt;) or the message is cancelled by &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/group__ACCESS__RELIABLE.html#ga134c48b687e70385b9f9f0f7d5210df8"&gt;access_model_reliable_cancel&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Ble mesh unable to send more than 50 bytes .</title><link>https://devzone.nordicsemi.com/thread/351444?ContentTypeID=1</link><pubDate>Mon, 07 Feb 2022 05:32:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:291c3d44-75ad-4f49-918d-9fa719d998c1</guid><dc:creator>pat24</dc:creator><description>&lt;p&gt;I am waiting for your response.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Ble mesh unable to send more than 50 bytes .</title><link>https://devzone.nordicsemi.com/thread/346591?ContentTypeID=1</link><pubDate>Fri, 07 Jan 2022 05:42:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:577f9c25-d66c-4f7b-8d5b-bbbd77479f5e</guid><dc:creator>pat24</dc:creator><description>&lt;p&gt;thanks for responding &lt;br /&gt;I have a limited number of devices so I compromise with throughput .I successfully transfer and receive 49 bytes from client to server but I want to send more. if the message is segmented then we can send up to 380bytes is it correct .?so how to achieve to send more than 49 bytes of data from ble mesh. is it necessary to call access_model_reliable_publish().for segmented messages.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Ble mesh unable to send more than 50 bytes .</title><link>https://devzone.nordicsemi.com/thread/346429?ContentTypeID=1</link><pubDate>Thu, 06 Jan 2022 11:06:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f698a1f-2d30-4c48-942d-7b3b9048cdd0</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Please note that Bluetooth Mesh is best suited for use cases where you have multiple nodes, possibly over a large area, but where the required data throughput is low.&lt;/p&gt;
&lt;p&gt;Are you locked to using Mesh for the large data transfer? Or are you open for other solutions or suggestions?&lt;/p&gt;
&lt;p&gt;Anyways, if you want to publish an acknowledged message, you need to call access_model_reliable_publish().&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>