<?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>Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116205/zigbee-router-device-sometimes-joins-to-0x0000000000000000-network-after-factory-reset</link><description>I am using NRF Connect SDK v2.5.2. Sometimes, after I factory reset my Zigbee router device, it will immediately join a network with PAN ID 000000000000. I get this with my project but also with the light_bulb sample. How can I prevent my device from</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Mar 2025 14:57:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116205/zigbee-router-device-sometimes-joins-to-0x0000000000000000-network-after-factory-reset" /><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/527691?ContentTypeID=1</link><pubDate>Mon, 17 Mar 2025 14:57:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5120469b-ad05-41b9-8c88-d4b7914b6b3d</guid><dc:creator>pjbuntinx</dc:creator><description>&lt;p&gt;I will create a new private ticket with my project attached. The information concerning the 0x0000 network join could be useful to others I think&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/527687?ContentTypeID=1</link><pubDate>Mon, 17 Mar 2025 14:40:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d18440fe-936e-4895-a516-421b25a6d0c4</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi Pieter-Jan,&lt;/p&gt;
&lt;p&gt;Apologies for the delay, I was out of office on a business trip last week.&lt;/p&gt;
&lt;p&gt;I can either convert this case to private instead if you wish to upload the project here or you can create a new private ticket if you wish to do that instead.&lt;/p&gt;
&lt;p&gt;Let me know which of these you prefer and we&amp;#39;ll pick up from there!&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/526795?ContentTypeID=1</link><pubDate>Tue, 11 Mar 2025 15:37:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a71178a6-8562-4e67-9d95-77dd53b8b08d</guid><dc:creator>pjbuntinx</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;br /&gt;&lt;br /&gt;Reporting is enabled by default with off-the-shelve sensors like temperature/humidity sensors. You don&amp;#39;t need to configure reporting using the coordinator, the only necessary thing is doing the correct bindings for the relevant clusters. I want to replicate this same behaviour. This worked on SDK version &amp;lt;= 2.5.3 but I am just not able to get this working on later versions. I have tried the examples you have provided but sadly without any luck.&amp;nbsp;&lt;br /&gt;One thing I have to mention though is that I am using custom clusters. Can I perhaps send my project in a private message or in a new private ticket to see if you can get any luck with it?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Pieter-Jan Buntinx&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/526129?ContentTypeID=1</link><pubDate>Thu, 06 Mar 2025 11:27:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:116a12b2-f173-43b6-ab9f-bab69e1b1f9e</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi Pieter-Jan,&lt;/p&gt;
&lt;p&gt;Unfortunately we don&amp;#39;t have any examples that shows this out of the box within NCS, but here&amp;#39;s a few pointers from a colleague of mine&amp;#39;s unofficial samples&lt;/p&gt;
&lt;p&gt;Set up reporting in code&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="https://github.com/martelmy/zigbee-examples-nrf5-sdk/tree/main/multi_sensor_server_reporting" href="https://github.com/martelmy/Zigbee-examples-nRF5-SDK/tree/main/multi_sensor_server_reporting" rel="noopener noreferrer" target="_blank"&gt;https://github.com/martelmy/Zigbee-examples-nRF5-SDK/tree/main/multi_sensor_server_reporting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="https://github.com/martelmy/zigbee-examples-nrf5-sdk/tree/main/bind_and_configure_reporting" href="https://github.com/martelmy/Zigbee-examples-nRF5-SDK/tree/main/bind_and_configure_reporting" rel="noopener noreferrer" target="_blank"&gt;https://github.com/martelmy/Zigbee-examples-nRF5-SDK/tree/main/bind_and_configure_reporting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Set up reporting over shell, you can follow this sample:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="https://github.com/martelmy/ncs_examples/tree/main/zigbee/multi_sensor" href="https://github.com/martelmy/NCS_examples/tree/main/zigbee/multi_sensor" rel="noopener noreferrer" target="_blank"&gt;https://github.com/martelmy/NCS_examples/tree/main/zigbee/multi_sensor&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/524627?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2025 13:57:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fff23a3b-0b57-49aa-92f2-2a7e5800c257</guid><dc:creator>pjbuntinx</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;Regarding the OTA, it is not different between SDK versions only between projects. The example light switch receives an update much faster than my project. You can see that the packages are send out more quickly on the coordinator for light switch project. Could this have something to do with the amount of RAM memory that is left?&lt;/p&gt;
&lt;p&gt;For the reporting, do you have an example on how I can configure this? I have posted some code before on how I have tried enabling reporting but that does not work on any 2.6.x+ SDK version.&amp;nbsp;&lt;br /&gt;Currently, the behavior on SDK version 2.5.3 is as follows: from the moment I bind to the clusters of my NRF device, the device starts reporting with the configured intervals.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;This is the code I am using to configure reporting on 2.5.3:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;zb_zcl_reporting_info_t rep_info = {0};

    rep_info.direction                    = ZB_ZCL_CONFIGURE_REPORTING_SEND_REPORT;
    rep_info.ep                           = endpoint;
    rep_info.cluster_id                   = ZB_ZCL_CLUSTER_ID_WILMS_VENT_MONITORING;
    rep_info.cluster_role                 = ZB_ZCL_CLUSTER_SERVER_ROLE;
    rep_info.dst.profile_id               = ZB_AF_HA_PROFILE_ID;
    rep_info.u.send_info.def_min_interval = DEFAULT_MIN_REPORTING;
    rep_info.u.send_info.def_max_interval = DEFAULT_MAX_REPORTING;
    rep_info.dst.short_addr               = REPORTING_SHORT_ADDR;
    rep_info.dst.endpoint                 = REPORTING_ENDPOINT;

    for (int i = 0; i &amp;lt;= ZB_ZCL_ATTR_WILMS_VENT_MONITORING_NETA_ID; i++) {
        rep_info.attr_id = i;

        switch (i) {
        case ZB_ZCL_ATTR_WILMS_VENT_MONITORING_TA_ID:
        case ZB_ZCL_ATTR_WILMS_VENT_MONITORING_TB_ID:
        case ZB_ZCL_ATTR_WILMS_VENT_MONITORING_TC1_ID:
        case ZB_ZCL_ATTR_WILMS_VENT_MONITORING_TC2_ID:
        case ZB_ZCL_ATTR_WILMS_VENT_MONITORING_TD_ID:
            rep_info.u.send_info.delta.s16 = 50;
            break;
        default:
            rep_info.u.send_info.delta.u16 = 10;
            break;
        }
        zb_zcl_put_reporting_info(&amp;amp;rep_info, ZB_TRUE);
    }&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best Regards,&lt;br /&gt;PIeter-Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/522978?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2025 08:45:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7d3501d-2b73-479c-a152-3d53e6b7ca14</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi Pieter-Jan&lt;br /&gt;&lt;br /&gt;Apologies for the wait.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/zboss/CHANGELOG.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/zboss/CHANGELOG.html&lt;/a&gt;&amp;nbsp;has some items regarding attribute reporting in 2.6.0 and newer. This might affect your implementation.&amp;nbsp;&lt;/p&gt;
