<?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>Migrating the tranditional BLE protocol to BLE MESH, how about the roles?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63831/migrating-the-tranditional-ble-protocol-to-ble-mesh-how-about-the-roles</link><description>I am a newbie for BLE MESH. Trying to migrate the existing product which based on self-defined GATT service to BLE MESH network, and got confused. 
 Current scenerio, the network has 
 1. 100+ battery powered devices with e-ink display, need the lowest</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 19 Jul 2020 14:18:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63831/migrating-the-tranditional-ble-protocol-to-ble-mesh-how-about-the-roles" /><item><title>RE: Migrating the tranditional BLE protocol to BLE MESH, how about the roles?</title><link>https://devzone.nordicsemi.com/thread/260709?ContentTypeID=1</link><pubDate>Sun, 19 Jul 2020 14:18:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b0efb9e-8a22-4ca7-80fc-59ce1701eb47</guid><dc:creator>esonhon</dc:creator><description>&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;I got the answer from your detailed reply. Actually, MESH network isn&amp;#39;t the best solution for my product.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migrating the tranditional BLE protocol to BLE MESH, how about the roles?</title><link>https://devzone.nordicsemi.com/thread/260407?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2020 13:57:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6bd393e-0c60-4e8d-a8a0-9dae830047ce</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1. Bluetooth mesh has a concept of models, where nodes typically implement either a server model or a client model. The server model is for the node with the state (e.g. light bulb, or in your case it sounds like the node with e-ink display.) The client model is for setting or reading the state of a server model (e.g. a light switch, or in your case it sounds like the gateway.) It sounds like you want two models; one for setting the message to display, and one for reading back status.&lt;/p&gt;
&lt;p&gt;2. It is possible to combine any set of models on a node. E.g. some server models, some client models, etc.&lt;/p&gt;
&lt;p&gt;3. We do have, in our nRF5 SDK for mesh, a provisioner example to run on an nRF52 device. It automatically provisions the devices from the light switch example, so that light switches (generic on/off clients) can control the lights (generic on/off servers).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please note that the main &amp;quot;backbone&amp;quot; of the Bluetooth mesh network uses a lot of power, as it needs to be continuously in RX mode, to listen for packets being sent over the mesh network. This means you typically need a number of nodes that are mains powered.&lt;/p&gt;
&lt;p&gt;There is a feature named &amp;quot;Friendship&amp;quot;, where you have some &amp;quot;Friend&amp;quot; nodes that are always on, and those initiate friendships with &amp;quot;Low Power Nodes&amp;quot; (LPN) who only wakes up once in a while. The Friend node keeps packets that are addressed to the LPN, so that when it wakes up it can ask for and get all the pending messages. This means if you have some Friend nodes that are mains powered, the rest of the nodes may be LPN and use less power.&lt;/p&gt;
&lt;p&gt;There is also a feature named &amp;quot;GATT proxy&amp;quot;, where you have some &amp;quot;GATT proxy&amp;quot; nodes that are always on, and those nodes lets &amp;quot;GATT client&amp;quot; nodes connect over a normal BLE connection using GATT. It is primarily meant for legacy devices such as smartphones that support BLE but do not support Bluetooth mesh. The mechanism can also be used for other devices. GATT client nodes have power consumption similar to BLE central devices, as they are in fact BLE central devices that uses GATT to connect to the network.&lt;/p&gt;
&lt;p&gt;Both LPN and GATT client nodes are fully part of the Bluetooth mesh network, just as any other node.&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>