Other Parts Discussed in Thread: Z-STACK
Hello All,
I am trying to learn Zigbee HA applications with the help of CC2650.
I would like to communicate between two CC2650(One as End device other one as Coordinator(ZNP+Ztool))
With the help of Zstack documents and some answers from this forum I am able to set up below test environment.
1. Sample Switch (CC2650 End Device) :
I have flashed "Sample Switch" application in this device in LCD screen able to see below lines
"Up : ToggleLight"
"Rt : EZ-Mode"
"Select: Main"
2. Sample Light (Ztool+ZNP) :
- I have flashed "znp_coordinator_pro.hex"
- In Ztool script window executed "znp-bringup.zjs" with proper COM port changes.
- in Ztool, I have given ZB_PERMIT_JOINING_REQUEST with time-out value as 0xFF(Allow always for joining)
- in Ztool , I have given UTIL_GET_DEVICE_INFO and the response was
<TX>07:30:03.86 COM35 UTIL_GET_DEVICE_INFO (0x2700)
<RX>07:30:03.88 COM35 UTIL_GET_DEVICE_INFO_RESPONSE (0x6700)
Status: SUCCESS (0x0)
IEEEAddr: 0x00124B0007BAC004
ShortAddress: 0x0000
DeviceType: COORDINATOR (0x1)
DeviceState: DEV_ZB_COORD (0x9)
NumAssocDevices: 0x00
AssocDevicesList
Could I assume that Zigbee Coordinator is successfully started?
Can anyone help me to make communication between end device and Coordinator?