[quote user="pjbuntinx"]I do have one more question, if I try to do a Zigbee FOTA on the light switch example, it is reasonably fast. It takes maybe 15 minutes. When I do the FOTA on my build, it takes about 3-4 times as long. On both instances I am transferring the same OTA image, so the same amount of data. What could be the cause of this? I have compared both prj.conf&amp;#39;s and all settings concerning FOTA seems to be the same.[/quote]
&lt;p&gt;&lt;br /&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/releases/release-notes-2.7.0.html#zigbee"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/releases/release-notes-2.7.0.html#zigbee&lt;/a&gt;&amp;nbsp;Seems to be related to the OTA, but I can&amp;#39;t say what the root cause is, and a sniffer trace where you have a look at the traffic will be required to make any speculations and conclusions.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/522276?ContentTypeID=1</link><pubDate>Mon, 10 Feb 2025 16:22:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1a89b1d-6b9f-471b-83d1-487dff8a544d</guid><dc:creator>pjbuntinx</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/ahaug"&gt;AHaug&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Do you have any updates on this issue?&lt;br /&gt;&lt;br /&gt;I do have one more question, if I try to do a Zigbee FOTA on the light switch example, it is reasonably fast. It takes maybe 15 minutes. When I do the FOTA on my build, it takes about 3-4 times as long. On both instances I am transferring the same OTA image, so the same amount of data. What could be the cause of this? I have compared both prj.conf&amp;#39;s and all settings concerning FOTA seems to be the same.&lt;br /&gt;&lt;br /&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Pieter-Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/519822?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2025 15:10:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c430ef18-e362-4b18-a800-156cf1e98686</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Noted, thank you for verifying. I will open a discussion with the Zigbee team w.r.t this&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/519798?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2025 14:11:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2252dfca-0002-406c-a2e7-71ed7ae77c0d</guid><dc:creator>pjbuntinx</dc:creator><description>&lt;p&gt;In 2.6.1 this issue is also present.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/519582?ContentTypeID=1</link><pubDate>Wed, 22 Jan 2025 14:06:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8104cc32-39e5-4294-a8d8-0e0026bacc83</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Great news indeed!&lt;/p&gt;
&lt;p&gt;From what I can see there&amp;nbsp;&lt;em&gt;shouldn&amp;#39;t&lt;/em&gt; be any changes to attribute reporting other than this from 2.6.0:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1737554750561v2.png" alt=" " /&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not quite sure what this fix is about, but you&amp;#39;re able to verify that it is present in 2.6.1 this might be the root cause. I will discuss it with the zigbee team in the meanwhile&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/519216?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2025 09:00:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bff24ab5-58ef-48ac-8c6d-abb1cd975d9f</guid><dc:creator>pjbuntinx</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the update.&lt;br /&gt;I have now tried the official release of 2.9.0 and I have not managed to reproduce the problem. So that is great news!&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The reason I am so late in responding is because reporting attributes does not work the same anymore as with v2.5.2. I am not able to let my device automatically report the attributes it has. Is there something changed in this regard compared to v2.5.2? In 2.7.0 I have the same problem.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I have tried the code below to enable reporting in the new version, in 2.5.2 this worked by default and I could change the intervals using zb_zcl_put_reporting_info.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt; zb_zcl_reporting_info_t rep_info = {0};

    rep_info.direction                    = ZB_ZCL_CONFIGURE_REPORTING_SEND_REPORT;
    rep_info.ep                           = endpoint;
    rep_info.cluster_id                   = ZB_ZCL_CLUSTER_ID_WILMS_VENT_OPERATION;
    rep_info.cluster_role                 = ZB_ZCL_CLUSTER_SERVER_ROLE;
    rep_info.u.send_info.def_min_interval = DEFAULT_MIN_REPORTING;
    rep_info.u.send_info.def_max_interval = DEFAULT_MAX_REPORTING;
    rep_info.u.send_info.delta.u16        = 1;
    rep_info.dst.short_addr               = 0xFFFF;
    rep_info.dst.endpoint                 = 0xFF;
    rep_info.dst.profile_id               = ZB_AF_HA_PROFILE_ID;

    for (int i = 0; i &amp;lt;= ZB_ZCL_ATTR_WILMS_VENT_OPERATION_ACTUAL_STATUS_ID; i++) {
        rep_info.attr_id = i;
        int put          = zb_zcl_put_reporting_info(&amp;amp;rep_info, ZB_TRUE);

        int start = zb_zcl_start_attr_reporting(endpoint, ZB_ZCL_CLUSTER_ID_WILMS_VENT_OPERATION, ZB_ZCL_CLUSTER_SERVER_ROLE, i);

        int check = zcl_is_attr_reported(endpoint, ZB_ZCL_CLUSTER_ID_WILMS_VENT_OPERATION, ZB_ZCL_CLUSTER_SERVER_ROLE, i);
        printf(&amp;quot;reporting attr %i: put %i, start %i, check %i\n&amp;quot;, i, put, start, check);
    }&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Pieter-Jan Buntinx&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/514683?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2024 10:00:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0ea9afc-a61a-40bd-94ec-06ed91268fdd</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi again,&lt;/p&gt;
