Thank you so much for your help I update code to #define BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE FALSE Verify the change with sniffer, Still have the auto Disconnect issue attached is sniffer log Coord-disconnect4-TC_REQUIRE_KEY_EXCHANGE-False-.psd
Would…
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…
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 Halil,
If using a Z-Stack 3.0 coordinator then please make sure that BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE is set to FALSE in the bdb_interface.h file. You could also reference the older Z-STACK-ARCHIVE solutions if necessary, however the CC2530…
Yes Mr Yk, in the last test at this morning I have changed BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE from 1 to 0 and nothing was changed, than I decided to reinstall again! Now the BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE defaults to 0!
thanks a lot Mr. YK!
…
Hi Krishna,
Limiting ZDSECMGR_TC_DEVICE_MAX will work only if Zigbee 3.0 devices are joining, however it will not apply for Zigbee HA 1.2 nodes or other legacy specifications which join. You could set BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE to TRUE but…
If the Leave Request now occurs about five seconds after association and there is no TCLK Update Request, you will need to make sure that BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE on the ZC is FALSE.
Regards, Ryan
Z-Stack 3.0 is interoperable with Z-Stack HA 1.2.2a so long as BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE is set to FALSE (i.e. define TP2_LEGACY_ZC)
Regards, Ryan
Hello YiKai Chen ,
I am not able to understand your point, will you please eloborate your question?.
I am using default version of all type of software applications.
I found that,
In CC1352 znp application BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE…
Thanks Ryan and all experts for supporting.
Yes, the pairing issue on Centralite Door Sensor can be solved when BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE was set to FALSE.
But this is using Z-Stack 3.0.2 instead of 3.0.1. Z-Stack 3.0.1 still not working…