This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2530 + Zstack

Other Parts Discussed in Thread: CC2530, Z-STACK

Hi

I am working with CC2530 modules and SimpleApp example from Zstack. Have tryed working with Zstack 2.2.0 and 2.5.0 . In both of the  stacks observing strange behavior :

 

1. When the collector (Coordinator) shuts down and then power up again , the Sensor (Enpoint)  is unable to re-join the network , unless I call ZDApp_Init

2. Tryed to esteblish data communication from Collector to the sensor , following instructions in "Z-Stack Simple API.pdf" , have added and registered  Input command on Sensor and output command on Collector. Sending data from collector to address 0xFFFE and not getting anything on sensor side , while collector gets all the data from sensor as expected.

 

Please advice