<?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>Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104588/coordinator-commissioning-fails-after-upgrade-of-nrf5-sdk-for-thread-and-zigbee-v4-1-0-to-v4-2-0</link><description>Hi, 
 I&amp;#39;m investigating upgrading from v4.1.0 to v4.2.0 of nRF5 SDK for Thread and Zigbee since quite a few fixes was done for Zigbee, but I&amp;#39;m having some issues. I&amp;#39;ve followed the steps provided in the migration guide and the build is OK but our coordinator</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Nov 2023 15:34:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104588/coordinator-commissioning-fails-after-upgrade-of-nrf5-sdk-for-thread-and-zigbee-v4-1-0-to-v4-2-0" /><item><title>RE: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/456502?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 15:34:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:adddf9de-75d1-4ce2-9676-192ce258edcf</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Great!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As usual, please feel free to open new cases if new questions or issues comes up!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I will mark this case as closed/verified&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: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/456364?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 10:57:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a68e1c8-5cda-484b-b726-76b81cba17ff</guid><dc:creator>Kristoffer Sliwinski</dc:creator><description>&lt;p&gt;Yes, I think I have had my questions answered.&lt;/p&gt;
&lt;p&gt;Thank you for your assistance!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kristoffer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/455570?ContentTypeID=1</link><pubDate>Tue, 14 Nov 2023 14:42:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89729440-73a3-4595-a240-ddb3258179e6</guid><dc:creator>AHaug</dc:creator><description>[quote user="Kristoffer Sliwinski"]Then again, it can be dangerous to make assumptions &lt;span title="Sweat smile"&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/1f605.svg" style="max-height:32px;max-width:32px;" alt="Sweat smile" /&gt;&lt;/span&gt;[/quote]
&lt;p&gt;I 100% agree with that!&lt;/p&gt;
&lt;p&gt;So in that spirit I&amp;#39;m curious if this clarifies all your questions or if there are anything else that&amp;#39;s currently unclear&amp;nbsp; regarding this topic?&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: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/455080?ContentTypeID=1</link><pubDate>Fri, 10 Nov 2023 10:11:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a02e69b-6096-434a-9e7f-44cc098a8bc3</guid><dc:creator>Kristoffer Sliwinski</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;OK, thank you for the clarification about the memory footprint.&lt;/p&gt;
&lt;p&gt;About the role, yes in v4.1.0 we were already defining&amp;nbsp;&lt;code&gt;ZB_COORDINATOR_ROLE.&lt;/code&gt;&amp;nbsp;In v4.2.0 I had to add&amp;nbsp;&lt;code&gt;ZB_ROUTER_ROLE&lt;/code&gt;&amp;nbsp;together with that to get the coordinator commissioning to work.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="diff"&gt;@@ -47,6 +47,7 @@
 
 DEFINES += ZB_COORDINATOR_ROLE
