On Sunday 14 October 2007 08:38:39 am Roberto wrote: > Hi all, > I'm developing a communication protocol which reduce the cost of energy. > In spite of this, how can I turn off the radio of my Micaz motes? > I use TinyOS 2
The ActiveMessageC component provides a SplitControl interface for turning on and off the radio. The low power listening code, if enabled, will also modulate radio power, using its own algorithm. See TEP126 for more information. Steve _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
