Part Number: CC2531
Hi team,
Last week i have used the CC2531ZNP-Pro-Secure_LinkKeyJoin.hex firmware as described here . The first day I was able to form a network and was able to turn on and off the device using a serial application as well as using the znp host framework.Can you please help me with below queries
1)The device joined as a router though, I could see this using znp host framework. So Is it expected that an end device can join as an router and that can have endpoints with on/off or other clusters ??
On sending the ZDO_SIMPLE_DESC_REQ . I got an ZDO_SRC_RTG_IND along with ZDO_SIMPLE_DESC_RSP where as on a end point I should receive only ZDO_SIMPLE_DESC_RSP
mtZdoSrcRtgIndCb
DstAddr: 0x8767
RelayCount: 0x00
mtZdoSimpleDescRspCb
SrcAddr: 0x8767
Status: 0x00
NwkAddr: 0x8767
Len: 0x18
Endpoint: 0x01
ProfileID: 0x0104
DeviceID: 0x0100
DeviceVersion: 0x00
NumInClusters: 0x07
InClusterList[0]: 0x0000
InClusterList[1]: 0x0003
InClusterList[2]: 0x0004
InClusterList[3]: 0x0005
InClusterList[4]: 0x0006
InClusterList[5]: 0x0B04
InClusterList[6]: 0x0B05
NumOutClusters: 0x01
OutClusterList[0]: 0x0019
2)The whole setup didn't work the next day though i didn't change anything . I have also tried SECURITY=0 that also didn't work.