Part Number: LAUNCHXL-CC26X2R1 Hello, I would like to send data from the coordinator to one device using AF_DATA_REQUEST. However, I see nothing when capturing on my channel (I see other data, so the channel/capture is correct, just not when I would like…
Other Parts Discussed in Thread: CC2531EMK Hi,
The title says it all, but let me be more precise.
I have a Sonoff Dongle With a CC2562P MCU On it and a CP210X USB-To-UART Bridge.
I have this function I wrote which Sends an AF_DATA_REQUEST regarding a…
Part Number: CC2530 Other Parts Discussed in Thread: CC2531 Hello, I am developing an application that communicates from a host to a CC2530 through UART. I configure it as a coordinator to receive data from security sensors (magnetic door sensor, movement…
Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK , I use CC2530 Z-Stack 3.0.1 ZNP to start a network as a coordinator. Two smart plug devices and one light sensor device are connected to the network. I can turn on/off the smart plug by issuing…
Part Number: CC2531 Other Parts Discussed in Thread: Z-STACK , We are seeing an error returned when trying to send a ZCL packet using AF_DATA_REQUEST. The method works fine when sending a ZDO message, but returns error code 2 for ZCL.
22:45:33.470 DEBUG…
Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK Hello, i have a zigbee network with about 10 routers with ZStack 3.0.1 connected to a CC2530 ZNP coordinator. The coordinator sends periodically (about every 5 minutes) some zcl read/write attribute…
Hi Ondrej,
You would use the AF_REGISTER Monitor and Test API to register the on/off cluster at a valid endpoint, then AF_DATA_REQUEST whose data replicates the structure of ZCL on/off commands. Here are some relevant E2E threads,
https://e2e.ti.com/f/1…
Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK Hi! I try to send data from EndDevice to Coordinator with AF_DATA_REQUEST message via my custom cc2530 ZNP board. But Coordinator does not trigger AF_INCOMING_MSG callback. I have 3 ZNP devices…
Hi qd,
It is possible to utilize the Monitor and Test (MT) API to establish the ZNP device type as a Zigbee End Device (ZED) and join a pre-configured network. Here is a blog post for such a setup, where you would change the ZR instructions to use ZCD_NV_LOGICAL_TYPE…
Part Number: CC2530 Hi friends
I have connect a ZC to a ZED, now i want to send 5 byte data from coordinator to ZED. for starting i use z-tool to send packets. I have many question but it'll be usefull if you answer just one of them too :)
1- What…