Re: [Tinyos-help] timestamping in TMicro

2012-08-29 Thread Janos Sallai
Felipe: If you run make with the cc2420x extra, then the rfxlink based radio stack gets compiled in, which supports microsecond-precision timestamping. Specifically, tos/platforms/telosa/chips/cc2420x/tmicro/am/ActiveMessageC.nc gets compiled in instead of tos/platforms/telosa/ActiveMessageC.nc. S

Re: [Tinyos-help] timestamping in TMicro

2012-08-28 Thread Felipe Cousin
It worked, thanks Janos! Felipe > From: sal...@isis.vanderbilt.edu > Date: Tue, 28 Aug 2012 13:13:45 -0500 > To: tinyos-help@millennium.berkeley.edu > Subject: Re: [Tinyos-help] timestamping in TMicro > > Felipe: > > If you run make with the cc2420x extra, then

Re: [Tinyos-help] timestamping in TMicro

2012-08-28 Thread Janos Sallai
Felipe: If you run make with the cc2420x extra, then the rfxlink based radio stack gets compiled in, which supports microsecond-precision timestamping. Specifically, tos/platforms/telosa/chips/cc2420x/tmicro/am/ActiveMessageC.nc gets compiled in instead of tos/platforms/telosa/ActiveMessageC.nc. S

[Tinyos-help] timestamping in TMicro

2012-08-28 Thread Felipe Cousin
Hi all, We need to get the timestamp of received packets in microseconds, but I couldn't find any component that provides the interface PacketTimeStamp for telosband also we would like a Counter and, again, I couldn't find any component that provides that interface for telosb... Does anybody