Other Parts Discussed in Thread: CC2538
Hello Community,
I am working on the CC1352P-2 Lauch Pad as ZNP Device with ZNP-Host-Framework Application.
So for,
I am able to join the device to the network & able to make achuation over it.
Now I wold like to get the actuation reports generated from the device.
For that I have enabled all callbacks using the MT_ZDO_MSG_CB_REGISTER = 0xFFFF
After that I am manual turning on & off the ED to generate the actuation reports.
I am able to see the reports on Snffer logs.
But there is no message printed on ZNP-Host-Framework Application side.
Also I am getting the ZDO_SRC_RTG_IND which is sent from the ED.
mtZdoSrcRtgIndCb
DstAddr: 0xFE66
RelayCount: 0x00
Note : getting same problem with CC2538 default znp code on ZNP-Host-Framework Application & able get reports using both CC1352 & CC2538 on Zigbee Linux Gateway Application.
Will you please help me to know,
1. what should I do to get the reprots sent from the ED.
2. What are the required configuration for ZNP devicce.
Regards,
Shiv Patil.