Hi. I'm trying to create a ZigBee system which would do the folowing -
by the interrupt at a node some bytes should be sent to the sink
connected to PC, PC shows the bytes in Hyper Terminal.
For the base I took ZASA.
Is that right that by setting halEventFlags |= 1 in the Interrupt routine I can trigger the ZigBee
data transmission to the sink?
I just want to block the periodic reports and trigger the report transmission by the interrupt
on port1 or port 2.
Could anyone help me how to do it in the optimal way?
Or maybe someone has detailed documentation on ZASA? The one I downloaded from TI
doesnt contain enough information on how exactly the system works, which parameters and
flags are used.
And what I would really be happy to get is a self contained walkthrough for creation of
ZigBee communication - just a simple data transmit/receive.
So if anyone could share some information and help me in this - I would greatly appreciate
any assistance.
Thank you very much.