<?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 Friend node and Relay nodes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79121/difference-friend-node-and-relay-nodes</link><description>Hello everyone, 
 
 I have a Bluetooth Mesh network of Friend nodes that communicate with eachother and allow message to pash through them. 
 Currently only a few need to have Low Power Nodes attached to them and the rest is needed to extend my network</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Jul 2022 10:30:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79121/difference-friend-node-and-relay-nodes" /><item><title>RE: Difference Friend node and Relay nodes</title><link>https://devzone.nordicsemi.com/thread/378864?ContentTypeID=1</link><pubDate>Wed, 27 Jul 2022 10:30:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b00a5582-53c1-4b7d-ab19-d8e6c49ff94c</guid><dc:creator>Senchoi</dc:creator><description>&lt;p&gt;can LPN nodes send messages to other nodes beyond and through the friend node? Those materials talks about LPN nodes receiving msgs from friend nodes but not the other way around.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference Friend node and Relay nodes</title><link>https://devzone.nordicsemi.com/thread/327558?ContentTypeID=1</link><pubDate>Wed, 01 Sep 2021 09:53:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af687d5f-40a6-49dd-9e36-40fe9ac54dbf</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Sam,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When the project is built with the Friend feature in it, but the Friend feature is not enabled (or it has been disabled) runtime, then I would not expect any noticeable difference. If the project is not built with the Friendship feature at all, then I would expect some Flash and RAM savings.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For any Low Power Nodes in a Friendship, that would mean some more TX (instead of RX) and packet handling (CPU usage).&lt;/p&gt;
&lt;p&gt;Regards,&amp;nbsp;&lt;br /&gt;Amanda&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference Friend node and Relay nodes</title><link>https://devzone.nordicsemi.com/thread/327417?ContentTypeID=1</link><pubDate>Tue, 31 Aug 2021 12:21:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b721acf1-f6d3-495e-8dcb-10b409d371b1</guid><dc:creator>SamTheMan</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;The backbone of my Bluetooth Mesh network consists of Friend nodes loaded with the &amp;quot;Light Switch Server Example&amp;quot;.&lt;/p&gt;
&lt;p&gt;Some of these nodes however are only really used as extenders, but don&amp;#39;t have any Low Power Nodes attached to them yet in my current topology.&lt;/p&gt;
&lt;p&gt;Would there be a benefit to disabling the friend feature on them as it&amp;#39;s unneeded for my current setup? (example: power consumption etc.).&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sam&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference Friend node and Relay nodes</title><link>https://devzone.nordicsemi.com/thread/327407?ContentTypeID=1</link><pubDate>Tue, 31 Aug 2021 11:44:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:013596f3-3d66-4b04-bc4e-42494e31445f</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Friend feature and the Low Power feature combines to provide low power message reception for the Low Power Node. (TX from the Low Power Node uses the standard protocol of sending normal ADV bearer packets.)&lt;/p&gt;
&lt;p&gt;The relay feature makes the node retransmit messages over the advertising bearer. (Mostly affects the network / bearer layers.)&lt;/p&gt;
&lt;p&gt;For the short story about layers and concepts, see&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_mesh_basic_concepts.html"&gt;Bluetooth mesh concepts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the full specification, see the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://www.bluetooth.com/specifications/specs/mesh-profile-1-0-1/"&gt;Mesh Profile Specification from bluetooth.com&lt;/a&gt;, where the features are specified.&lt;/p&gt;
&lt;p&gt;I suggest you go through these documentations:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.bluetooth.com/blog/bluetooth-mesh-networking-series-friendship/" rel="noopener noreferrer" target="_blank"&gt;Bluetooth Mesh Network: Friendship&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Low Power node feature" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.2.0/md_doc_user_guide_modules_lpn_concept.html?cp=7_2_2_4_2" rel="noopener noreferrer" target="_blank"&gt;Low Power node feature&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Integrating Low Power node feature" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.2.0/md_doc_user_guide_modules_lpn_integrating.html?cp=7_2_2_4_2_0" rel="noopener noreferrer" target="_blank"&gt;Integrating Low Power node feature&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Low Power node example" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.2.0/md_examples_lpn_README.html?cp=7_2_3_9" rel="noopener noreferrer" target="_blank"&gt;Low Power node example&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You will get a better understanding of Relay, LPNs and Friendship nodes and how things work between them.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>