Other Parts Discussed in Thread: TIMAC , Z-STACK , CC2538 I'm trying to send a packet to an end device but the APSDE_DataReq funztion return an error code 0xC2.
What does it mean?
I used CC2538EM, Please help me how to figure out the error?
BR…
Hi all,
When i am using af_datarequest(), some times i am getting return value 0xc2.
and the packet is not sent over air. what could be the reason?
Thanks in advance,
Mahesh kv
I have a sleeping end device set to sleep mode after losing a network by using ZDApp_StopJoiningCycle() .
after wake up by user, it runs ZDApp_StartJoiningCycle().
The wired things is the end device never start to release a beacon to rejoin the network…
Hi,
I found the following article. https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/390470/in-what-condition-function-nlme_networkdiscoveryrequest-will-return-znwkinvalidrequest
It was noted…
Part Number: CC2652P7 Hi team,
Here's the request from the customer:
Now customer need to determine the package type of the flash. The product application scenario needs to be above 105 degrees Celsius, than GD's GD25Q80CE2GR is selected.
Customer…
Part Number: CC2652P Other Parts Discussed in Thread: Z-STACK , SYSCONFIG , UNIFLASH , CC1352P Hi
I made my own Zigbee coordinator based on CC2652P.
Several devices worked correctly and were deployed on the objects. Today I tried to make the next…
Also one more question.
My coordinator end point is 0xC2 0x01. i am reading the coordinator end point address as below
uint8 co_endpt;
co_endpt = ZDP_ActiveEPReq(&destAddr, COORDShortAddr, FALSE);
I am getting co_endpt = 0xC2 but my device is…
Hey le_top,
Monitor and Test API packets are formatted as such:
SOF | LEN | CMD0 | CMD1 | DATA | FCS
Where SOF is 0xFE and LEN contains the number of DATA bits. In all of the DATA_REQUEST_EXT ZNP responses it can be observed that DATA is 0x02 which…