<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How and where to set default link keys? in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-and-where-to-set-default-link-keys/m-p/795482#M5049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;There appears to have been changes in the latest&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;v1745&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the&amp;nbsp;&lt;STRONG&gt;JN-SW-4170&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;Zigbee 3.0&amp;nbsp;&lt;/SPAN&gt;SDK that changes the way link keys are handled from previous version&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;v1518 &lt;/STRONG&gt;(I'm using the&amp;nbsp;&lt;STRONG&gt;JN-AN-1218&lt;/STRONG&gt;&amp;nbsp;Light Bulb demo application).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) TouchLink Master Key -&amp;nbsp;&lt;STRONG&gt;#define BDB_APPLICATION_DEFINED_TL_MASTER_KEY&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;bdb_options.h&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;now results in a compiler error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="background: none #f6f6f6; border-left: 2px solid #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;../../ExtendedColorLight/Build/app_zps_link_keys.o (symbol from plugin): In function `au8DistributedLinkKey':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;(.text+0x0): multiple definition of `sTLMasterKey'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;../../ExtendedColorLight/Build/App_ExtendedColorLight.o (symbol from plugin):(.text+0x0): first defined here&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;collect2.exe: error: ld returned 1 exit status&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;make: *** [../../ExtendedColorLight/Build/ExtendedColorLight_JN5168_DR1175.elf] Error 1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This logic has moved from BDB to ZigbeeCommon and the define is no longer pulled through to compile correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Default/Preconfigured Link Key -&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;BDB_vSetKeys()&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;has been removed from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;BDB_vInit()&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the release notes this has apparently been replaced with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ZPS_vSetKeys()&lt;/STRONG&gt;, however as a result there are no longer any initial calls to&amp;nbsp;&lt;STRONG&gt;ZPS_vAplSecSetInitialSecurityState()&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to set the default/preconfigured link keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) ZPS Configurator - Perhaps&amp;nbsp;initial calls to&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;ZPS_vAplSecSetInitialSecurityState()&lt;/STRONG&gt;&amp;nbsp;are no longer necessary now, and this is handled entirely in the ZPS Configurator and resulting generated code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, it seems to be impossible to configure a default link key that exists in the resulting generated code, it looks like it's trying here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="background: none #f6f6f6; border-left: 2px solid #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;PRIVATE ZPS_tsAplApsKeyDescriptorEntry s_keyPairTableStorage[4] = {&lt;BR /&gt;{ 0, 0xFFFF, { } },&lt;BR /&gt;{ 0, 0xFFFF, { } },&lt;BR /&gt;{ 0, 0xFFFF, { } },&lt;BR /&gt;{ 0, 0xFFFF, { } },&lt;BR /&gt;};&lt;BR /&gt;ZPS_tsAplApsKeyDescriptorEntry *psAplDefaultDistributedAPSLinkKey = &amp;amp;s_keyPairTableStorage[2];&lt;BR /&gt;ZPS_tsAplApsKeyDescriptorEntry *psAplDefaultGlobalAPSLinkKey = &amp;amp;s_keyPairTableStorage[3];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...even still,&amp;nbsp;&lt;STRONG&gt;psAplDefaultDistributedAPSLinkKey&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&amp;nbsp;&lt;STRONG&gt;psAplDefaultGlobalAPSLinkKey&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;aren't then used anywhere in the SDK to set&amp;nbsp;these keys in the stack.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) The&amp;nbsp;&lt;STRONG&gt;JN-UG-3113&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;refers to the setting of&amp;nbsp;&lt;STRONG&gt;ZPS_ZDO_ZLL_LINK_KEY&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but this constant no longer exists in Zigbee 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume this is now&amp;nbsp;&lt;STRONG&gt;ZPS_ZDO_DISTRIBUTED_LINK_KEY&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some advice on the above would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2018 11:46:52 GMT</pubDate>
    <dc:creator>w_ashcroft</dc:creator>
    <dc:date>2018-09-25T11:46:52Z</dc:date>
    <item>
      <title>How and where to set default link keys?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-and-where-to-set-default-link-keys/m-p/795482#M5049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;There appears to have been changes in the latest&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;v1745&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the&amp;nbsp;&lt;STRONG&gt;JN-SW-4170&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;Zigbee 3.0&amp;nbsp;&lt;/SPAN&gt;SDK that changes the way link keys are handled from previous version&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;v1518 &lt;/STRONG&gt;(I'm using the&amp;nbsp;&lt;STRONG&gt;JN-AN-1218&lt;/STRONG&gt;&amp;nbsp;Light Bulb demo application).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) TouchLink Master Key -&amp;nbsp;&lt;STRONG&gt;#define BDB_APPLICATION_DEFINED_TL_MASTER_KEY&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;bdb_options.h&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;now results in a compiler error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="background: none #f6f6f6; border-left: 2px solid #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;../../ExtendedColorLight/Build/app_zps_link_keys.o (symbol from plugin): In function `au8DistributedLinkKey':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;(.text+0x0): multiple definition of `sTLMasterKey'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;../../ExtendedColorLight/Build/App_ExtendedColorLight.o (symbol from plugin):(.text+0x0): first defined here&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;collect2.exe: error: ld returned 1 exit status&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;make: *** [../../ExtendedColorLight/Build/ExtendedColorLight_JN5168_DR1175.elf] Error 1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This logic has moved from BDB to ZigbeeCommon and the define is no longer pulled through to compile correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Default/Preconfigured Link Key -&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;BDB_vSetKeys()&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;has been removed from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;BDB_vInit()&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the release notes this has apparently been replaced with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ZPS_vSetKeys()&lt;/STRONG&gt;, however as a result there are no longer any initial calls to&amp;nbsp;&lt;STRONG&gt;ZPS_vAplSecSetInitialSecurityState()&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to set the default/preconfigured link keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) ZPS Configurator - Perhaps&amp;nbsp;initial calls to&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;ZPS_vAplSecSetInitialSecurityState()&lt;/STRONG&gt;&amp;nbsp;are no longer necessary now, and this is handled entirely in the ZPS Configurator and resulting generated code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, it seems to be impossible to configure a default link key that exists in the resulting generated code, it looks like it's trying here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="background: none #f6f6f6; border-left: 2px solid #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;PRIVATE ZPS_tsAplApsKeyDescriptorEntry s_keyPairTableStorage[4] = {&lt;BR /&gt;{ 0, 0xFFFF, { } },&lt;BR /&gt;{ 0, 0xFFFF, { } },&lt;BR /&gt;{ 0, 0xFFFF, { } },&lt;BR /&gt;{ 0, 0xFFFF, { } },&lt;BR /&gt;};&lt;BR /&gt;ZPS_tsAplApsKeyDescriptorEntry *psAplDefaultDistributedAPSLinkKey = &amp;amp;s_keyPairTableStorage[2];&lt;BR /&gt;ZPS_tsAplApsKeyDescriptorEntry *psAplDefaultGlobalAPSLinkKey = &amp;amp;s_keyPairTableStorage[3];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...even still,&amp;nbsp;&lt;STRONG&gt;psAplDefaultDistributedAPSLinkKey&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&amp;nbsp;&lt;STRONG&gt;psAplDefaultGlobalAPSLinkKey&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;aren't then used anywhere in the SDK to set&amp;nbsp;these keys in the stack.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) The&amp;nbsp;&lt;STRONG&gt;JN-UG-3113&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;refers to the setting of&amp;nbsp;&lt;STRONG&gt;ZPS_ZDO_ZLL_LINK_KEY&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but this constant no longer exists in Zigbee 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume this is now&amp;nbsp;&lt;STRONG&gt;ZPS_ZDO_DISTRIBUTED_LINK_KEY&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some advice on the above would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 11:46:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-and-where-to-set-default-link-keys/m-p/795482#M5049</guid>
      <dc:creator>w_ashcroft</dc:creator>
      <dc:date>2018-09-25T11:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: How and where to set default link keys?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-and-where-to-set-default-link-keys/m-p/795483#M5050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TouchLink Master Key -&amp;nbsp;#define BDB_APPLICATION_DEFINED_TL_MASTER_KEY&amp;nbsp;in&amp;nbsp;bdb_options.h&amp;nbsp;now results in a compiler error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3366ff;"&gt;I downloaded the latest version of the SDK and the JN-AN-1218 and removed the comment in the definition and without any further modification and I was able to compile correctly.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;2) Default/Preconfigured Link Key -&amp;nbsp;BDB_vSetKeys()&amp;nbsp;has been removed from&amp;nbsp;BDB_vInit().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the release notes this has apparently been replaced with&amp;nbsp;ZPS_vSetKeys(), however as a result there are no longer any initial calls to&amp;nbsp;ZPS_vAplSecSetInitialSecurityState()&amp;nbsp;to set the default/preconfigured link keys.&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3366ff;"&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;Maybe checking the implementation on th&lt;/SPAN&gt;&lt;SPAN style="color: #3366ff;"&gt;e &lt;/SPAN&gt;&lt;SPAN style="color: #3366ff;"&gt;PUBLIC&lt;/SPAN&gt;&lt;SPAN style="color: #3366ff;"&gt; v&lt;/SPAN&gt;&lt;SPAN style="color: #3366ff;"&gt;oid APP_vFactoryResetRecords(void), there the ZPS_vSetKeys it’s called&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3366ff;"&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;3) ZPS Configurator - Perhaps&amp;nbsp;initial calls to&amp;nbsp;ZPS_vAplSecSetInitialSecurityState()&amp;nbsp;are no longer necessary now, and this is handled entirely in the ZPS Configurator and resulting generated code?&lt;/P&gt;&lt;P&gt;Have you checked this part o f the code ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/*
 * If overriding the ZLL Master Key in the appilation,
 * define BDB_APPLICATION_DEFINED_TL_MASTER_KEY in bdb_options.h
 * otherwize the key defined in BDB\Source\touchlink\bdb_tl_common.c will be used.
 */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#ifdef BDB_APPLICATION_DEFINED_TL_MASTER_KEY&lt;/SPAN&gt;
