Hello,
ZC - Zigbee Coordinator
ZR - Zigbee Router
ZED - Zigbee End Device
ZHA - Zigbee Home Automation
Right now I am working on ZNP protocol. My application is to control LED light(On/Off,Dimming) connected to ZR. I am using Anaren module A2530 for as a ZNP controller and Host processor MSP430 to control A2530. MSP430 control A2530.
Now I want to support ZHA devices in my application along with ZNP protocol. I have download a ZHA_stack_1.2.2 hex file from internet and load it in A2530 module. A2530 start zigbee network when MSP send start Zigbee network request but my any ZR device is not able to connect it in spite of finding PAN ID of network. I have use default Trust Center Link key {0x5A, 0x69, 0x67, 0x42, 0x65, 0x65, 0x41, 0x6C, 0x6C, 0x69, 0x61, 0x6E, 0x63, 0x65, 0x30, 0x39} to at both site, ZC and ZR.
I don't understand what is left. So please help me.