Hi, Thanks for clarifying the reception timestamping.
Why is *TX_SFD_DELAY* accounted for during transmission, but not during reception? Isn't *sfdTime* the time SFD byte has been transmitted so there is no need to add *TX_SFD_DELAY*? * // adjust time32 with the time elapsed since the SFD event* * time -= sfdTime;* * time32 -= time;* * * * // adjust for delay between the STXON strobe and the transmission of the SFD* * time32 += TX_SFD_DELAY;* * * * call PacketTimeStamp.set(msg, time32);* -Xiaohui On Mon, Dec 3, 2012 at 1:45 PM, Janos Sallai <[email protected]>wrote: > FALSE -- -Xiaohui Liu TelosB TinyOS 2.1.2 www.cs.wayne.edu/xliu/
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
