<?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>Test relay node by using &amp;#39;nRF mesh light switch example&amp;#39;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64266/test-relay-node-by-using-nrf-mesh-light-switch-example</link><description>Hello, 
 
 
 
 I want to control LED of the Server 2. (Turn on / off) by using Client. 
 How to add the relay node in light switch example (this is one of the basic example of nRF mesh SDK) ? 
 I already had many tests, but I&amp;#39;m not sure that I used relay</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Sep 2024 06:51:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64266/test-relay-node-by-using-nrf-mesh-light-switch-example" /><item><title>RE: Test relay node by using 'nRF mesh light switch example'</title><link>https://devzone.nordicsemi.com/thread/502685?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 06:51:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c683ea9c-2ac3-4ad6-b3fa-1d62c544d223</guid><dc:creator>Mohseen Ahamad</dc:creator><description>&lt;p&gt;hii kmsmile2 ,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i was also trying out on the same issue . have you got the output for your requirement .&amp;nbsp;&lt;/p&gt;
&lt;p&gt;waiting for your response ..&lt;/p&gt;
&lt;p&gt;regards ,&lt;/p&gt;
&lt;p&gt;Mohseen Ahamad.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test relay node by using 'nRF mesh light switch example'</title><link>https://devzone.nordicsemi.com/thread/262925?ContentTypeID=1</link><pubDate>Tue, 04 Aug 2020 09:04:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6359c41e-6529-4b20-ba41-3e7ae76cf859</guid><dc:creator>Didrik Rokhaug</dc:creator><description>[quote user="kmsmile2"]You mean that I need to change the Generic on/off address from Server 1 to Server 2, right?[/quote]
&lt;p&gt;&amp;nbsp;Yes. The client should publish to the server&amp;#39;s unicast address. In you case, because you want to control the light on Server 2, the Client must use Server 2&amp;#39;s address, not Server 1&amp;#39;s.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test relay node by using 'nRF mesh light switch example'</title><link>https://devzone.nordicsemi.com/thread/262640?ContentTypeID=1</link><pubDate>Sat, 01 Aug 2020 09:25:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:021e25b4-f466-4365-914c-30f8d4105736</guid><dc:creator>kmsmile2</dc:creator><description>&lt;p&gt;Thank you, Didrik.&lt;/p&gt;
&lt;p&gt;You mean that I need to change the Generic on/off address from Server 1 to Server 2, right?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In addition, could you let me know how to test of development kits objectively?&lt;/p&gt;
&lt;p&gt;Now I&amp;#39;m using the &amp;#39;RTT viewer&amp;#39;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Minsu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test relay node by using 'nRF mesh light switch example'</title><link>https://devzone.nordicsemi.com/thread/262382?ContentTypeID=1</link><pubDate>Thu, 30 Jul 2020 11:40:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03d86381-10a0-48b0-8448-7e1f5ba37851</guid><dc:creator>Didrik Rokhaug</dc:creator><description>[quote user="kmsmile2"]One of Client&amp;#39;s generic on/off unicast address is same with Server 2 address.&amp;nbsp;[/quote]
&lt;p&gt;&amp;nbsp;That might be the cause of the problem. According to our documentation on the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.2.0/md_doc_user_guide_mesh_basic_architecture.html"&gt;Bluetooth Mesh architecture&lt;/a&gt;, a relay node will forward the packet only if the node is not the destination. However, if both the relay and the server has the same address, the relay will believe that it is the destination, and not forward the packet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test relay node by using 'nRF mesh light switch example'</title><link>https://devzone.nordicsemi.com/thread/262370?ContentTypeID=1</link><pubDate>Thu, 30 Jul 2020 10:43:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:793b1f97-cac8-47b7-8abb-003e3e62ccff</guid><dc:creator>kmsmile2</dc:creator><description>&lt;p&gt;Thank you, Didrik.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="81181" url="~/f/nordic-q-a/64266/test-relay-node-by-using-nrf-mesh-light-switch-example/262340"]Could you clarify what you are meaning here? Why are you not sure if Server 2 acts as a relay node or not?[/quote]
&lt;p&gt;Okay, this is my test situation.&lt;/p&gt;
&lt;p&gt;I settled down Client at one point. And the server 2 settled on the other point which is so far from client. (Client cannot control Server 2 because it is so far.)&lt;/p&gt;
&lt;p&gt;If Server 2 is close, client can control. However, client cannot control if Server 2 is far.&lt;/p&gt;
&lt;p&gt;Therefore, I put Server 1 between them. (between Client and Server 2).&lt;/p&gt;
&lt;p&gt;They are already provisioned, and Client can control Server 1.&lt;/p&gt;
&lt;p&gt;I hope that Server 1 work very well, so it can work as relay node.&lt;/p&gt;
&lt;p&gt;I think that Server 1 can relay the &amp;#39;generic on/off message&amp;#39; from Client to Server 2.&lt;/p&gt;
&lt;p&gt;However, it can&amp;#39;t!&amp;nbsp; &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;One of Client&amp;#39;s generic on/off unicast address is same with Server 2 address.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="81181" url="~/f/nordic-q-a/64266/test-relay-node-by-using-nrf-mesh-light-switch-example/262340"]What do you mean by that?[/quote]
&lt;p&gt;That&amp;#39;s why I wrote that Client can&amp;#39;t control Server2 directly. ( Server2 is far from Client, so I think that Client can control Server 2 via Server 1.)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for reply.&lt;/p&gt;
&lt;p&gt;I will waiting for your reply &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;/p&gt;
&lt;p&gt;Minsu Kim.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test relay node by using 'nRF mesh light switch example'</title><link>https://devzone.nordicsemi.com/thread/262340?ContentTypeID=1</link><pubDate>Thu, 30 Jul 2020 09:15:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a1fac58-ca1c-4bee-be38-7ed048787583</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi, and sorry for the late reply.&lt;/p&gt;
&lt;p&gt;At the moment, all our mesh experts are on vacation, but I&amp;#39;ll do my best to help you until they are back.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[quote user=""][/quote]&lt;/p&gt;
&lt;p&gt;I already had many tests, but I&amp;#39;m not sure that I used relay node...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Could you clarify what you are meaning here? Why are you not sure if Server 2 acts as a relay node or not?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]Client can&amp;#39;t control Server 2 directly.[/quote]
&lt;p&gt;&amp;nbsp;What do you mean by that?&lt;/p&gt;
&lt;p&gt;Is the client able to control Server 2 at all?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test relay node by using 'nRF mesh light switch example'</title><link>https://devzone.nordicsemi.com/thread/262202?ContentTypeID=1</link><pubDate>Wed, 29 Jul 2020 13:00:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47fa815e-02ef-4a0a-a2f0-c1891eb2cb87</guid><dc:creator>kmsmile2</dc:creator><description>&lt;p&gt;Also, I set the Generic On Off Server &amp;#39;Group address&amp;#39;. And then, Server 2 Subscriptions address set the same group address.&lt;br /&gt;However, it doesn&amp;#39;t respond, either. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test relay node by using 'nRF mesh light switch example'</title><link>https://devzone.nordicsemi.com/thread/262198?ContentTypeID=1</link><pubDate>Wed, 29 Jul 2020 12:58:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85f7265c-5f33-4ec3-aae7-7f560106e4da</guid><dc:creator>kmsmile2</dc:creator><description>&lt;p&gt;In &amp;#39;nRF Mesh app&amp;#39;, there is a slot &amp;#39;Publish address&amp;#39; (Server 1 - Generic On Off Server). So, I wrote the unicast address of Server 2. But server 2 doesn&amp;#39;t respond.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>