<?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 Development - nRF52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/75403/ble-mesh-development---nrf52840</link><description>Hi 
 I am going to start an application with the mesh network. Here is my requirement, 
 1. I have to receive the data from the master device (STM32) by using SPIS (nRF52840). Then the received data has sent to the node . 
 The size of the data which</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Jun 2021 15:21:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/75403/ble-mesh-development---nrf52840" /><item><title>RE: BLE Mesh Development - nRF52840</title><link>https://devzone.nordicsemi.com/thread/312941?ContentTypeID=1</link><pubDate>Tue, 01 Jun 2021 15:21:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40ab4bc1-2a56-4dc7-b5b5-56eb97b2dcac</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You will get higher throughput by using the Instaburst feature but it might not be enough for streaming audio, It depends on how much throughput you need and the quality of the audio. Unfortunatetly, we don&amp;#39;t have any examples for this.&lt;/p&gt;
&lt;p&gt;No, we don&amp;#39;t have this feature in nRF Connect SDK.&lt;/p&gt;
&lt;p&gt;Also note that i&lt;span&gt;nstaburst is a Nordic proprietary feature that does not adhere to the Bluetooth Mesh specification.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh Development - nRF52840</title><link>https://devzone.nordicsemi.com/thread/312439?ContentTypeID=1</link><pubDate>Fri, 28 May 2021 15:30:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:664a553a-9e4c-494c-895d-8d052385c099</guid><dc:creator>AKV</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/mttrinh"&gt;Mttrinh&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We are trying to build continuous streaming audio over BLE Mesh.&lt;/p&gt;
&lt;p&gt;1. Is it possible to do a&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v3.2.0%2Fmd_doc_libraries_instaburst.html"&gt;Nordic Advertiser Extensions (Instaburst)&lt;/a&gt;&amp;nbsp;to get higher throughput (transmit audio packet)? Is there any example code for this experiment?&lt;/p&gt;
&lt;p&gt;2. Is this feature available in nRF Connect SDK? Can we use this feature in the mesh chat example code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh Development - nRF52840</title><link>https://devzone.nordicsemi.com/thread/312370?ContentTypeID=1</link><pubDate>Fri, 28 May 2021 12:30:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfd4059a-5240-46e9-b8c9-8948d7dd3475</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;&lt;span&gt;Is that small clips, or continuous streaming? Like I mentioned before, Bluetooth mesh is not intended for data streaming. Low power network protocols doesn&amp;#39;t have that much throughput. The throughput of a bluetooth mesh network decreases quite rapidly when the number of nodes increase. There aren&amp;#39;t standardized audio profiles in Bluetooth Mesh.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;2. The Bluetooth Mesh specification is based on v4.0 and does not support Bluetooth 5 features.&lt;/p&gt;
&lt;p&gt;3. You can configure the relay node with this&amp;nbsp;CONFIG_BT_MESH_RELAY. The example should have this feature enabled by default.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh Development - nRF52840</title><link>https://devzone.nordicsemi.com/thread/312184?ContentTypeID=1</link><pubDate>Thu, 27 May 2021 15:37:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50e57363-6704-4030-8b7f-11b6be8bfe1d</guid><dc:creator>AKV</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/mttrinh"&gt;Mttrinh&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have started with the latest nRF Connect SDK (v1.5.1) and found the&lt;strong&gt; Mesh-Chat&lt;/strong&gt; example code. Its looks were similar to our requirement.&lt;/p&gt;
&lt;p&gt;1. Actually, we are building audio over BLE Mesh. The audio packet will get it from&amp;nbsp;another&amp;nbsp;device via SPI and then the received packet will publish to the mesh group. The nRF mesh app is using for provisioning.&lt;/p&gt;
&lt;p&gt;Is it possible to do with a mesh chat example?&lt;/p&gt;
&lt;p&gt;2. Is Bluetooth mesh supports Bluetooth 5 features such as &lt;strong&gt;advertising extensions&lt;/strong&gt; and the &lt;strong&gt;long-range mode (coded PHY)&lt;/strong&gt;.?&lt;/p&gt;
&lt;p&gt;3. How can we use&amp;nbsp;&lt;strong&gt;Nordic Advertiser Extensions (Instaburst) &lt;/strong&gt;feature in this mesh chat example code to get higher throughput?&lt;/p&gt;
&lt;p&gt;4. How do I configure a Node as&lt;strong&gt; RELAY Node&lt;/strong&gt;?. Does the Given &lt;strong&gt;Mesh-Chat&lt;/strong&gt; example support the Relay node feature?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh Development - nRF52840</title><link>https://devzone.nordicsemi.com/thread/312160?ContentTypeID=1</link><pubDate>Thu, 27 May 2021 14:36:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e049d489-8f7b-4aab-a51c-f62bb78370b5</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1. A&lt;span&gt;ny packet with size larger than 11 bytes (including header) will be split into segmented messages automatically. But the maximum possible segmented payload size is 380 so it will fail if you have a higher payload. Just note that Bluetooth mesh is not optimal for sending a lot of data as it is not intended for data streaming.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;2. Both SDKs can be used according to your requirements. Though it might be easier to use the nRF5 SDK for Mesh, as we have &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_doc_user_guide_integrating_mesh_nrf5_sdk.html?cp=8_2_2_7" rel="noopener noreferrer" target="_blank"&gt;documentation &lt;/a&gt;on how to&amp;nbsp;&lt;span&gt;include resources from nRF5 SDK in an existing Bluetooth mesh project or include nRF5 SDK for Mesh functionalities in an nRF5 SDK example.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The nRF Connect SDK&amp;nbsp;don&amp;#39;t have specific guide for adding extra resources but perhaps look at the zephyr documentation, including the devicetree guide, and the device model. There are a lot of samples on driver usage both in NCS and Zephyr, those are a good starting point.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;3. The &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_examples_light_switch_README.html?cp=8_2_3_0" rel="noopener noreferrer" target="_blank"&gt;light switch example&lt;/a&gt; is the easiest example to start out with. It shows how you can send messages through the network.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>