PUBLIC tsReg128 sTLMasterKey &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0x11223344&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x55667788&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x99aabbcc&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0xddeeff00&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#endif&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 21:07:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-and-where-to-set-default-link-keys/m-p/795483#M5050</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-10-02T21:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How and where to set default link keys?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-and-where-to-set-default-link-keys/m-p/795484#M5051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Warren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever fix this. I'm getting the exact same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And unlike&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Estephania i can't build&amp;nbsp;v1008.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Jacco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2020 10:40:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-and-where-to-set-default-link-keys/m-p/795484#M5051</guid>
      <dc:creator>jacco_bezemer</dc:creator>
      <dc:date>2020-07-09T10:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: How and where to set default link keys?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-and-where-to-set-default-link-keys/m-p/795485#M5052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it working following the tip made by Matthias Brand in&amp;nbsp;&lt;A href="https://community.nxp.com/thread/521695"&gt;Howto join live Zigbee 3.0 Light network&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Not the intended way i think, but hey it works. That is, joining the Philips Hue network.&lt;/P&gt;&lt;P&gt;But&amp;nbsp;then...i ran into other problems. See&amp;nbsp;&lt;A href="https://community.nxp.com/thread/497252"&gt;https://community.nxp.com/thread/497252&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2020 20:51:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-and-where-to-set-default-link-keys/m-p/795485#M5052</guid>
      <dc:creator>jacco_bezemer</dc:creator>
      <dc:date>2020-07-09T20:51:49Z</dc:date>
    </item>
  </channel>
</rss>

