Hey Matt,
Any SIMPLELINK-CC13XX-CC26XX-SDK device which supports Z-Stack (those listed included) uses the Zigbee 3.0 Specification which is backwards compatible with legacy Zigbee Home Automation and Zigbee Light Link Specifications.
A ZigBee Light…
Zigbee 3.0 is backwards compatible with Z-Stack HA 1.2 if TC Link Keys are enabled (i.e. requestNewTrustCenterLinkKey = FALSE) but distributed networks are not supported prior to Zigbee 3.0. Removing ZSTACK_SECURITY would break Z-Stack operation. Nevertheless…
Hi Ryan
more experiments Coordinator CC2652P SDK 6.30 based on ZNP_CC1352P_2_LAUNCHXL Changes: zgAllowRejoinsWithWellKnownKey = TRUE; zgChildAgingEnable = FALSE;
EndDevice CC2652RB SDK 6.30 based on zed_temperaturesensor_LP_CC2652RB Changes: requestNewTrustCenterLinkKey…
A quick explanation of Trust Center Link Key updates is provided in SWRA615 . They are automatically implemented by Z-Stack 3.0.2 ZEDs unless requestNewTrustCenterLinkKey (defined in ZDSecMgr.c) is set to FALSE (not the default value), this would only…
Hello Claudio,
Simply noting that the Z-STACK-ARCHIVE Mesh 1.0.0 and Z-Stack 3.0.2 solutions have GenericApp examples, and Z-Stack 3.0.2 devices can join a Z-Stack HA network if requestNewTrustCenterLinkKey is set to FALSE. So you could reference or…
Hello Shiv,
You either have to update the ZNP-Host-Framework Application to handle TC Link Key Update Requests from the ZED (i.e. updating to Zigbee 3.0 Spec capabilities) or modify the ZED to not require a TCLK key exchange from the ZC (define TP2_LEGACY_ZC…
Hi Kevin,
This should be possible due to Zigbee interoperability so long as the Philips gateway does not require that only specific devices can be connected. You should contact Philips for more information concerning their solution. However, you will…
Hi Richard,
Do you have a sniffer device available to view what is happening over-the-air? Have you configured the primary channel mask inside the Z-Stack project's SysConfig (Z-Stack -> Radio -> Primary Channels) to match that of your existing network…
Hello RN,
You should not need to increase APS_MAX_GROUPS or NWK_MAX_BINDING_ENTRIES drastically for this application, and if you intend to add more than ZDSECMGR_TC_DEVICE_MAX devices to the network as well then at some point you will need to increase…