RE: [Tinyos-help] How to get timestamps in microseconds for micaz motes

2005-12-03 Thread Janos Sallai
Umesh, You can use the SysTimeStampingC component (contrib/vu/tos/lib/CC2420) to timestamp the reception of a message in microsecond resolution. In the handler of the MicInterrupt.toneDetected() event, you can just call the SysTime.getTime32() command of the SysTimeC component to timestamp the

[Tinyos-help] How to get timestamps in microseconds for micaz motes

2005-12-02 Thread S. Umesh Babu
Hello, We want to measure time between two events using timestamps in microseconds.(micaz motes) 1) receiving time of a radio packet 2) beep listening,by calling Mic.readToneDetector() command. how can i get the timestamps. thankyou for your assistance warm regards Umesh