<?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>Instaburst example for nrf 2.30 sdk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100096/instaburst-example-for-nrf-2-30-sdk</link><description>Hi, I am planning to start working on BLE mesh instaburst feature provided by Nordic. Please help me in finding an example code. or API to test the same.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Jun 2023 14:35:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100096/instaburst-example-for-nrf-2-30-sdk" /><item><title>RE: Instaburst example for nrf 2.30 sdk</title><link>https://devzone.nordicsemi.com/thread/428794?ContentTypeID=1</link><pubDate>Thu, 01 Jun 2023 14:35:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eef55cf8-34a6-4476-8956-ebb82dea72a4</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="yogeshiggalore"]need your help in sending a payload without multiple segments.[/quote]
&lt;p&gt;This is not possible in Bluetooth mesh.&lt;/p&gt;
&lt;p&gt;It was possible as a proprietary change to the bearer layer for the mesh stack in nRF5 SDK. It then became non-standard and non-qualifiable. This is not an option in nRF Connect SDK.&lt;/p&gt;
&lt;p&gt;What do you need unsegmented messages of this size for? What is the reason for not wanting segments? There may be other options...&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Instaburst example for nrf 2.30 sdk</title><link>https://devzone.nordicsemi.com/thread/428661?ContentTypeID=1</link><pubDate>Thu, 01 Jun 2023 09:18:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e67377cb-33d9-4ae0-8ccb-4844691b6840</guid><dc:creator>yogeshiggalore</dc:creator><description>&lt;p&gt;Hi tesc,&lt;/p&gt;
&lt;p&gt;nrf device is working fine with 248 payloads, no issue I have in that.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;need your help in sending a payload without multiple segments.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Instaburst example for nrf 2.30 sdk</title><link>https://devzone.nordicsemi.com/thread/428089?ContentTypeID=1</link><pubDate>Tue, 30 May 2023 09:02:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:653ebaa0-4441-426f-be51-284a7bc56bc5</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1. This sounds correct, but please note that one mesh node can have several elements. If the node has multiple elements then each element has its own address. In that case the address for the next node should be higher.&lt;/p&gt;
&lt;p&gt;2. If you connect directly to node 4 over a BLE connection, then messages sent to this node (using the unicast address) will not be sent over the network using the advertising bearer. It will only be sent using the direct BLE connection. I must admit I am not quite sure how the details works out regarding segmentation and reassembly (SAR) over the GATT bearer (the direct BLE connection) compared to normal mesh traffic using the advertiser bearer. The main point, however, is this is supposed to be handled by the stack. From the application layer, all you should need to care about is to send a message (within the maximum message size.)&lt;/p&gt;
&lt;p&gt;Are there any message lengths that works? For instance, 5 bytes? 8 bytes? 11 bytes? 50 bytes? 200 bytes?&lt;/p&gt;
&lt;p&gt;What example (if any) have you based your application off of?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Instaburst example for nrf 2.30 sdk</title><link>https://devzone.nordicsemi.com/thread/427901?ContentTypeID=1</link><pubDate>Sat, 27 May 2023 06:41:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06931a13-e4cb-4edb-bfc2-d85546b33f17</guid><dc:creator>yogeshiggalore</dc:creator><description>&lt;p&gt;I have edited nrf mesh app to send 248 bytes of payload, &lt;/p&gt;
&lt;p&gt;these are the following things I did, correct me, if my understanding is wrong.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Provisioned 3 mesh devices to a network and assigned addresses 2, 3, and 4.&lt;/p&gt;
&lt;p&gt;2. If I need to send 248 bytes of payload to device 4.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; a. connected to device 4 in app.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; b. if the connection success then in the UART console, nrf52840 says the ble connected.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; c. sending 248 bytes of payload. internally it is&amp;nbsp;converted into 22 segments and sent one by one.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; d. I am sure communication is &lt;strong&gt;not happening&lt;/strong&gt; in the adv channel(37,38,39).&lt;/p&gt;
&lt;p&gt;If the above points are correct, then why can&amp;#39;t I send 248 bytes at a time if I am not using advertising channels for communications?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Instaburst example for nrf 2.30 sdk</title><link>https://devzone.nordicsemi.com/thread/427788?ContentTypeID=1</link><pubDate>Fri, 26 May 2023 12:23:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:800d4e7b-cd40-46aa-85aa-649bc672a96c</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;No, 248 bytes cannot be sent in a single packet in Bluetooth mesh in nRF Connect SDK, no.&lt;/p&gt;
&lt;p&gt;A mesh message can have that size, and such a message will typically be split into 22 segments, as per the Bluetooth mesh specification. On the application level this will look like one message with one payload. On the deeper levels and over-the-air it will be sent as segments.&lt;/p&gt;
&lt;p&gt;For suggesting a workaround or better suited technology, can you elaborate on the &amp;quot;single packet requirement&amp;quot;? What is the reason/rationale for this requirement, and may there be other ways to achieve the underlying goals?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Instaburst example for nrf 2.30 sdk</title><link>https://devzone.nordicsemi.com/thread/427630?ContentTypeID=1</link><pubDate>Fri, 26 May 2023 03:21:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14f22871-50af-4a8a-ad41-3513ddb91a05</guid><dc:creator>yogeshiggalore</dc:creator><description>&lt;p&gt;Thanks tesc for clarification. the requirement is needed to send ~248 bytes of payload in a single packet instead of doing multiple segments. any option we have in nrf2.3.0?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Instaburst example for nrf 2.30 sdk</title><link>https://devzone.nordicsemi.com/thread/427508?ContentTypeID=1</link><pubDate>Thu, 25 May 2023 11:46:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d27141d5-f348-4b41-ad72-ca1deb423e13</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Nordic Advertiser Extensions (Instaburst) is a proprietary replacement for the BLE Advertiser bearer. It does not adhere to the Bluetooth Mesh specification, and it is not available in nRF Connect SDK.&lt;/p&gt;
&lt;p&gt;Instaburst was a proprietary feature we added to our mesh stack in nRF5 SDK for Mesh. Please note that it was not qualifiable, and the feature did not have the same test coverage as the proper Bluetooth mesh stack in nRF5 SDK for Mesh.&lt;/p&gt;
&lt;p&gt;nRF5 SDK for Mesh is now in maintenance mode and not recommended for new projects. For new projects you should use nRF Connect SDK instead. Please see our &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Instaburst example for nrf 2.30 sdk</title><link>https://devzone.nordicsemi.com/thread/427256?ContentTypeID=1</link><pubDate>Wed, 24 May 2023 13:29:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb8ab9cc-a227-4a98-8e75-7b31ee197d2e</guid><dc:creator>yogeshiggalore</dc:creator><description>&lt;p&gt;sorry nrf 2.3.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>