<?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>[nRF52840] zigbee ZR does not request beacon when startup</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49167/nrf52840-zigbee-zr-does-not-request-beacon-when-startup</link><description>Hi 
 ZED requests beacon every time when it restarts both case ERASE_PERSISTENT_CONFIG is true or false. 
 But 
 ZR does not request beacon when ERASE_PERSISTENT_CONFIG is false. 
 It requests beacon when ERASE_PERSISTENT_CONFIG is true. 
 That means</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Jul 2019 14:25:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49167/nrf52840-zigbee-zr-does-not-request-beacon-when-startup" /><item><title>RE: [nRF52840] zigbee ZR does not request beacon when startup</title><link>https://devzone.nordicsemi.com/thread/196315?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2019 14:25:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9d226e3-efe2-4ebc-b266-36a7286c55d9</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;You don&amp;#39;t need to set ERASE_PERSISTENT_CONFIG to true to form a new network. Set ERASE_PERSISTENT_CONFIG set to false (which is the default in the examples) and do a nrfjprog --eraseall to all the nodes before forming the network to erase old network information.&amp;nbsp; You can do this with both ZR and ZEDs. What I meant with &amp;quot;silent&amp;quot; rejoining was just that the node will rejoin with very little air traffic between the rejoining node and the rest of the network, compare to ZED which will send beacon request as you pointed out. But both ZR and ZEDs will remember their old network information when ERASE_PERSISTENT_CONFIG is set to false.&lt;/p&gt;
&lt;p&gt;For testing this you can just test the light control example out of the box (which has ERASE_PERSISTENT_CONFIG set to ZB_FALSE as default in SDK 3.1) and see in the Wireshark log that when rejoining both the light bulb (ZR) and light switch (ZED) will remember the same network address when rejoining.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52840] zigbee ZR does not request beacon when startup</title><link>https://devzone.nordicsemi.com/thread/195982?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2019 12:21:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5c0480d-63d0-4dbf-9379-cd440ef3ef57</guid><dc:creator>embedholic</dc:creator><description>&lt;p&gt;Thanks a lot msromero.&lt;/p&gt;
&lt;p&gt;I have another question.&lt;/p&gt;
&lt;p&gt;ZR rejoining silently means that it rejoins to previously joined parent?&lt;/p&gt;
&lt;p&gt;If so, with ZR and ZC (not using ZED), i can make static network (persistent network topology) ?&lt;/p&gt;
&lt;p&gt;1. first ZR(1) join with ZC (with ERASE_PERSISTENT_CONFIG is true)&lt;/p&gt;
&lt;p&gt;ZC ---- ZR(1)&lt;/p&gt;
&lt;p&gt;2. change ZR(1)&amp;#39;s ERASE_PERSISTENT_CONFIG false&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp; Let another ZR(2) join to ZR(1) wit ERASE_PERSISTENT_CONFIG is true.&lt;/p&gt;
&lt;p&gt;ZR(1) ----- ZR(2)&lt;/p&gt;
&lt;p&gt;4.&amp;nbsp;&lt;span&gt;change ZR(2)&amp;#39;s ERASE_PERSISTENT_CONFIG false&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5. Now&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ZC --- ZR(1)-----ZR(2)&amp;nbsp; topology is not changing forever .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is it correct ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52840] zigbee ZR does not request beacon when startup</title><link>https://devzone.nordicsemi.com/thread/195931?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2019 10:30:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f402cb2a-eaea-4a3f-a5f5-a9d5f2c09cd2</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When ERASE_PERSISTENT_CONFIG is set to true, the network data will get erased for each power cycle/reboot. By default is set to ZB_FALSE, so a router can rejoin &lt;em&gt;silently&lt;/em&gt; to the network after reset, since it will remember its network information (PAN ID, Extended PAN ID, network address, security key). If set to ZB_TRUE, after reboot the router will forget about the network and starts to join a new one by sending beacon request.&lt;/p&gt;
&lt;p&gt;For ZED the behaviour is a bit different. They have to be 100% sure that they have a parent node, since all traffic from ZED is relayed by its parent, so the rejoining process for ZED will start with a beacon request.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>