Hello all,

I am working with MICAz on TinyOS 2.0.
I have compiled and tested the TestLPL program that comes with TinyOS
2.0. I have also compiled the EasyCollection program which seems to
work.

How do I use LPL with Collection? If possible I would like to modify
EasyCollection to use low power listening. The TestLPL program calls
LowPowerListening.setRxSleepInterval(&packet, sendInterval); before a
packet is sent (to modify it and add a preamble, I assume). From what I
understand Collection abstracts the simple send, so if I call
setRxSleepInterval before passing it to the Collection module the
Collection module won't understand it. I have tried this, and packets
don't get through, whereas they do if I leave LPL switched off. Do I
need to modify the code for Collection, so it calls setRxSleepInterval
before it passes the packet down the line?

I would appreciate a broad outline of the steps to achieve this or a
link to a program that already does it. 

Thanks in advance,
>From Stacy Walker.

(BTW: Thanks Miguel and David for the interesting discussion on MAC with
CC2420. Any documentation other than the source files would be useful). 

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to