<?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 Howto join live Zigbee 3.0 Light network in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984334#M8256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question similar to&amp;nbsp;&lt;A href="https://community.nxp.com/thread/485320"&gt;How and where to set default link keys?&lt;/A&gt;&amp;nbsp;from &lt;SPAN style="font-size: 11.9994px;"&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/w.ashcroft@washcroft.com"&gt;w.ashcroft@washcroft.com&lt;/A&gt;‌&lt;/SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://community.nxp.com/thread/498118"&gt;ZBPro Configuration JN-AN-1218&lt;/A&gt;&amp;nbsp;from @youpko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using JN-AN-1218 Zigbee 3.0 Light Bulb example (version &lt;SPAN style="color: #252526; background-color: #f8f8f9; font-size: 14px;"&gt;1008&lt;/SPAN&gt;) with JN-SW-4170 (version 1840) on an&amp;nbsp;JN5168 chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Build configuration is "make LIGHT=ExtendedColorLight JENNIC_CHIP_FAMILY=JN516x JENNIC_CHIP=JN5168 DR=DR1175 TRACE=1 GP_SUPPORT=1 GP_DEVICE=PROXY_BASIC TOUCHLINK=1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All compiles fine, however I am unable to joing a live network (Philips Hue).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried following the usermanual "JN-AN-1218-ZigBee-3-0-Light-Bulbs.pdf" chapter "8.1 Touchlink Preconfigured Link Key".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However on follwing step 2 (Application override key)&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#define BDB_APPLICATION_DEFINED_TL_MASTER_KEY&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;the build fails on linking.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Linking ../../ExtendedColorLight/Build/ExtendedColorLight_GpProxy_JN5168_DR1175.elf ...&lt;BR /&gt;/c/NXP/bstudio_nxp/sdk/Tools/ba-elf-ba2-r36379/bin/ba-elf-gcc -Wl,--gc-sections -Wl,-u_AppColdStart -Wl,-u_AppWarmStart -march=ba2 -mcpu=jn51xx -mredzone-size=4 -mbranch-cost=3 -fomit-frame-pointer -Os -fshort-enums -flto -nostartfiles -L../../../../sdk/JN-SW-4170/Chip/JN5168/Build -L../../../../sdk/JN-SW-4170/Chip/JN5168/Library -L../../../../sdk/JN-SW-4170/Platform/DK4/Library -L../../../../sdk/JN-SW-4170/Components/Library -Wl,--gc-sections -L../../../../sdk/JN-SW-4170/Stack/ZBPro/Build -Wl,--defsym=__stack_size=6500 -Wl,--defsym,__minimum_heap_size=2000 -TAppBuildZBPro.ld -L ../../../../sdk/JN-SW-4170/Stack/ZCL/Build/ -o ../../ExtendedColorLight/Build/ExtendedColorLight_GpProxy_JN5168_DR1175.elf -Wl,--start-group ../../ExtendedColorLight/Build/irq_JN516x.o ../../ExtendedColorLight/Build/portasm_JN516x.o ../../ExtendedColorLight/Build/port_JN516x.o ../../ExtendedColorLight/Build/app_main.o&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;../../ExtendedColorLight/Build/bdb_fb_target.o -lJPT_JN5168 -lZPSMAC_Mini_SOC_JN516x -lPWRM_JN516x -lZPSTSV_JN516x -lAES_SW_JN516x -lPDUM_JN516x -lZPSAPL_JN516x -lRandom_JN516x -lPDM_EEPROM_NO_RTOS_JN516x -lDBG_JN516x -lZPSGP_JN516x -lZPSIPAN_JN516x -lZPSNWK_JN516x -lRecal_JN516x -lMiniMac_JN516x -lMiniMacShim_JN516x -lMMAC_JN516x -lAes_JN516x -lHardwareApi_JN516x -lMicroSpecific_JN516x -lBoot_JN516x -lBoardLib_JN516x -lJPT_JN5168 -lm -Wl,--end-group -Wl,-Map,../../ExtendedColorLight/Build/ExtendedColorLight_GpProxy_JN5168_DR1175.map&lt;BR /&gt;../../ExtendedColorLight/Build/app_zps_link_keys.o (symbol from plugin): In function `au8DistributedLinkKey':&lt;BR /&gt;(.text+0x0): multiple definition of `sTLMasterKey'&lt;BR /&gt;../../ExtendedColorLight/Build/App_ExtendedColorLight.o (symbol from plugin):(.text+0x0): first defined here&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [../../ExtendedColorLight/Build/ExtendedColorLight_GpProxy_JN5168_DR1175.elf] Error 1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then went back to change it in bdb_link_keys.c as also describted in step 2.&lt;/P&gt;&lt;P&gt;It seems however that it has been moved to app_zps_link_key.c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There I changed&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;PUBLIC PUBLIC tsReg128 sTLMasterKey = {...};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I failed to joing the live network&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;* LIGHT NODE RESET *&lt;BR /&gt;***********************************************&lt;BR /&gt;APP: Entering APP_vInitResources()&lt;BR /&gt;APP: Initialising resources...&lt;BR /&gt;APP: Entering vBULB_Init()&lt;BR /&gt;APP: Entering APP_vInitialise()&lt;BR /&gt;APP_vInitialiseNode&lt;/P&gt;&lt;P&gt;Zll state 00 - E_STARTUP&lt;/P&gt;&lt;P&gt;Zll recovered state FACTORY_NEW&lt;BR /&gt;Capabilities 001f&lt;/P&gt;&lt;P&gt;R 255 G 227 B 139 L 254 Hue 0 Sat 0 X 24939 Y 24701 T 4065K M 2 On 1 OnTime 0 OffTime 0&lt;BR /&gt;Set a random pan&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;/P&gt;&lt;P&gt;Factory new start up&lt;/P&gt;&lt;P&gt;Zll state 00 - E_STARTUP&lt;BR /&gt;PDM: Capacity 13&lt;BR /&gt;PDM: Occupancy 50&lt;BR /&gt;APP: Entering BDB_vStart()&lt;BR /&gt;APP: BDB Event: 02&lt;BR /&gt;APP: BDB_eNsStartNwkSteering()&lt;BR /&gt;BDB: Disc on Ch 11 from 0x02108800&lt;BR /&gt;APP: Entering APP_vMainLoop()&lt;/P&gt;&lt;P&gt;R 255 G 200 B 85 L 254 Hue 28 Sat 169 X 27532 Y 26236 T 3333K M 2 On 1 OnTime 0 OffTime 0BDB: APP_vGenCallback [0 10]&lt;BR /&gt;BDB: vNsTryNwkJoin - index 0 of 1 Nwks&lt;BR /&gt;BDB: Try To join 4cb593ea00d8ddf3 on Ch 11&lt;BR /&gt;PDM: Segment 17 buffer wear count swap&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;BDB ZCL Event 6&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;BR /&gt;PDM: Segment 17 buffer wear count swap&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;BR /&gt;BDB: APP_vGenCallback [0 8]&lt;BR /&gt;FailedToJoin sNwkJoinFailedEvent.u8Status=173 !!!&lt;BR /&gt;BDB: vNsTryNwkJoin - index 0 of 1 Nwks&lt;BR /&gt;BDB: Try To join 4cb593ea00d8ddf3 on Ch 11&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;BR /&gt;PDM: Segment 17 buffer wear count swap&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;BR /&gt;BDB: APP_vGenCallback [0 8]&lt;BR /&gt;FailedToJoin sNwkJoinFailedEvent.u8Status=173 !!!&lt;BR /&gt;BDB: vNsTryNwkJoin - index 0 of 1 Nwks&lt;BR /&gt; BDB: No suitable network! Continue Discovery&lt;BR /&gt;BDB: Disc on Ch 15 from 0x02108800&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;BDB: APP_vGenCallback [0 10]&lt;BR /&gt;BDB: Disc on Ch 20 from 0x02108800&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;BDB ZCL Event 6&lt;BR /&gt;BDB: APP_vGenCallback [0 10]&lt;BR /&gt;BDB: Disc on Ch 25 from 0x02108800&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;BDB ZCL Event 6&lt;BR /&gt;BDB: APP_vGenCallback [0 10]&lt;BR /&gt;APP: BDB Event: 06&lt;BR /&gt;APP: BDB No Networks&lt;BR /&gt;APP: BDB No Networks -&amp;gt; Wait On 11&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;BDB ZCL Event 6&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed up by also changing&lt;/P&gt;&lt;P&gt;PUBLIC uint8 au8DistributedLinkKey[16]&amp;nbsp; = {...};&lt;/P&gt;&lt;P&gt;to the ZLL Commissioning trust centre link key but behavior stays the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_19.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101855iC661C1D449A4ECAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_19.png" alt="pastedImage_19.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With "JN-AN-1171-ZigBee-LightLink-Demo" and "JN-SW-4168" everything works fine after changing&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;s_au8ZllLnkKeyArray[16]&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp;= { ... }&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;sMasterKey&amp;nbsp;= { ... }&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what I am doing wrong?&lt;/P&gt;&lt;P&gt;Is there something else that has to be changed to join a live network?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2020 15:37:05 GMT</pubDate>
    <dc:creator>matthias_brand</dc:creator>
    <dc:date>2020-01-08T15:37:05Z</dc:date>
    <item>
      <title>Howto join live Zigbee 3.0 Light network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984334#M8256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question similar to&amp;nbsp;&lt;A href="https://community.nxp.com/thread/485320"&gt;How and where to set default link keys?&lt;/A&gt;&amp;nbsp;from &lt;SPAN style="font-size: 11.9994px;"&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/w.ashcroft@washcroft.com"&gt;w.ashcroft@washcroft.com&lt;/A&gt;‌&lt;/SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://community.nxp.com/thread/498118"&gt;ZBPro Configuration JN-AN-1218&lt;/A&gt;&amp;nbsp;from @youpko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using JN-AN-1218 Zigbee 3.0 Light Bulb example (version &lt;SPAN style="color: #252526; background-color: #f8f8f9; font-size: 14px;"&gt;1008&lt;/SPAN&gt;) with JN-SW-4170 (version 1840) on an&amp;nbsp;JN5168 chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Build configuration is "make LIGHT=ExtendedColorLight JENNIC_CHIP_FAMILY=JN516x JENNIC_CHIP=JN5168 DR=DR1175 TRACE=1 GP_SUPPORT=1 GP_DEVICE=PROXY_BASIC TOUCHLINK=1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All compiles fine, however I am unable to joing a live network (Philips Hue).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried following the usermanual "JN-AN-1218-ZigBee-3-0-Light-Bulbs.pdf" chapter "8.1 Touchlink Preconfigured Link Key".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However on follwing step 2 (Application override key)&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#define BDB_APPLICATION_DEFINED_TL_MASTER_KEY&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;the build fails on linking.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Linking ../../ExtendedColorLight/Build/ExtendedColorLight_GpProxy_JN5168_DR1175.elf ...&lt;BR /&gt;/c/NXP/bstudio_nxp/sdk/Tools/ba-elf-ba2-r36379/bin/ba-elf-gcc -Wl,--gc-sections -Wl,-u_AppColdStart -Wl,-u_AppWarmStart -march=ba2 -mcpu=jn51xx -mredzone-size=4 -mbranch-cost=3 -fomit-frame-pointer -Os -fshort-enums -flto -nostartfiles -L../../../../sdk/JN-SW-4170/Chip/JN5168/Build -L../../../../sdk/JN-SW-4170/Chip/JN5168/Library -L../../../../sdk/JN-SW-4170/Platform/DK4/Library -L../../../../sdk/JN-SW-4170/Components/Library -Wl,--gc-sections -L../../../../sdk/JN-SW-4170/Stack/ZBPro/Build -Wl,--defsym=__stack_size=6500 -Wl,--defsym,__minimum_heap_size=2000 -TAppBuildZBPro.ld -L ../../../../sdk/JN-SW-4170/Stack/ZCL/Build/ -o ../../ExtendedColorLight/Build/ExtendedColorLight_GpProxy_JN5168_DR1175.elf -Wl,--start-group ../../ExtendedColorLight/Build/irq_JN516x.o ../../ExtendedColorLight/Build/portasm_JN516x.o ../../ExtendedColorLight/Build/port_JN516x.o ../../ExtendedColorLight/Build/app_main.o&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;../../ExtendedColorLight/Build/bdb_fb_target.o -lJPT_JN5168 -lZPSMAC_Mini_SOC_JN516x -lPWRM_JN516x -lZPSTSV_JN516x -lAES_SW_JN516x -lPDUM_JN516x -lZPSAPL_JN516x -lRandom_JN516x -lPDM_EEPROM_NO_RTOS_JN516x -lDBG_JN516x -lZPSGP_JN516x -lZPSIPAN_JN516x -lZPSNWK_JN516x -lRecal_JN516x -lMiniMac_JN516x -lMiniMacShim_JN516x -lMMAC_JN516x -lAes_JN516x -lHardwareApi_JN516x -lMicroSpecific_JN516x -lBoot_JN516x -lBoardLib_JN516x -lJPT_JN5168 -lm -Wl,--end-group -Wl,-Map,../../ExtendedColorLight/Build/ExtendedColorLight_GpProxy_JN5168_DR1175.map&lt;BR /&gt;../../ExtendedColorLight/Build/app_zps_link_keys.o (symbol from plugin): In function `au8DistributedLinkKey':&lt;BR /&gt;(.text+0x0): multiple definition of `sTLMasterKey'&lt;BR /&gt;../../ExtendedColorLight/Build/App_ExtendedColorLight.o (symbol from plugin):(.text+0x0): first defined here&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [../../ExtendedColorLight/Build/ExtendedColorLight_GpProxy_JN5168_DR1175.elf] Error 1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then went back to change it in bdb_link_keys.c as also describted in step 2.&lt;/P&gt;&lt;P&gt;It seems however that it has been moved to app_zps_link_key.c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There I changed&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;PUBLIC PUBLIC tsReg128 sTLMasterKey = {...};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I failed to joing the live network&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;* LIGHT NODE RESET *&lt;BR /&gt;***********************************************&lt;BR /&gt;APP: Entering APP_vInitResources()&lt;BR /&gt;APP: Initialising resources...&lt;BR /&gt;APP: Entering vBULB_Init()&lt;BR /&gt;APP: Entering APP_vInitialise()&lt;BR /&gt;APP_vInitialiseNode&lt;/P&gt;&lt;P&gt;Zll state 00 - E_STARTUP&lt;/P&gt;&lt;P&gt;Zll recovered state FACTORY_NEW&lt;BR /&gt;Capabilities 001f&lt;/P&gt;&lt;P&gt;R 255 G 227 B 139 L 254 Hue 0 Sat 0 X 24939 Y 24701 T 4065K M 2 On 1 OnTime 0 OffTime 0&lt;BR /&gt;Set a random pan&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;/P&gt;&lt;P&gt;Factory new start up&lt;/P&gt;&lt;P&gt;Zll state 00 - E_STARTUP&lt;BR /&gt;PDM: Capacity 13&lt;BR /&gt;PDM: Occupancy 50&lt;BR /&gt;APP: Entering BDB_vStart()&lt;BR /&gt;APP: BDB Event: 02&lt;BR /&gt;APP: BDB_eNsStartNwkSteering()&lt;BR /&gt;BDB: Disc on Ch 11 from 0x02108800&lt;BR /&gt;APP: Entering APP_vMainLoop()&lt;/P&gt;&lt;P&gt;R 255 G 200 B 85 L 254 Hue 28 Sat 169 X 27532 Y 26236 T 3333K M 2 On 1 OnTime 0 OffTime 0BDB: APP_vGenCallback [0 10]&lt;BR /&gt;BDB: vNsTryNwkJoin - index 0 of 1 Nwks&lt;BR /&gt;BDB: Try To join 4cb593ea00d8ddf3 on Ch 11&lt;BR /&gt;PDM: Segment 17 buffer wear count swap&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;BDB ZCL Event 6&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;BR /&gt;PDM: Segment 17 buffer wear count swap&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;BR /&gt;BDB: APP_vGenCallback [0 8]&lt;BR /&gt;FailedToJoin sNwkJoinFailedEvent.u8Status=173 !!!&lt;BR /&gt;BDB: vNsTryNwkJoin - index 0 of 1 Nwks&lt;BR /&gt;BDB: Try To join 4cb593ea00d8ddf3 on Ch 11&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;BR /&gt;PDM: Segment 17 buffer wear count swap&lt;BR /&gt;PDM: Segment 11 buffer wear count swap&lt;BR /&gt;BDB: APP_vGenCallback [0 8]&lt;BR /&gt;FailedToJoin sNwkJoinFailedEvent.u8Status=173 !!!&lt;BR /&gt;BDB: vNsTryNwkJoin - index 0 of 1 Nwks&lt;BR /&gt; BDB: No suitable network! Continue Discovery&lt;BR /&gt;BDB: Disc on Ch 15 from 0x02108800&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;BDB: APP_vGenCallback [0 10]&lt;BR /&gt;BDB: Disc on Ch 20 from 0x02108800&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;BDB ZCL Event 6&lt;BR /&gt;BDB: APP_vGenCallback [0 10]&lt;BR /&gt;BDB: Disc on Ch 25 from 0x02108800&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;BDB ZCL Event 6&lt;BR /&gt;BDB: APP_vGenCallback [0 10]&lt;BR /&gt;APP: BDB Event: 06&lt;BR /&gt;APP: BDB No Networks&lt;BR /&gt;APP: BDB No Networks -&amp;gt; Wait On 11&lt;BR /&gt;APP: BDB Event: 01&lt;BR /&gt;BDB ZCL Event 6&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed up by also changing&lt;/P&gt;&lt;P&gt;PUBLIC uint8 au8DistributedLinkKey[16]&amp;nbsp; = {...};&lt;/P&gt;&lt;P&gt;to the ZLL Commissioning trust centre link key but behavior stays the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_19.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101855iC661C1D449A4ECAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_19.png" alt="pastedImage_19.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With "JN-AN-1171-ZigBee-LightLink-Demo" and "JN-SW-4168" everything works fine after changing&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;s_au8ZllLnkKeyArray[16]&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp;= { ... }&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;sMasterKey&amp;nbsp;= { ... }&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what I am doing wrong?&lt;/P&gt;&lt;P&gt;Is there something else that has to be changed to join a live network?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:37:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984334#M8256</guid>
      <dc:creator>matthias_brand</dc:creator>
      <dc:date>2020-01-08T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Howto join live Zigbee 3.0 Light network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984335#M8257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also I noticed that if I dump the&amp;nbsp;sBDB key register the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;pu8DefaultTCLinkKe&lt;/STRONG&gt;y seems to be garbled at the beginning.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;pu8DefaultTCLinkKey: &lt;STRONG&gt;00 00 ff ff&lt;/STRONG&gt; 5a 69 67 42 65 65 41 6c 6c 69 61 6e&lt;BR /&gt;pu8DistributedLinkKey: 81&amp;nbsp;...TOUCHLINK_CERTIFICATION_LINK_KEY&lt;BR /&gt;pu8PreConfgLinkKey: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00&lt;BR /&gt;pu8TouchLinkKey: 9f&amp;nbsp;...TOUCHLINK_CERTIFICATION_ENC_KEY&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the&amp;nbsp;&lt;STRONG&gt;pu8TouchLinkKey&lt;/STRONG&gt; is only set to the correct key if I override&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;PUBLIC tsReg128 sTLCertKey = {0x9f....};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also not sure if&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;pu8PreConfgLinkKey is okay as it is.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2020 20:32:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984335#M8257</guid>
      <dc:creator>matthias_brand</dc:creator>
      <dc:date>2020-01-09T20:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Howto join live Zigbee 3.0 Light network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984336#M8258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthias, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to clarify, are you having trouble joining your device to a pre-existing network? Or is the issue directly with Touchlink?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the issue is with touchlink, could you please check if the following definition was properly added to the zcl_options.h header file:&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="property macro token"&gt;#define TL_SUPPORTED_KEYS ( TL_MASTER_KEY_MASK )&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&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;Then, the ZigBee-supplied key for Touchlink must be copied to the bdb_link_keys.c source file so it's available to all applications using the BDB component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 17:23:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984336#M8258</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-01-13T17:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Howto join live Zigbee 3.0 Light network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984337#M8259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I want to do is to join an existing Philips Hue network.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I start the pairing on the Bridge&lt;/LI&gt;&lt;LI&gt;Switch on the JN5168 Chip and it's immediately&amp;nbsp;found by the Bridge&lt;/LI&gt;&lt;LI&gt;Bridge starts sending the Transport key.&lt;/LI&gt;&lt;LI&gt;Based on my trace with wireshark I know that it is encrypted with "&lt;SPAN style="color: #51626f; background-color: #f6f6f6;"&gt;81&amp;nbsp;...TOUCHLINK_CERTIFICATION_LINK_KEY"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;JN5168 receives it, but throws error&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #f6f6f6;"&gt;FailedToJoin sNwkJoinFailedEvent.u8Status=173 !!!.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So somehow I am missing the correct place in the code to add this&lt;SPAN style="color: #51626f; background-color: #f6f6f6;"&gt; "&lt;SPAN&gt;81&amp;nbsp;...TOUCHLINK_CERTIFICATION_LINK_KEY&lt;/SPAN&gt;" key.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #f6f6f6;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With "JN-AN-1171-ZigBee-LightLink-Demo" and "JN-SW-4168" everything works fine after changing.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #cccccc; font-size: 14px; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;s_au8ZllLnkKeyArray[16]&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;= { &lt;SPAN style="color: #51626f; background-color: #f6f6f6;"&gt;81&amp;nbsp;...TOUCHLINK_CERTIFICATION_LINK_KEY&lt;/SPAN&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Any idea what I am missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2020 15:31:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984337#M8259</guid>
      <dc:creator>matthias_brand</dc:creator>
      <dc:date>2020-01-18T15:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Howto join live Zigbee 3.0 Light network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984338#M8260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthias,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When allowing a device to join the network, you should see a Management permit join, and before that, a Beacon showing if there's space for new routers or end devices in the network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please let me know which channel are you using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the method for network joining by using touchlink? Or is it by Install code or by using the ZigBee Alliance key?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, could you please attach the full sniffer log to your reply?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 17:23:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984338#M8260</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-01-21T17:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Howto join live Zigbee 3.0 Light network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984339#M8261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the trace I see the "Permit Join Request" and the "Beacon Request", I also see the transmission of the "Transport Key". It seems that my JN5168 does not want to respond to that "Transport Key" transmission due to "FailedToJoin sNwkJoinFailedEvent.u8Status=173 !!!".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97288iC3ED9D5397E8E34F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ch 11 exclusively on all network nodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can open Google Drive Links. I also added a trace of different lamp with a JN5169 chip (Not my SW) inside for which pairing works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/open?id=1nNMyy3Q83ghKlfKF1TnPlgFIfUHMJKNH"&gt;pairing_jn5169_paulmann_successfull.pcapng&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1bQEt2EpFdGnLToajVNY6jNTOqA9zWWeI/view?usp=sharing"&gt;pairing_jn5168_own_failed.pcapng&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the traces in Wireshark I can see that the Zigbee Light Link Commissioning Key is used. Don't want to print it here, but you can find it on the web. For example&amp;nbsp;&lt;A href="https://peeveeone.com/?p=166"&gt;here&lt;/A&gt;.&amp;nbsp;*cough**&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw. really delighted that you support me. :-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 18:28:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984339#M8261</guid>
      <dc:creator>matthias_brand</dc:creator>
      <dc:date>2020-01-21T18:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Howto join live Zigbee 3.0 Light network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984340#M8262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthias,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please let me know which device is functioning as the trust center of your network? I noticed you don't have a coordinator present in the network by checking your sniffer log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 17:15:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984340#M8262</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-01-22T17:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Howto join live Zigbee 3.0 Light network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984341#M8263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0xF376 is responsible for allowing new devices into the network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 17:40:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984341#M8263</guid>
      <dc:creator>matthias_brand</dc:creator>
      <dc:date>2020-01-22T17:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Howto join live Zigbee 3.0 Light network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984342#M8264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was now finally able to join the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that there is a unfortunate error in the doucmentation.&lt;/P&gt;&lt;P&gt;Application Note JN-UG-3113 states in chapter 5.8.3 "Setting Up ZigBee Security":&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;zps_vAplSecSetInitialSecurityState(), which must be called before&lt;BR /&gt;zps_eAplAfInit() and zps_eAplZdoStartStack() - see Section 5.1.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;However that does not work, keys are ignored on calling &lt;SPAN style="background-color: #f6f6f6;"&gt;zps_eAplAfInit()&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The keys have to be set AFTER&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;zps_eAplAfInit()!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/* Initialise ZBPro stack */&lt;BR /&gt; ZPS_eAplAfInit();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZPS_vAplSecSetInitialSecurityState(ZPS_ZDO_PRECONFIGURED_LINK_KEY, (uint8 *)&amp;amp;au8PhilipsLinkKey, 0x00, ZPS_APS_GLOBAL_LINK_KEY);&lt;/P&gt;&lt;P&gt;ZPS_vAplSecSetInitialSecurityState(ZPS_ZDO_DISTRIBUTED_LINK_KEY, (uint8 *)&amp;amp;au8DefaultTCLinkKey, 0x00, ZPS_APS_GLOBAL_LINK_KEY);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That took a frustrating amount of time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could cross check and fix the application note. ;-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2020 21:09:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984342#M8264</guid>
      <dc:creator>matthias_brand</dc:creator>
      <dc:date>2020-01-27T21:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Howto join live Zigbee 3.0 Light network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984343#M8265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hi Matthias,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's good to hear that you could join the network!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your feedback, we will take a look at the document you referred to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you have further issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2020 16:18:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/984343#M8265</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-01-28T16:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Howto join live Zigbee 3.0 Light network</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/1824616#M16819</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151703"&gt;@Sebastian_Del_Rio&lt;/a&gt;&amp;nbsp;Was setting the key BEFORE&amp;nbsp;&lt;SPAN&gt;zps_eAplAfInit()&lt;/SPAN&gt;&amp;nbsp;indeed the problem?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2024 19:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Howto-join-live-Zigbee-3-0-Light-network/m-p/1824616#M16819</guid>
      <dc:creator>Larz</dc:creator>
      <dc:date>2024-03-10T19:25:59Z</dc:date>
    </item>
  </channel>
</rss>

