Part Number: LAUNCHXL-CC1352P This is a continuation of a related thread.
I have a CC1352P-2 LaunchPad, Simplelink_cc13x2_26x2_sdk version 3.20.0.68, My project is based on the zed_switch example project.
I'm sending several Zigbee messages in a row…
Part Number: LAUNCHXL-CC1352P I have a CC1352P -2 LaunchPad, Simplelink_cc13x2_26x2_sdk version 3.20.0.68, My project is based on the zed_switch example project.
I'm sending several Zigbee messages in a row to my coordinator, using the Zstackapi_AfDataReq…
I can't help with the nRF Sniffer device, here are TI resources for sniffing solutions . It sounds like you have the correct tools and setup, perhaps the NWK key transport was not correctly detected by the sniffer device or Wireshark software. You can…
Hi Damon,
Damon Stewart said: The most recent AF_DataRequest() return status was SUCCESS. So the application is sending messages when it should, and the stack is responding with a SUCCESS status, even though they are never seen in the sniffer capture…
Hi Ryan,
1, SDK: simplelink_cc13xx_cc26xx_sdk_7_41_00_17
2, The zb example does not have the transparent transfer function I need and I cannot use the example to test.
3, The packet interval not affect behavior, I tries to increase the interval…
Sorry for the fragmented post in many parts.
So, when I click Discover Zone here then zclSampleCIE_ProcessIncomingMsg receives a 0x91 zstackmsg_CmdIDs_AF_DATA_CONFIRM_IND message what has no handler implemented. That happens a couple of times during…
Hello Dylan,
Here is a quick link to the Zigbee Fundamental Project Development SLA for easy reference. The End-to-End Acknowledgements section of the Z-Stack User's Guide provides instructions for receiving zstackmsg_CmdIDs_AF_DATA_CONFIRM_IND which…
Hello Nico,
Please provide more context for optimal support. What TI Zigbee device and software solution (provide version) are you using? Do you have a sniffer device set up to view the over-the-air packets? Have you already reviewed the Z-Stack documentation…
Part Number: CC1352R Other Parts Discussed in Thread: Z-STACK
I can check APS ACK for APS Data frame with zstackmsg_CmdIDs_AF_DATA_CONFIRM_IND, but what about the APS ACK for APS Command Frame?
I'd like to check messages APS ACK during commissioning…
I have some questions:
1. Where should I configure the end-to-end acknowledgements, zc_sw, zr_light or both?
2. What should I do inside "if" in this code segment? Could you provide an example?
case zstackmsg_CmdIDs_AF_DATA_CONFIRM_IND :
{
zstackmsg_afDataConfirmInd_t…