This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I have cc2538-cc2592 emk as coordinator(z-stack 3.0) and cc2650emk as end device (z-stack 1.2.2a).
End device joins the network but the coordinator removes the end after joining.what can be the issue.
please find attached sniffer log.end device leave.rar
You must allow legacy devices to join your Zigbee 3.0 network, they are being rejected because of the new Zigbee 3.0 security scheme. You can allow legacy devices to join by setting BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE to FALSE in bdb_interface.h
You can read more about the changes in Zigbee 3.0 here:
http://processors.wiki.ti.com/index.php/What%27s_New_in_ZigBee_3.0
I found the below mentioned post helpful
after setting BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE to FALSE on ZC(z-stack 3.0) ,end device stays in the network but now z-stack 3.0 router is not joining the network.
the router does not sends association request.
previously it was able to join the network.
i have also tried with setting BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE to FALSE on ZR(z-stack 3.0) But still it(ZR) does NOT joins network