<?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>Low power remote control</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35576/low-power-remote-control</link><description>Hi! 
 We&amp;#39;d like to include a battery-powered remote control in our Bluetooth mesh network, i.e. we&amp;#39;ll have a need for low power consumption. 
 In our mesh, devices may opt in and out over time. 
 I see the following alternatives: 1. A custom, parallel</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Jul 2018 14:03:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35576/low-power-remote-control" /><item><title>RE: Low power remote control</title><link>https://devzone.nordicsemi.com/thread/141174?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 14:03:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6385db07-91f0-4c3f-b7b8-018aa194ef68</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Sorry for the delayed response. This case was marked as &amp;quot;Verified Answer&amp;quot;, which unfortunately made it impossible for me to see in my case list.&lt;/p&gt;
&lt;p&gt;See &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/25728/which-method-is-recommend-for-ble-security"&gt;this link&lt;/a&gt; regarding Bluetooth security. That will give you a good intro to the different security options.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Low power remote control</title><link>https://devzone.nordicsemi.com/thread/137105?ContentTypeID=1</link><pubDate>Thu, 21 Jun 2018 13:22:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd3a0853-d49d-4f80-b5fb-646517f096ac</guid><dc:creator>TYRI</dc:creator><description>&lt;p&gt;Thank you for a quick and elaborate response!&lt;/p&gt;
&lt;p&gt;If we&amp;#39;d go with scenario 1, I suppose we&amp;#39;d need some way to secure and isolate our custom BLE communication (the low power remote control should still be tied to a mesh, albeit not as a BT mesh node, and shouldn&amp;#39;t be able to control devices belonging to&amp;nbsp;any other mesh).&lt;/p&gt;
&lt;p&gt;Do you have any suggestions here? I could imagine something based on the same security keys that are used in the BT mesh messages (NetKey etc.)&lt;/p&gt;
&lt;p&gt;Thank you for suggesting other examples, but we&amp;#39;re pretty set on using Bluetooth mesh since the standard allows for future extensions of our product portfolio and possibly easier interoperation with external systems.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Low power remote control</title><link>https://devzone.nordicsemi.com/thread/137078?ContentTypeID=1</link><pubDate>Thu, 21 Jun 2018 11:39:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1941c50a-cd88-4b9c-b2fc-75505cc5f2a2</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;I would go with scenario 1, custom GAP/GATT solution. We already have the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.0.1/md_examples_light_switch_README.html?cp=4_1_0_4_0"&gt;proxy node example here&lt;/a&gt; as a part of the light switch example, which you could base your mesh network off of.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1a) Why would GATT be too slow? I believe you could just increase the connection interval to speed up the communication between the proxy mesh node &amp;amp; the remote control.&lt;/p&gt;
&lt;p&gt;1b) Bluetooth Mesh uses the PB-ADV bearer to communicate between the different nodes in the mesh network.&amp;nbsp;As far as I understand, David did not mean GAP or GATT based communication, but both. GAP takes care of discovery, connection &amp;amp; link management in a BLE link, whereas GATT says how you can package, show &amp;amp; send data over BLE. &lt;a href="https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gap"&gt;See this link&lt;/a&gt; for more info regarding this.&lt;/p&gt;
&lt;p&gt;2) Regular Bluetooth Mesh nodes should not be battery powered, as the radio needs to be on for most of the time to listen for new mesh messages from other nodes.&lt;/p&gt;
&lt;p&gt;3a) This could be done pretty quickly as far as I am aware. You can set the connection supervision timeout in most sdk examples, which is the time until the link between a BLE central &amp;amp; peripheral is considered lost.&lt;/p&gt;
&lt;p&gt;If you are in this situation, you would need to store all of the messages that have not been sent to the low power node in all friend nodes I guess. I am not sure if the Bluetooth Mesh spec says anything about this.&lt;/p&gt;
&lt;p&gt;3b)&amp;nbsp;I will send you a private message regarding this.&lt;/p&gt;
&lt;p&gt;4)&amp;nbsp;You could take a look at &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_multilink.html?cp=4_0_0_4_1_0_2"&gt;the multilink example&lt;/a&gt; if you do not need a mesh network. I have often noticed that customers will want to use a mesh network for a certain application, yet the multilink example would work just as well for the application. In my opinion, it may also be a bit easier to understand.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>