<?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>mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56909/mtd-not-getting-commissioned-in-nrf-sdk-for-thread-an-zigbee-version-4-0-0</link><description>I have recently upgraded my working stack based on nrf sdk for thread and zigbee v2.0.0 to nrf sdk for thread and zigbee v4.0.0 
 But since then my mtd&amp;#39;s are not getting commissioned on network. 
 Please suggest what&amp;#39;s the possible reason for that.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Mar 2022 11:34:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56909/mtd-not-getting-commissioned-in-nrf-sdk-for-thread-an-zigbee-version-4-0-0" /><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/357627?ContentTypeID=1</link><pubDate>Fri, 11 Mar 2022 11:34:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e039e91d-dbc8-42af-8de4-39a1337ee7cf</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;Closing the ticket as this issue is handled in another ticket.&lt;/p&gt;
&lt;p&gt;It was memory related fix in sdk_config.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/234029?ContentTypeID=1</link><pubDate>Wed, 12 Feb 2020 15:25:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7c98a8c-3b49-4497-a165-873a09a0e6de</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Jørgen is currently on vacation so I will take over this ticket.&lt;/p&gt;
&lt;p&gt;Does this error comes when you do commission on both mtd or ftd CLI devices?&lt;/p&gt;
&lt;p&gt;Have you updated the commissioner to SDK v4.0.0 and done an erase all before trying to commission the joiner in the network again? What about if you try to commission using a new leader?&lt;/p&gt;
&lt;p&gt;Can you describe your commissioning process more in detail?&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: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/232014?ContentTypeID=1</link><pubDate>Fri, 31 Jan 2020 08:28:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87674d15-74b2-4922-b8ea-d8dee2da362e</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;pre class="" dir="ltr"&gt;&lt;span class="kwd"&gt;In void&lt;/span&gt;&lt;span class="pun"&gt;(*&lt;/span&gt;&lt;span class="pln"&gt; otJoinerCallback&lt;/span&gt;&lt;span class="pun"&gt;)(&lt;/span&gt;&lt;span class="pln"&gt;otError aError&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="kwd"&gt;void&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;*&lt;/span&gt;&lt;span class="pln"&gt;aContext&lt;/span&gt;&lt;span class="pun"&gt;),&lt;br /&gt;in joinercallback, when I print aError, It shows 8 which translates to&lt;/span&gt;&lt;/pre&gt;
&lt;table class="fieldtable"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="fieldname" colspan="1" rowspan="1"&gt;OT_ERROR_SECURITY&amp;nbsp;&lt;/td&gt;
&lt;td class="fielddoc" colspan="1" rowspan="1"&gt;
&lt;p&gt;Security checks failed.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;pre class="" dir="ltr"&gt;&lt;span class="pun"&gt;Can you please help me in looking out for failed security checks?&lt;br /&gt;What can I possibly change to pass the security change?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/231742?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2020 16:17:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e60a92c-c309-47ac-9d1a-2cca9e39ac9e</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can find the definition of the &lt;a href="https://github.com/openthread/openthread/blob/master/include/openthread/joiner.h#L62"&gt;otJointerState type&lt;/a&gt; in OpenThread GitHub repository.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/231593?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2020 10:13:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd841f00-c6e3-4493-b671-f56058ae0e7a</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;I have got some log printed..&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;info&amp;gt; app: Joiner error: 0 (otJoinerStart return)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;info&amp;gt; app: Joiner state: 1 (otJoinerGetState return value)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What does various joiner state values indicate?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/231532?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2020 06:19:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9646e903-b49e-41f7-91d0-5425548ccdaf</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;I have tried only FTD CLI devices. I will try with MTD CLI device and let you know&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/231232?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2020 16:03:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5853d39f-ba12-4fab-9354-df47143d8ccd</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I have not been able to reproduce this yet. Have you tried both MTD and FTD CLI devices? Are you able to commission both or just FTD devices?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/231016?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2020 07:23:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73fec87f-aad8-49d5-a690-055c62461190</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;Do you have update on this?&lt;/p&gt;
&lt;p&gt;I am still stuck in the issue.&lt;/p&gt;
&lt;p&gt;However I am able to commission CLI example in the network.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/230771?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2020 06:22:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37a91aa3-e8f1-4ebb-89e4-a70e1de4753c</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;do you suggest any other method for commissioning the device ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/230729?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 18:20:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25d7e667-725d-486a-bb67-06c2d4dbf5d3</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;I am starting the commissioner at border router side having NCP updated to SDK v4.0.0, using following wpantund commands..&lt;/p&gt;
&lt;p&gt;sudo wpanctl commissioner start&lt;/p&gt;
&lt;p&gt;sudo wpanctl commissioner joiner-add &amp;quot;*&amp;quot; 180 J01NMYNET&lt;/p&gt;
&lt;p&gt;Also previous mtd version based on v2.0.0 getting commissioned on latest NCP.&lt;/p&gt;
&lt;p&gt;I am first checking the state of mtd using&lt;/p&gt;
&lt;pre&gt;otDatasetIsCommissioned,&lt;/pre&gt;
&lt;p&gt;and if it returns false then starts the joiner in mtd using&lt;strong&gt; otJoinerStart&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/230657?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 14:14:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15f99274-f27f-4041-99c1-25800891f688</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Can you describe or post a link to the process you use for commissioning the devices? Is the commissioner also updated to SDK v4.0.0, or is that running on SDK v2.0.0?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/230619?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 13:29:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd18c03b-b854-4bd7-b246-c2522ab3f127</guid><dc:creator>Bhumika</dc:creator><description>&lt;p&gt;Yes I am trying to commission them in the network.&lt;/p&gt;
&lt;p&gt;yes these nodes have been previously in the network with application based on v2.0.0&lt;/p&gt;
&lt;p&gt;Before updating, I have run nrfjprog --eraseall on device.&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t tried on FTD devices yet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mtd not getting commissioned in NRF sdk for thread an zigbee version 4.0.0</title><link>https://devzone.nordicsemi.com/thread/230608?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 13:06:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28e01184-d4d5-4596-9eda-d28f20d999be</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How do you commission the devices in the network? Do you get any errors?&lt;/p&gt;
&lt;p&gt;Have these nodes been in the network previously with the application based on Thread and Zigbee SDK v2.0.0? Did you run an &amp;quot;erase all&amp;quot; operation on the board when updating?&lt;/p&gt;
&lt;p&gt;You are able to commission FTD devices with the same approach?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>