Hi all,

I'm working in a health application, where some motes are sensing vital signs from the body, and send them to a PDA.

I know that time distribution in the working-process of each motes involves 3 periods:

* Sleeping: most of the time
* Sensing
* Sending

I'm doing some tests with the OscilloscopeRF application. I know that I can configure the number of sensing per second, in the next command:

command result_t StdControl.start(){
   return call Timer.start(TIMER_REPEAT, 1000);
}

In this case, the mote will get a reading every 1000 ms (so, every second).

But what does this time involve? Sensing and sending? I want to know exactly the time that the mote takes for getting the read, and for sending to the base station mote.

Thanks a lot,

Joseph

_______________________________________________
Tinyos-users mailing list
[EMAIL PROTECTED]
http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users

Reply via email to