Re: [Tinyos-help] Bug in CC2420 timestamp

2007-11-02 Thread Jan Hauer
To: Min Guo Cc: Federico Fiorentin; tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Bug in CC2420 timestamp I am also having the same problem: incorrect timestamps. This happens more often when there are more nodes sending more packets. (which means more more sfd

Re: [Tinyos-help] Bug in CC2420 timestamp

2007-11-01 Thread Jeongyeup Paek
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeongyeup Paek Sent: Wednesday, October 31, 2007 9:37 AM To: Min Guo Cc: Federico Fiorentin; tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Bug in CC2420 timestamp I am also having the same problem: incorrect timestamps

Re: [Tinyos-help] Bug in CC2420 timestamp

2007-10-31 Thread Min Guo
Hi Federico, I met the same problem. I've written a time synchronization component for TinyOS 2.x. Currently some (very few) synchronization messages are discarded because of the error of metadata-time (earlier than expected). Hope some one can point out the reason. Regards, Min On 10/31/07,

RE: [Tinyos-help] Bug in CC2420 timestamp

2007-10-31 Thread David Moss
Guo Cc: Federico Fiorentin; tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Bug in CC2420 timestamp I am also having the same problem: incorrect timestamps. This happens more often when there are more nodes sending more packets. (which means more more sfd interrupts) As Miklos

RE: [Tinyos-help] Bug in CC2420 timestamp

2007-10-30 Thread David Moss
I haven't done much work with the timestamps in the CC2420 apart from Jonathan's original implementation, nor have I used it enough to have experienced any type of erratic behavior. Is the issue here that the 16-bit timestamp rolls over to 0 periodically? Would a 32-bit timestamp be better?