tags:

views:

11

answers:

0

I’m trying to combine the attached two projects into one single project (available here and here). Basically, the receiver project is modified from the ParrotPacket example. I would like it to behave as normal initially once the power switch is turned on for the micaz motes. After 10 seconds from the mote stop receiving packets from another transmitter, I would like the mote to flush the stored packets using the BlinkToRadio mechanism. However, as I have noticed the resource usage conflicts in the some components (MainC, LedsC, Timer0, ActiveMessageC, etc.), I’m lost on what I should do in order to address this problem, as well as changing some of the implementation between those two projects to do what I want. It would be great to hear your suggestions on strategies to go about that, as the mote is acting very strange when trying to perform both tasks concurrently. Thanks in advance.