Re: [Tinyos-help] Reg: Unit of time for mesuring error

2009-12-17 Thread Thomas Schmid
Hi Jeena, If you are using an unmodified version of TestFTSP, then the units will be milliseconds. The TelosB motes are not capable of microsecond time synchronization accuracies out of stock, since they don't have a stable microsecond time source. What you can do though is switch over to the T32

[Tinyos-help] Reg: Unit of time for mesuring error

2009-12-17 Thread Jeena Sebastian
I'm working on time synchronization of TelosB motes. In this regard, I've been trying to understand the implementation of FTSP via the TestFTSP application. In TestFtsp I have a doubt as to what is the unit of time for reporting time sync errors. Is it in milli seconds or micro seconds ? I am atta