[Tinyos-help] Motes stopped transmitting

2007-05-23 Thread Ali Mir
Hello Mr.Schippling and other friends I checked the TOSBase code and all the hardware and they are working fine. I programmed it such that they are working at the same frequencey. Infact I used another computer with tinyos-1.x installed on it and ran the tests. It worked on that computer. But

Re: [Tinyos-help] Motes stopped transmitting

2007-05-23 Thread Urs Hunkeler
Hi Ali, This sounds like a problem that is extremely difficult to find. Do you get the same output when compiling the same program on the two different machines? Do you have the same version of the tools installed (ncc -v)? Do you have the same version of the tinyos system files? (same rpm, both

Re: [Tinyos-help] Motes stopped transmitting

2007-05-22 Thread Ali Mir
Hello Mr.Schippling and other friends I checked the TOSBase code and all the hardware and they are working fine. I programmed it such that they are working at the same frequencey. Infact I used another computer with tinyos-1.x installed on it and ran the tests. It worked on that computer. But

[Tinyos-help] Motes stopped transmitting

2007-05-16 Thread Ali Mir
Hello friends, Yesterday I was working with mica2 motes on Tinyos-1.x and I found out that my mica2 motes stopped transmitting data. It seems the radio stopped working on all the 4 motes I have. I think the motes are getting programmed incorrectly. I had no such problem earlier. Do you think

Re: [Tinyos-help] Motes stopped transmitting

2007-05-16 Thread Michael Schippling
I'd expect that something has gone wrong with your TOSBase code, or the basestation hardware, rather than _all_ the motes. Start by checking each component. And make sure you use the same freq in all your compiles...you can put that CFLAGS define in the Makelocal file so you don't have to type it