Hi,

Sorry, I must have missed your reply earlier (it helps sending replies 
also to the mailing list). In what setup does your Oscilloscope 
application work? When the sentilla mote is connected to the computer? 
Maybe the sentilla mote is somehow different from the other motes and 
uses a different frequency. If one of the tmotes is your basestation, 
then radio communication seems to work. Maybe you could try a different 
test program like the BlinkToRadio (or whatever it is called now):
http://docs.tinyos.net/index.php/Mote-mote_radio_communication

Cheers,
Urs

On 11/7/10 9:59 PM, Augusto Alonso de la Cruz Jimenez wrote:
> Hi,
>
> I added the line that you suggested me.
>           CFLAGS += -DCC2420_DEF_RFPOWER=16
>
> I installed Oscilloscope on three motes, both Windows(cygwin) as XubunTOS.
> Oscilloscope still works in the Sentilla mote with this option, but in
> the other motes (Tmote) no works. I think the code is not the problem,
> because it works on Sentilla mote.
>
> More suggestion would be good for me to try. If you need more
> information to help me, then do not hesitate to ask. As I continue
> reading and studying.
> Regards.
>
>
> 2010/11/6, Urs Hunkeler<[email protected]>:
>> Hi,
>>
>>   From your error description it seems that the microcontroller works,
>> but there might be a potential problem with the radio. I have so far not
>> heard of the radio failing, and it also looks suspicious that two motes
>> would have exactly the same error. One problem that I encountered
>> personally is that sometimes the Moteiv Tmote Skys seem to have
>> difficulties communicating when they are too close together (maybe the
>> receiver gets saturated?). If this is the case, I found that lowering
>> the transmission power helps. You can try this by adding the following
>> line to the Makefile and recompiling the application:
>>
>> CFLAGS += -DCC2420_DEF_RFPOWER=16
>>
>> To ensure that the program is really recompiled, I recommend the
>> following command sequence:
>>
>> make clean&&  make tmote
>>
>>
>> If this does not help, you could try to modify the applications and see
>> whether the send routines give you any error messages, either in the
>> return value from the send method or as parameter to the SendDone
>> callback (also check whether SendDone gets called at all).
>>
>> Cheers,
>> Urs
>>
>> On 11/5/10 6:16 PM, Augusto Alonso de la Cruz Jimenez wrote:
>>> Hi all,
>>>
>>> This is my first post, although I read the mailing-list several monts ago.
>>> I have three telosb motes: two says 'moteiv tmote sky' and other one
>>> say 'Sentilla tmote sky'.
>>>
>>> I installed and tested the Oscilloscope application in the three
>>> motes. The green LED should blink when send reading, but only Sentilla
>>> tmote sky work.
>>>
>>> Do you think is the radio that no longer works in the others two motes.
>>> Blink, TestSerial run on the three motes, but applications involving
>>> the use of radio do not work on the two moteiv motes, however on
>>> Sentilla mote work fine.
>>>
>>> Is there any tos-bsl command to know if the radio works? I do not want
>>> to buy another mote!
>>>
>>> Thanks,, I wait your help.

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to