+DEFINES += ZB_ROUTER_ROLE&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;My assumption was that it would be enough to only define one role for one device, &lt;code&gt;zb_config.h:552&lt;/code&gt; indicates that it should be enough&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In general, define ZB_COORDINATOR_ROLE to compile ZC-only build, ZB_ROUTER_ROLE to compile ZR+ZED build, ZB_ED_ROLE to compile ZED-only build.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Then again, it can be dangerous to make assumptions &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f605.svg" title="Sweat smile"&gt;&amp;#x1f605;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Kristoffer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/454667?ContentTypeID=1</link><pubDate>Wed, 08 Nov 2023 12:44:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:271e415e-3147-4385-bce2-107270d83d83</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi again,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I managed to sneak in a quick chat with one of the Zigbee developers today&lt;/p&gt;
&lt;p&gt;The increase in RAM/ROM is expected. They state that the ZBOSS stack used in nRF5 for T&amp;amp;Z v4.1.0 were quite old and with the v4.2.0 update the stack was also upgraded to a newer version that included more features, thus contributing to the increase in ROM/RAM.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In addition, v4.2.0 also introduced a new ZCL which further reinforces the additional ROM/RAM load.&lt;/p&gt;
&lt;p&gt;Regarding the need to add the role, could you clarify if you already had Zigbee cord role + zigbee router role in your existing app, or was that something you needed to add when you migrated to v4.2?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The developer I talked to stated that it sounded like something to be expected since the coordinator basically is a Router device with additional features added on top&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: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/454598?ContentTypeID=1</link><pubDate>Wed, 08 Nov 2023 08:42:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6bf76d60-17b6-4bea-94f0-431224db5549</guid><dc:creator>Kristoffer Sliwinski</dc:creator><description>&lt;p&gt;Alright, thank you for the update!&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Kristoffer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/454504?ContentTypeID=1</link><pubDate>Tue, 07 Nov 2023 14:38:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a19aabc-b79c-43eb-be1a-cbebea409041</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi again,&lt;/p&gt;
&lt;p&gt;There will unfortunately be a bit of waiting time for this issue due to the amount of items the Zigbee team has on their backlog. I will see if I can push for an ETA to get an answer for this inquiry ASAP&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: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/454013?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2023 14:53:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4e585fe-08ec-4518-abac-a7f8ad71e92c</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve yet to have any input from the Zigbee team as there is unfortunately a backlog of things they need to get through. I will check in with the team on Monday and also ask them about the RAM and ROM increase&lt;/p&gt;
&lt;p&gt;Apologies for the inconvinience&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: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/453298?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2023 13:46:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1718399a-101e-4ec0-a446-60ea2ce1f337</guid><dc:creator>Kristoffer Sliwinski</dc:creator><description>&lt;p&gt;Hello Andreas,&lt;br /&gt;&lt;br /&gt;Did you learn anything more from the team about the coordinator?&lt;br /&gt;&lt;br /&gt;About the sleep signal question, I managed to find&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/88174/update-zigbee-sdk-problem-when-update-from-zigbee-and-thread-4-1-0-to-zigbee-and-thread-4-2-0"&gt;[Update Zigbee SDK] Problem when update from zigbee and thread 4.1.0 to zigbee and thread 4.2.0&lt;/a&gt;&amp;nbsp;which clarified the question I had earlier.&lt;br /&gt;&lt;br /&gt;If you wouldn&amp;#39;t mind, I&amp;#39;d also like to ask about the&amp;nbsp;expected increase in flash and RAM in this release, we can see it&amp;#39;s increased quite a bit on our end device.&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Flash&lt;/td&gt;
&lt;td&gt;RAM&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;v4.1.0&lt;/td&gt;
&lt;td&gt;629640&lt;/td&gt;
&lt;td&gt;91756&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;v4.2.0&lt;/td&gt;
&lt;td&gt;683785&lt;/td&gt;
&lt;td&gt;100108&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;We build for nRF52840 without any link time optimization.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Kristoffer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/451247?ContentTypeID=1</link><pubDate>Thu, 19 Oct 2023 10:43:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e31dd0c8-583d-46ea-bf01-894d55da3abf</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Great! Good to hear that you were able to locate the difference&lt;/p&gt;
[quote user="Kristoffer Sliwinski"]We can proceed with this, but I don&amp;#39;t think&amp;nbsp;the dependency is completely expected. I would expect to be able to build a coordinator without having to also set the router role. Maybe something for the team to look at?[/quote]
&lt;p&gt;From external/zboss/include/zb_config.h is relevant: &lt;em&gt;&amp;#39;&lt;span dir="ltr"&gt;- routing &amp;amp; parent srv (zc &amp;amp; zr) - ZB_ROUTER_ROLE (name is not perfect, but keep it to minimize code change)&amp;#39;&lt;/span&gt;&lt;/em&gt;&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/pastedimage1697712062578v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;In other words it looks like ZB_ROUTER_ROLE has to be enabled even though ZB_COORDINATOR_ROLE is enabled. I agree that this looks strange, specially since we have the following in the code to the Light_coordinator:&amp;nbsp;&lt;br /&gt;&lt;br /&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/pastedimage1697712156831v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I will reach out to the Zigbee team to see if this is expected&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: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/451068?ContentTypeID=1</link><pubDate>Wed, 18 Oct 2023 12:39:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff86d488-31a7-4156-8245-a9dbda5bd9c5</guid><dc:creator>Kristoffer Sliwinski</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;br /&gt;&lt;br /&gt;I realized something when looking at the new defines we introduced to the build system during the upgrade.&amp;nbsp;&lt;code&gt;ZB_JOIN_CLIENT&lt;/code&gt; had added been added to our coordinator build to resolve a link time issue in &lt;code&gt;zdo_commissioning_bdb.c&lt;/code&gt;, but why would this define be needed for the coordinator? Looking at the comment in &lt;code&gt;zb_config.h:528&lt;/code&gt; this should only be for router and end device.&lt;br /&gt;&lt;br /&gt;I compared the light_coordinator example to our application and I could see that&amp;nbsp;&lt;code&gt;&lt;span&gt;ZB_JOIN_CLIENT&lt;/span&gt;&lt;/code&gt; is set for your light_coordinator. That in turn lead me to identify a clear difference, our application is only built with&amp;nbsp;&lt;code&gt;ZB_COORDINATOR_ROLE &lt;/code&gt;while your light_coordinator is built with both coordinator and router functionality because your example also sets&amp;nbsp;&lt;code&gt;ZB_ROUTER_ROLE&lt;/code&gt;&amp;nbsp;together with the coordinator define in&amp;nbsp;&lt;code&gt;zb_config.h:559-560&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;As an experiment I also added&amp;nbsp;&lt;span&gt;ZB_ROUTER_ROLE to our build and&amp;nbsp;voil&amp;agrave;,&amp;nbsp;it&amp;#39;s working! The coordinator will form a network and our end device will join.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;We can proceed with this, but I don&amp;#39;t think&amp;nbsp;the dependency is completely expected. I would expect to be able to build a coordinator without having to also set the router role. Maybe something for the team to look at?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kristoffer&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/450807?ContentTypeID=1</link><pubDate>Tue, 17 Oct 2023 11:00:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44d01584-735e-4336-8f86-4309c5a1e2ed</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Kristoffer Sliwinski"]Yes it is indeed an old product and, we have a parallel initiative for moving over to NCS. For now I&amp;#39;ll have to stick with this SDK&amp;nbsp;[/quote]
&lt;p&gt;Noted! Thank you for clarifying :)&amp;nbsp;&lt;/p&gt;
[quote user="Kristoffer Sliwinski"]I should mention that we run with the softdevice and with zigbee in a FreeRTOS task, where we iterate the ZBOSS stack as it&amp;#39;s done in&amp;nbsp;&lt;code&gt;multi_sensor_freertos&lt;/code&gt;, [/quote]
&lt;p&gt;You mention the freertos multisensor sample, are you able to verify the differences between the SDK 4.1 sample and the SDK 4.2 sample? I assume you&amp;#39;ve already checked this, but asking just to be sure&lt;/p&gt;
[quote user="Kristoffer Sliwinski"]I&amp;#39;ll dig more into the task handling, for example I can see that you do not create them dynamically. Though it&amp;#39;s worth to mention that this worked for us previously.[/quote]
&lt;p&gt;I will see if I can reach out to our FreeRTOS experts to see if they have any additional insight as well as the Zigbee team, but I&amp;#39;m not sure if they have anything more constructive than what we i.e they have already relied.&lt;/p&gt;
&lt;p&gt;Let me know about your progress and I&amp;#39;ll keep on supporting you to our best capacity&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: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/450664?ContentTypeID=1</link><pubDate>Mon, 16 Oct 2023 16:43:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9245a05-1e29-4d64-bced-9b810c285011</guid><dc:creator>Kristoffer Sliwinski</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi Andreas,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sorry for the delayed response.&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m assuming that this is an old product since you&amp;#39;re using nRF5 SDK for Zigbee and Thread and that you expect to not see the need for any new features than what is in nRF5 SDK? If this is a new product that you will be starting on from scratch we recommend that you consider migrating to NCS&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;Yes it is indeed an old product and, we have a parallel initiative for moving over to NCS. For now I&amp;#39;ll have to stick with this SDK&amp;nbsp;&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;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;This may not be relevant, but one thing we see when comparing the light_coordinator in v4.1.0 with v4.2.0 is that&amp;nbsp;v4.1.0 has nrfx_timer and timer enabled in addition to timer3, and it includes nrfx_timer.c in Makefile (or SES if that is what you&amp;#39;re using). In v4.2.0 there are none of the timers enabled in sdk_Config.h, but it includes files that are not a part of v4.1.0, and among them there are some files in the timers.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m not sure I follow completely, but our includes for v4.2.0 looks&amp;nbsp;like what you link here. I have not done any changes to &lt;code&gt;sdk_config.h&lt;/code&gt; (yet).&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;Could you share some additional logs from the device starts up until you see the issues? It could help to investigate all the signals that are generated&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;I&amp;nbsp; don&amp;#39;t see much more than what I linked above,&amp;nbsp;&lt;code&gt;zboss_start_no_autostart&lt;/code&gt; is called earlier and returns &lt;code&gt;RET_OK&lt;/code&gt; as expected. I see that the comment mentions calling&amp;nbsp;&lt;code&gt;bdb_start_top_level_commissioning(0)&lt;/code&gt; which is something we don&amp;#39;t do.&lt;br /&gt;&lt;br /&gt;I should mention that we run with the softdevice and with zigbee in a FreeRTOS task, where we iterate the ZBOSS stack as it&amp;#39;s done in&amp;nbsp;&lt;code&gt;multi_sensor_freertos&lt;/code&gt;, albeit with another task delay. We create our task during runtime and put it in a suspended state until commissioning is triggered by a user, the task is then resumed. I could see that if I moved task creation to when commissioning is done the order of the signals change, (22 now comes after the other signals) but still no success in establishing a network.&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;#5     00000 00:00:09.587    Info zigbeeModuleStart Func: &amp;#39;zboss_start_no_autostart&amp;#39;, ret: 0
#6     00000 00:00:09.588    Info zigbeeModuleStart Commissioning status 1
#7     00000 00:00:09.588    Info zboss_signal_handler Signal handler called! Type  23
#8     00000 00:00:09.589    Info zboss_signal_handler Signal handler called! Type  1
#10    00000 00:00:09.639    Info zboss_signal_handler Signal handler called! Type  22
#11    00000 00:00:09.689    Info zboss_signal_handler Signal handler called! Type  22
#12    00000 00:00:09.739    Info zboss_signal_handler Signal handler called! Type  22
#13    00000 00:00:09.789    Info zboss_signal_handler Signal handler called! Type  22
#14    00000 00:00:09.839    Info zboss_signal_handler Signal handler called! Type  22
#15    00000 00:00:09.889    Info zboss_signal_handler Signal handler called! Type  22
#16    00000 00:00:09.939    Info zboss_signal_handler Signal handler called! Type  22
#17    00000 00:00:09.989    Info zboss_signal_handler Signal handler called! Type  22
#18    00000 00:00:10.039    Info zboss_signal_handler Signal handler called! Type  22
#19    00000 00:00:10.089    Info zboss_signal_handler Signal handler called! Type  22&lt;/pre&gt;&lt;br /&gt;I&amp;#39;ll dig more into the task handling, for example I can see that you do not create them dynamically. Though it&amp;#39;s worth to mention that this worked for us previously.&lt;br /&gt;&lt;br /&gt;Other than that I don&amp;#39;t have much more at the moment, sadly.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Kristoffer&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Coordinator commissioning fails after upgrade of nRF5 SDK for Thread and Zigbee (v4.1.0 to v4.2.0)</title><link>https://devzone.nordicsemi.com/thread/450102?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2023 14:34:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:138d1c28-eb62-4b58-888f-18d46ea811dc</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m assuming that this is an old product since you&amp;#39;re using nRF5 SDK for Zigbee and Thread and that you expect to not see the need for any new features than what is in nRF5 SDK? If this is a new product that you will be starting on from scratch we recommend that you consider migrating to NCS&lt;/p&gt;
&lt;p&gt;Regardless of that here&amp;#39;s a couple of thoughts and pointers from a colleague of mine&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
#ifndef ZB_USE_SLEEP
#define ZB_USE_SLEEP
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Is a feature and not a bug to our understanding and the comment&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;/* Enable sleepy behaviour on all devices. The sleep signal will allow other, lower-priority task to take over. */&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#ifdef ZB_ED_ROLE
#define ZB_USE_SLEEP
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;is defined in zb_config.h in v4.2.0 as well. The first snippet is just in zb_vendor.h&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t think the problem is due to sleep since our coordinators are still working even though the sleep signal comes all the time. The signal does not&amp;nbsp;&lt;em&gt;actually&lt;/em&gt; put the device in sleep when it is a coordinator, it just lets it know that the device now can do other things that are not Zigbee.&lt;/p&gt;
&lt;p&gt;&lt;br /&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/pastedimage1697120782320v2.png" alt=" " /&gt;&lt;br /&gt;This may not be relevant, but one thing we see when comparing the light_coordinator in v4.1.0 with v4.2.0 is that&amp;nbsp;v4.1.0 has nrfx_timer and timer enabled in addition to timer3, and it includes nrfx_timer.c in Makefile (or SES if that is what you&amp;#39;re using). In v4.2.0 there are none of the timers enabled in sdk_Config.h, but it includes files that are not a part of v4.1.0, and among them there are some files in the timers.&lt;/p&gt;
&lt;p&gt;Could you share some additional logs from the device starts up until you see the issues? It could help to investigate all the signals that are generated&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>