Hi there,
I'm using the CC2530ZNP mini kit, and I'm very new to both uc and zigbee programming. Working with the example code provided on the wiki (http://processors.wiki.ti.com/index.php/CC2530ZDK-ZNP-MINI).
What I'm trying to do is change around the "simple applications" example so that I can send a packet of info *from* the coordinator *to* the end device. I've basically swapped over the relevant functions between the files so that the coordinator sends a message on a timer, and the end device waits for SRDY to go high to receive the message. I think my end device is working ok, but my uc is returning an error when running the coordinator. It can start the ZNP ok as a coordinator but it seems to return a load of error messages when sending the info message.
Is there something that I need to change so the coordinator can transmit? I read something about the coordinator needing to address the right end device, but since I'm only using one end device at the moment do I need this?
Thanks in advance!