Other Parts Discussed in Thread: CC2530
Hi,
I'm having some problems getting the CC2530 configured for the security model I need. Can anyone help?
I have some existing ZigBee End Devices which I'd like to use with a CC2530 acting as a Coordinator. If possible, I do not wish to change the firmware in the end devices to use a different security model.
On joining, the devices expect to receive the NWK key in the clear. This is working fine. However, the devices then request the trust center link key from the coordinator and never receive a response.
The request they make is APS Request Key which I can see defined in APSMEDE.h as APSME_CMD_REQUEST_KEY.
Is there an option I can enable to respond to the request?
Or, do I need to add code myself to ZStack to do it? If so, where?
Thanks.