<?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>How to program a decentralized zigbee mesh with routers only?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79679/how-to-program-a-decentralized-zigbee-mesh-with-routers-only</link><description>Hi 
 
 I&amp;#39;m new to zigbee programming, but as i understand it is possible to make a zigbee mesh with routers only to decentralize to network. 
 I have tried to start with a router example from nRF5_SDK_for_Thread_and_Zigbee_v4.1.0. I used the light_bulb</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Sep 2021 17:31:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79679/how-to-program-a-decentralized-zigbee-mesh-with-routers-only" /><item><title>RE: How to program a decentralized zigbee mesh with routers only?</title><link>https://devzone.nordicsemi.com/thread/330347?ContentTypeID=1</link><pubDate>Mon, 20 Sep 2021 17:31:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fa2d80b-b729-45dd-8fe8-80bcf72ba1c8</guid><dc:creator>Garo Demergian</dc:creator><description>&lt;p&gt;Hello again,&lt;br /&gt;&lt;br /&gt;Well, when i said that i am not getting anywhere i meant that i have not been able to connect routers to each others without a coordinator. But i have now managed to make it work. Those 4 lines of code made it possible.&lt;br /&gt;&lt;br /&gt;Thanks for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to program a decentralized zigbee mesh with routers only?</title><link>https://devzone.nordicsemi.com/thread/329836?ContentTypeID=1</link><pubDate>Thu, 16 Sep 2021 12:27:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eca72d8b-db0f-4016-b3c8-5a4def0cc91b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Garo&lt;/p&gt;
&lt;p&gt;First off, I would like to mention that we don&amp;#39;t recommend using this type of distributed network feature as there are some security problems with the transport key when using this kind of networks. In a distributed network all routers must be pre-configured with a link key used to encrypt the network key. Unfortunately this will be hard coded on all devices in that network, and therefore exploitable.&lt;/p&gt;
&lt;p&gt;Can you explain what exactly you mean about &amp;quot;I&amp;#39;m not getting anywhere&amp;quot;?&amp;nbsp; The light_bulb and light_switch example projects don&amp;#39;t support doing commissioning by default, as the coordinator is doing so. It should be as simple as calling these lines during initialization, but I haven&amp;#39;t tested this myself.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static const zb_uint8_t secret_key[] = {...};
zb_zdo_set_tc_standard_distributed_key(secret_key);
zb_enable_distributed();
zb_zdo_setup_network_as_distributed();&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>