&lt;p&gt;Another update here. The team verifies that the fix will target NCS 2.9.0. You should already be able to see it in v2.9.0-rc1, if I am not mistaken.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/512527?ContentTypeID=1</link><pubDate>Thu, 28 Nov 2024 09:13:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd2e22d8-f5dd-40ab-91f0-91b264dc02f9</guid><dc:creator>pjbuntinx</dc:creator><description>&lt;p&gt;Good to hear! Thank you for the update :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/512518?ContentTypeID=1</link><pubDate>Thu, 28 Nov 2024 08:25:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:460e30af-56b1-4542-acc6-0656bda9bea6</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi again,&lt;/p&gt;
&lt;p&gt;The team verifies that the issue is reproducible and they are working on testing a suggested fix and to integrate it. If the test passes it will be targeted for NCS 2.9.0, which should be estimated release some time in Q1 2025.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/512390?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 14:05:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c8f7400-1429-4ff2-ae2c-dd07bcb5dfe0</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi Pieter-Jan,&lt;/p&gt;
&lt;p&gt;The latest update I received from the Zigbee team is they are working with testing and recreating the behaviour reported. I will try to update you before the weekend with any results and/or follow up questions from the team.&lt;/p&gt;
&lt;p&gt;Thank you for your patience and kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/512289?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 09:40:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7022de54-de05-4d4e-a115-32e0f07b294d</guid><dc:creator>pjbuntinx</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/ahaug"&gt;AHaug&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Do you perhaps have any update on this?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Pieter-Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/510630?ContentTypeID=1</link><pubDate>Fri, 15 Nov 2024 09:05:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d823ce88-565c-455e-a2b9-7d69df33147f</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Thank you for providing this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Based on your description and reproduction in multiple SDKs this seems to be a bug. I&amp;#39;ve created an internal ticket to investigate this further and I&amp;#39;m currently waiting for some feedback from the Zigbee team for this case.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll update you as soon as I know something&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/510457?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 12:00:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39098980-a6b4-4663-a155-e40045486e50</guid><dc:creator>pjbuntinx</dc:creator><description>&lt;p&gt;I have now used the Zigbee light_bulb example in NRF SDK v2.7.0. What I did was just flash the example to an NRF52840 DK board without any changes in the kconfig. To get it to join this 0x0000 network I had to factory reset the board multiple times (long pressing button 4). This in combination with resetting the board let me reproduce the problem. On Wireshark there&amp;nbsp;does not seem to be happening anything special. There are only beacon requests.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;It does seem it is more difficult to reproduces the problem on SDK v2.7.0. On v2.5.2, it seems to happen&amp;nbsp; most of the time after just 1 factory reset (right after a fresh &amp;quot;erase and flash to board&amp;quot;)&lt;/p&gt;
&lt;p&gt;Below you can find the log.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v2.7.0-5cb85570ca43 ***
*** Using Zephyr OS v3.6.99-100befc70c74 ***
I: Starting ZBOSS Light Bulb example
I: 2 Sectors of 4096 bytes
I: alloc wra: 0, fe8
I: data wra: 0, 0
I: Set level value: 255
I: ZBOSS Light Bulb example started
I: Production configuration is not present or invalid (status: -1)
I: Zigbee stack initialized
I: Device started for the first time
I: Start network steering
I: Started network rejoin procedure.
I: Network steering was not successful (status: -1)
I: nRF5 802154 radio initialized
*** Booting nRF Connect SDK v2.7.0-5cb85570ca43 ***
*** Using Zephyr OS v3.6.99-100befc70c74 ***
I: Starting ZBOSS Light Bulb example
I: 2 Sectors of 4096 bytes
I: alloc wra: 0, fe8
I: data wra: 0, 0
I: Set level value: 255
I: ZBOSS I: Production configuration is not present or invalid (status: -1)
I: Zigbee stack initialized
I: Device started for the first time
I: Start network steering
I: Started network rejoin procedure.
Light Bulb example started
I: Network steering was not successful (status: -1)
I: Network steering was not successful (status: -1)
I: Network steering was not successful (status: -1)
I: Network steering was not successful (status: -1)
I: Network steering was not successful (status: -1)
I: Network left (leave type: 0)
W: Device not in a network - cannot enter identify mode
W: Device not in a network - cannot enter identify mode
I: Network left (leave type: 0)
W: Device not in a network - cannot enter identify mode
W: Device not in a network - cannot enter identify mode
W: Device not in a network - cannot enter identify mode
I: nRF5 802154 radio initialized
*** Booting nRF Connect SDK v2.7.0-5cb85570ca43 ***
*** Using Zephyr OS v3.6.99-100befc70c74 ***
I: Starting ZBOSS Light Bulb example
I: 2 Sectors of 4096 bytes
I: alloc wra: 0, fe8
I: data wra: 0, 0
I: Set level value: 255
I: ZBOSS I: Production configuration is not present or invalid (status: -1)
I: Zigbee stack initialized
I: Device started for the first time
I: Start network steering
I: Started network rejoin procedure.
Light Bulb example started
I: Network steering was not successful (status: -1)
I: Network steering was not successful (status: -1)
I: Network left (leave type: 0)
I: Network steering was not successful (status: -1)
W: Device not in a network - cannot enter identify mode
I: Network steering was not successful (status: -1)
I: Network left (leave type: 0)
I: Network steering was not successful (status: -1)
I: Network left (leave type: 0)
I: Network steering was not successful (status: -1)
I: Network steering was not successful (status: -1)
I: nRF5 802154 radio initialized
*** Booting nRF Connect SDK v2.7.0-5cb85570ca43 ***
*** Using Zephyr OS v3.6.99-100befc70c74 ***
I: Starting ZBOSS Light Bulb example
I: 2 Sectors of 4096 bytes
I: alloc wra: 0, fe8
I: data wra: 0, 0
I: Set level value: 255
I: ZBOSS I: Production configuration is not present or invalid (status: -1)
I: Zigbee stack initialized
I: Device started for the first time
I: Start network steering
I: Started network rejoin procedure.
Light Bulb example started
I: Network steering was not successful (status: -1)
I: Network steering was not successful (status: -1)
I: Network left (leave type: 0)
I: Joined network successfully (Extended PAN ID: 0000000000000000, PAN ID: 0xffff)
I: Network rejoin procedure stopped.
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;And here is the wireshark capture:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/capture-light-bulb-example.pcapng"&gt;devzone.nordicsemi.com/.../capture-light-bulb-example.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/510118?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 13:50:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12a67fbb-38a7-4943-aa61-804893e2b4fc</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;My initial thought as well is that this should not be possible without a coordinator and/or Trust Center&lt;/p&gt;
&lt;p&gt;Could you provide a sniffer trace lapsing over the time span of the procedure?&lt;/p&gt;
&lt;p&gt;Could you provide a minimal sample and descriptions for how to reproduce this?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/510084?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 11:41:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19e61f82-7807-4a87-a251-7e76cd2c1461</guid><dc:creator>pjbuntinx</dc:creator><description>&lt;p&gt;This happens with or without a coordinator in the proximity. When it is, It does not matter whether the coordinator is allowing new devices or not. The network the device joins is not one that should be existing. &lt;br /&gt;This is not applicable to the light bulb example, but for my own device&amp;#39;s code, I am using install_codes. So, it should normally not be possible to join another network without having the correct install code added to the coordinator.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Router device sometimes joins to 0x0000000000000000 network after factory reset</title><link>https://devzone.nordicsemi.com/thread/509701?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 14:47:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff11e3ab-72ca-4987-86f7-7806adf24a5a</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
[quote user=""]Sometimes, after I factory reset my Zigbee router device, it will immediately join a network [/quote]
&lt;p&gt;Could you clarify the following when you say &amp;quot;a network&amp;quot;:&lt;/p&gt;
&lt;p&gt;Do you have multiple networks up, i.e is it a random network it joins? Is it establishing a new network that the router joins?&lt;/p&gt;
&lt;p&gt;Do you have a sniffer trace for the device throughout the procedure you describe?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The log also says&amp;nbsp;&lt;em&gt;I: Network rejoin procedure stopped.&amp;nbsp;&lt;/em&gt;Indicating that the rejoin procedure stops&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>