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.

PRE DEFINED DEVICES

Other Parts Discussed in Thread: CC2530

Hai all,

How can a cordinator can be allowed to join only predefined devices? am using cc2530 and zstack 2.5.

Thanks in advance

arun

  • I have the same question. I try to send the IEEE address of specific end device to coordinator using MT command, ZDO_MGMT_DIRECT_JOIN, but always fail to see the end device join the coordinator. Could anyone give a hand?

    Sincerely

    YK Chen

  • If you are using security you can add this functionality to ZDSecMgrDeviceValidate (ZDSecMgr.c).

    When the IEEE address (device->extAddr) doesn't match to one of your allowed IEEE addresses simply set 'status' to ZNwkUnknownDevice and the device will not be allowed to join.