Thanks Ryan
Yes, I've created CCS project based on this ZED switch example
I'm using simplelink_cc13xx_cc26xx_sdk_8_31_00_11
I've updated zcl_samplesw.c with my custom board GPIO (buttons and leds) and updated zclSampleSw_processKey() with my buttons…
Hi Pavlo,
TI has not invested in non-secure Zigbee solutions for several years, and there is no official or supported solution readily available, however here are some ideas which may work with the release SimpleLink F2 SDK:
Set USE_NWK_SECURITY…
Hi liu,
Can you provide the sniffer log you captured? Can you compare the join process against your working private gateway solution? Have you made sure to reset your CC2652P to factory settings, or erased all memory and re-programmed, before attempting…
Hi Akhilesh,
You would likely need some solution similar to the ZC Cloning Application Report so that critical NV regions are pre-established through UART. The issue will be that you will have to create NV settings for each router as well as corresponding…
For backwards compatibility with Zigbee HA, set requestNewTrustCenterLinkKey to FALSE in zd_sec_mgr.c inside a Z-Stack 3.0 CC26XX project. You can import a Zigbee application example into CCS, make the necessary change, build the project, flash it to…
Hello Panagiotis,
The ZC is requesting that this ZR leave most likely because the router does not request a TC Link Key update (requestNewTrustCenterLinkKey = FALSE) which the coordinator requires (BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE = TRUE), therefore…
Hello Kalin,
Please set requestNewTrustCenterLinkKey to FALSE in ZDSecMgr.c before building the project and programming the CC2538, after which a Z-Stack 3.0 device should be able to join a Zigbee HA network while permit join is enabled.
Regards,…
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…