RE: [Tinyos-help] My 2nd Timer never get called?

2007-11-23 Thread Siirtola Harri
Why don't you post your code for the frequency change as I suggested before? There's no way anyone can help you without knowing how you try to do it. The problem isn't the timer, or at least it's very easy to check if they're firing. I'm almost sure you do something wrong in changing frequencies,

[Tinyos-help] TOSSIM compilation error please!

2007-11-23 Thread Ruoshui Liu
Dear all, I modified an application called 'CountDual', and want to debug this. When I compiled it by using 'make pc' command, I got such error. Is this something to do the make file? Could anyone help me with this please? Thanks a lot! Ruoshui Liu $ make pc mkdir -p build/pc compiling

[Tinyos-help] How to enable basestation code do repeat the sending if a packed get lost

2007-11-23 Thread André Miguel de Almeida Marrão Rodrigues
Hi We have enabled ACKS in the makefiles and implemented repeated sending in the nodes, in case of failure sending by the nodes. My question is how to implement repeat sending in the basestation code available in T2.02 / TMoteSky in order for the basesatation code to repeat the packed if it

Re: [Tinyos-help] My 2nd Timer never get called?

2007-11-23 Thread Ruoshui Liu
I think you are right, the way I used to change frequency is fairly easy. Here is my code, I hope anyone could spot the problems and give me some suggestions please? includes CountMsg; includes Timer; module CountDualM { provides interface StdControl; uses interface Timer as TimerTx; uses

[Tinyos-help] Change mote ID

2007-11-23 Thread Roberto Fernández Martínez
Hello. Anybody knows chande mote ID in TinyOS 2.0? I tried with set-mote-id but in this SO I don’t have this program. Thanks. Roberto ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] accesssing source address in main

2007-11-23 Thread Michael Schippling
What version of TOS are you using? I have this program: contrib/xbow/apps/XSensorMDA300/XSensorMDA300M.nc but don't find a file named XMDA300M.nc in T1. MS Sourabh Shah wrote: Thank you very much Michael Well by main I wanted to say my application program. For eg. XMDA300M.nc etc I am