[Tinyos-help] Switching radio on/off

2007-10-04 Thread Nelisse, M.W. (Martin)
Hello everybody, We are working on an outdoor WSN application, which should collect data from one or more motes in the field to a single mote connected to a computer. This mote has no power restrictions (powered via USB connection), however the motes in the field do have power restrictions. Curren

RE: [Tinyos-help] Switching Radio on/off

2007-08-17 Thread David Moss
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hassan Naqvi Sent: Friday, August 17, 2007 2:16 AM To: tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] Switching Radio on/off Hi All! I am working on a WSN for indoor environment monitoring. I want to make every senor should send the

Re: [Tinyos-help] Switching Radio on/off

2007-08-17 Thread Ittipong Khemapech
RxSleepInterval(&myMsg, x); where myMsg is the >message_t you're about to send, and x is the receiver's receive check >interval. > > > > -David > > > > > ------ > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Hassan Naqvi > *Sent

RE: [Tinyos-help] Switching Radio on/off

2007-08-17 Thread David Moss
d x is the receiver's receive check interval. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hassan Naqvi Sent: Friday, August 17, 2007 2:16 AM To: tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] Switching Radio on/off Hi All!

[Tinyos-help] Switching Radio on/off

2007-08-17 Thread Hassan Naqvi
Hi All! I am working on a WSN for indoor environment monitoring. I want to make every senor should send the sensed data when there is a significant change in it. In order to implement this idea I need to make radio switich on and off time to time in order to do power saving. I just s