<?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>difference between BLE stack and Mesh stack</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44473/difference-between-ble-stack-and-mesh-stack</link><description>hey 
 I have worked on BLE, and learned the BLE protocol stack. Now i am learning BLE Mesh. I found the Mesh is also having a stack, I could not understand why both the stacks are different even though Mesh uses BLE . Mesh Stack is having different layers</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Jun 2021 12:27:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44473/difference-between-ble-stack-and-mesh-stack" /><item><title>RE: difference between BLE stack and Mesh stack</title><link>https://devzone.nordicsemi.com/thread/313664?ContentTypeID=1</link><pubDate>Fri, 04 Jun 2021 12:27:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7c09b52-4df1-4407-b0a1-30d8d2b7dce6</guid><dc:creator>smohan</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi Awneil, thats fine, but i have a doubt that why does Nordic Softdevice Controller BLE controller part of Stack does not have mesh support. I have seen in documentation that, for mesh related examples. we must use the Zephyr&amp;#39;s BLE controller stack , and Nordic&amp;#39;s softdevice controller stack does not support mesh feature? The controller stack has Link layer and PHY layer right, so why is it that way?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: difference between BLE stack and Mesh stack</title><link>https://devzone.nordicsemi.com/thread/313663?ContentTypeID=1</link><pubDate>Fri, 04 Jun 2021 12:26:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80d2b2fc-14ad-4617-8ef6-27d4cfe75c20</guid><dc:creator>smohan</dc:creator><description>&lt;p&gt;Hi Tesc, thats fine, but i have a doubt that why does Nordic Softdevice Controller BLE controller part of Stack does not have mesh support. I have seen in documentation that, for mesh related examples. we must use the Zephyr&amp;#39;s BLE controller stack , and Nordic&amp;#39;s softdevice controller stack does not support mesh feature? The controller stack has Link layer and PHY layer right, so why is it that way?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: difference between BLE stack and Mesh stack</title><link>https://devzone.nordicsemi.com/thread/175049?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2019 14:15:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16151f55-4ef8-4eaf-a98a-09c2f11a3088</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;This image illustrates the layers of both BLE and BT Mesh &amp;quot;stacks&amp;quot;, and shows how the Link and PHY layers are common:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1552054183687v1.jpeg" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.digikey.co.uk/en/articles/techzone/2018/mar/designing-bluetooth-low-energy-smart-applications-part-1"&gt;https://www.digikey.co.uk/en/articles/techzone/2018/mar/designing-bluetooth-low-energy-smart-applications-part-1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that none of this is specific to Nordic - I suggest some general reading on the topic (possibly also on the nature of &amp;quot;layered&amp;quot; protocol stacks):&lt;/p&gt;
&lt;p&gt;I found these helpful in defining the terminology &amp;amp; basic architecture of Bluetooth Mesh:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blog.bluetooth.com/the-fundamental-concepts-of-bluetooth-mesh-networking-part-1"&gt;http://blog.bluetooth.com/the-fundamental-concepts-of-bluetooth-mesh-networking-part-1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.bluetooth.com/bluetooth-technology/topology-options/le-mesh/mesh-tech"&gt;https://www.bluetooth.com/bluetooth-technology/topology-options/le-mesh/mesh-tech&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;On the &amp;quot;layered&amp;quot; model see, for example:&amp;nbsp;&lt;a href="https://en.wikipedia.org/wiki/OSI_model"&gt;https://en.wikipedia.org/wiki/OSI_model&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The term &amp;quot;&lt;em&gt;stack&lt;/em&gt;&amp;quot; comes from the way the layers are built on top of each other - in a stack.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: difference between BLE stack and Mesh stack</title><link>https://devzone.nordicsemi.com/thread/175035?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2019 13:48:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59e31fc3-7a31-457d-ab3a-9785ec57c0cc</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In a layered network stack such as BLE or Bluetooth mesh, there are &amp;quot;packet formats&amp;quot; at multiple levels. Mesh packets are either provided as advertisement data in BLE advertisements, or it is transferred over the Bluetooth mesh GATT service. What constitutes a Bluetooth mesh packet has nothing to do with what happens way down the stack at the Link Layer.&lt;/p&gt;
&lt;p&gt;Regarding your comment about data rate: No, the data rate of Bluetooth mesh is not twice that of BLE. Bluetooth mesh is based on Bluetooth 4 (i.e. 1Mbit) and the added overhead of the mesh packet headers means throughput for payload data is less than what you would typically achieve over a BLE connection. With Bluetooth mesh you get a network of devices all connected, and range extension from packets traveling multiple hops to reach their destination, at the expense of throughput and power consumption.&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: difference between BLE stack and Mesh stack</title><link>https://devzone.nordicsemi.com/thread/174696?ContentTypeID=1</link><pubDate>Thu, 07 Mar 2019 04:12:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44705b29-d298-4163-baaf-27822b7af117</guid><dc:creator>P Sumanth</dc:creator><description>&lt;p&gt;Hey&lt;/p&gt;
&lt;p&gt;Thanks for the reply, it was said that link layer is common for both mesh stack and ble stack ,but in BLE, link layer deals with packet formatting as per it&amp;#39;s attribute where as mesh has its own format of messages as advertisment or GATT, How does link layer format these different message/attribute if its common and also the data rate of mesh is twice the BLE&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;sumanth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: difference between BLE stack and Mesh stack</title><link>https://devzone.nordicsemi.com/thread/174599?ContentTypeID=1</link><pubDate>Wed, 06 Mar 2019 14:18:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d80a761c-a991-462f-8b8b-7b4628fe081d</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The short answer is, that a mesh network is fundamentally different from a one-to-one connection. That is why there are two different stacks.&lt;/p&gt;
&lt;p&gt;Note that both stacks are built on top of the same Physical Layer and Link Layer, and that the bottom layer in Bluetooth Mesh, the Bearer layer, uses either BLE advertisements or BLE GATT.&lt;/p&gt;
&lt;p&gt;In Bluetooth mesh there is a concept of &amp;quot;Mesh models&amp;quot;, which is comparable to GATT Services from BLE. While the specifics are different, Mesh models and GATT Services are very similar in that they give you a standardized way to hold state, share information, and interface with a device.&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></channel></rss>