[Tinyos-help] FTSP - Calibration and bit offset

2008-07-15 Thread Marco Langerwisch
ate to take six timestamps like in SysTimeStamping? Marco -- . Marco Langerwisch, B.Sc. . ICQ 48125065 . www.web96.de ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] FTSP - Bit offset

2008-07-08 Thread Marco Langerwisch
und a calibration array and used it. That decreased the offset but wasn't enough. How do I get adequate values for the correction, and why do they differ from the old ones? I am using the 32khz clock for time stamping, would it be appropriate to take six timestamps like in SysTimeStamping? Marco -

Re: [Tinyos-help] stanford-lgl T2.1 repository

2008-06-18 Thread Marco Langerwisch
schrieb: > Marco Langerwisch wrote: >> "code moved to T2.1 repository" >> >> Where can I find the T2.1 repository? >> > for now, get the cvs HEAD from > tinyos.cvs.sourceforge.net:/cvsroot/tinyos, module tinyos-2.x > > it will be tagged later this

[Tinyos-help] stanford-lgl T2.1 repository

2008-06-17 Thread Marco Langerwisch
"code moved to T2.1 repository" Where can I find the T2.1 repository? -- . Marco Langerwisch, B.Sc. . ICQ 48125065 . www.web96.de ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-b

Re: [Tinyos-help] FTSP - Calculation of offset

2008-06-11 Thread Marco Langerwisch
ter T1^, hence T_offset would be negative, but is unsigned. You might wonder why I come up with these questions. I am porting FTSP to the cc1000 Stack. The motes synchronize to a certain global time, but I don't know yet if they are synchronizing correctly... Marco -- . Marco Langerwisch, B

[Tinyos-help] FTSP - Calculation of offset

2008-06-09 Thread Marco Langerwisch
{ [...] return (uint32_t)(footer->time_offset) + call PacketTimeStamp.get(msg); }" footer->time_offset is the time calculated at sender (see question above). PacketTimeStamp is the time at the end of the MAC-SYNC at receiver. Why should I add these times? Thank you! Regards, Mar

[Tinyos-help] Set system time

2008-05-28 Thread Marco Langerwisch
Hello, can anyone offer a piece of code that just sets the system (local) time of a mica2 mote (tinyos2) to a given value? Regards, Marco -- . Marco Langerwisch, B.Sc. . ICQ 48125065 . www.web96.de ___ Tinyos-help mailing list Tinyos-help

Re: [Tinyos-help] Time synchronization with tinyos2.x

2008-05-18 Thread Marco Langerwisch
ROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Marco > Langerwisch > Sent: Friday, May 16, 2008 9:02 AM > To: tinyos-help@millennium.berkeley.edu > Subject: [Tinyos-help] Time synchronization with tinyos2.x > > Hello, > > I know there were several thre

[Tinyos-help] Time synchronization with tinyos2.x

2008-05-16 Thread Marco Langerwisch
Hello, I know there were several threads, but I didn't find what i need. I'm looking for a time synchronization protocol ready (or almost ready) to use with mica2 motes on tinyos2.x. Thank you! Regards, Marco -- . Marco Langerwisch, B.Sc. . ICQ 48125065 . ww

[Tinyos-help] Problem: nescc-wiring: java: not found

2008-02-08 Thread Marco Langerwisch
Hello, the following error occurs while trying to compile an mica2-app: nescc-wiring: 19: java: not found I use sun-java5-jdk 1.5.0-13-0ubuntu1. Perhaps missing environment variables? Thank you, regards, Marco -- . Marco Langerwisch, B.Sc. . ICQ 48125065 . www.web96.de

Re: [Tinyos-help] Unable to compile - assembler problem, unknown opcodes

2008-02-08 Thread Marco Langerwisch
Ok, I solved the problem. I simply used a wrong version of the avr-binutils. Unforunately, another error has occured, I will open a new thread for that. Marco Langerwisch schrieb: Hello, I'm trying to compile my first program for mica2 mote. Following packages are installed: - tinyos-

[Tinyos-help] Unable to compile - assembler problem, unknown opcodes

2008-02-08 Thread Marco Langerwisch
; /tmp/cc4UDvrC.s:127: Error: missing ')' /tmp/cc4UDvrC.s:127: Error: junk at end of line, first unrecognized character is `0' /tmp/cc4UDvrC.s:127: Error: unknown opcode `base' and so on... What's wrong? Thank you, Marco -- . Marco Langerwisch, B.Sc.