Hi , * I am using tinyos2.x - with iris motes and rf230 radio*.
1) I found that to turn off and turn on the radio the following commands are there.. command error_t turnOff<http://www.tinyos.net/tinyos-2.1.0/doc/nesdoc/iris/ihtml/tos.chips.rf230.RadioState.html#turnOff>() Moves to radio into sleep state with the lowest power consumption but highest wakeup time. command error_t turnOn<http://www.tinyos.net/tinyos-2.1.0/doc/nesdoc/iris/ihtml/tos.chips.rf230.RadioState.html#turnOn>() Goes into receive state. which are in interface *"interface RadioState" *which in turn in found in "*module RF230TestM*" component... * *... but this component file is missing in tinyos-2.x and with out that i can't turn off the radio.. Can i know if any other components with interface is available to make the same ? But these are found in /cvsroot/tinyos/tinyos-2.x-contrib/berkeley/blip-2.0/apps/tests/rf230/RF230Test Makefile RF230TestC.nc RF230TestM.nc can any one give the link to download these files ? 2 ) To set node's sleep interval command void setLocalSleepInterval<http://www.tinyos.net/tinyos-2.1.0/doc/nesdoc/iris/ihtml/tos.interfaces.LowPowerListening.html#setLocalSleepInterval>(uint16_t sleepIntervalMs) Set this this node's radio sleep interval, in milliseconds. is available in *"interface LowPowerListening" * But i could not locate the component in which it is seen.... 3) can i find similar functions for "awake "? Kindly reply... Thanks in advance .... -- Regards, S.Haripriya
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
