Other Parts Discussed in Thread: CC2531, Z-STACK
Tool/software: WEBENCH® Design Tools
Hello.
I have my own development on cc2531. I'm trying to start a network from one coordinator and a router using examples in the directory Texas Instruments\Z-Stack 3.0.1\Projects\zstack\HomeAutomation. I have corrected the project and the devices are connected to each other (event ZDO_NEW_DEVICE received and process), but the data exchange does not happen when the function zclGeneral_SendOnOff_CmdToggle( SAMPLESW_ENDPOINT, &zclSampleSw_DstAddr, FALSE, 0 ); is called. There is a simple example where two devices communicate on a timer? Thanks.