Other Parts Discussed in Thread: MSP430F2274, Z-STACK
I'm trying to design a Zigbee wireless sensor using CC2530ZNP Mini Development Kit. The kit has two Zigbee end devices and one coordinator. The Zigbee End devices are my remote unit and the Coordinator is the host and attached to PC via USB derive. Each of these devices has MSP430F2274 MCU and CC2530ZNP Zigbee radio. I want to attach external switch to the GPIO of one of Zigbee End devices and send the status of the switch(open/Close) to the Coordinator via wireless communication using Zibee protocol and then to PC. Based on the status of the switch I need to operate external LED attached to the second End device GPIO as an output.So far I have downloaded the IAR Embedded Workbench IDE for writing code/debug/compile and Tera term to see the "hex" message on the PC virtual com port, and Z-stack which has got several examples. I feel that this would work if I modify the Z-stack programs, but I couldn't figure out which part of the Z-stack programs I need to modify. I need help.
Thanks