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
updated with the cvs version, ...)? If you think the answer to all
questions is yes, then I would try to compare the tinyos system files
with "diff -r".

Cheers,
Urs

Ali Mir schrieb:
> 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-1.x on my computer still
> gives
> problems. I still cannot make my motes transmit data. I checked all the
> files, Makefiles etc with the ones on the other computer. They are the
> same.
> Then why is it that the motes are not transmitting when programmed using my
> laptop but work fine when programmed using another computer. Both these
> machines are linux machines. Do you think I may have to reinstall
> tinyos-1.x?
> I fear doing this because I had a lot of trouble installing it earlier.
> 
> Eagerly waiting for a reply
> 
> Thanking You
> Ali
> 
> 
> 
> On 5/16/07, Michael Schippling <[EMAIL PROTECTED]> wrote:
>>
>> 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 each time.
>>
>> Or perhaps you have changed the default transmit power...I haven't
>> gotten to the bottom of it but I don't see where RADIO_XMIT_POWER
>> gets set in the standard apps tree, only in the contrib/xbow tree.
>>
>> The simplest test code I know of is apps/MicaHWVerify which will
>> tell you if your serial connection is working, as well as extending
>> to the radio via a TOSBase.
>>
>> MS

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to