Hello,
I need your help. I'm having one situation that I cannot understand.
I'm using MultiHopRouter routing protocol between MicaZ Motes, I'm having two situations very strange:

Situation 1: Timer.fired(){
  call ADC.getData() ;//
}
The synchronization between motes takes at least 1minute

SITUATION 2: Timer.fired(){
call ADC.getContinuousData(); //
}

The synchronization takes more than 5 minutes( its very bored).
I'd like to know what is happening, I'd like to know exactly the relationship between time of synchronization and ADC.getContinuousData(). Why is it taking lots of time to synchronize when I use ADC Interface in continuos mode?
please feel free to answer back to me.

regards
gonga


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

Reply via email to