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.

Zstack's SimpleApplication using EXP5438 and CC2520

Other Parts Discussed in Thread: CC2520, MSP430F5438A

Hello,

I am using Zstack's Simple application to transmit and receive 2 bytes of data via zigbee wireless network. For that I did the following,

1. After selecting SimpleCollector, build the zstack's simple application project and downloaded that image to EXP5438+CC2520 kit

2. After selecting SimpleSensor, build the zstack's simple application project and downloaded that image to another EXP5438+CC2520 kit

3. Connect the USB to Serial converter cable between SimpleCollector and PC

4. Then power-up both kits.

According to the documents now the SimpleSensor kit transmits the data, SimpleCollector receives that data and display it via serial port.

But, I did not receive any data via serial port, During debugging, SimpleSensor is not sending any data and it is always looking for binding and not transmitting any data.

Could anyone please clarify me, do I need to set any additional configuration to use this Simple application project as SimpleCollector and SimpleSensor. If any, Could anyone let me know the required setups.

Note: MSP430F5438A controller is used in both of my boards