Hi Dennis,

Indeed, the default channels are different. CC2420_DEF_CHANNEL is
defined to be 26 in tos/chips/CC2420.h. RF230_DEF_CHANNEL is defined
to be 11 in tos/platforms/iris/chips/RadioConfig.h. If you add

CFLAGS += -DRF230_DEF_CHANNEL=26

to your Makefile then that should fix it. However, for some reason the
RF230 does not work as well on channel 26 than on other channels, so
maybe you want to set the CC2420 channel.

Miklos

On Sun, Dec 6, 2009 at 11:29 PM, Dennis Phillips <[email protected]> wrote:
> I'll admit I am just getting started at using both the IRIS and Telosb
> motes.  A stupid question I just thought of, is the default radio channel
> the same for both the IRIS and Telosb motes?
>
> Dennis
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Miklos
> Maroti
> Sent: Saturday, December 05, 2009 2:10 PM
> To: Dennis Phillips; TinyOS
> Subject: Re: [Tinyos-help] Can't communicate iris sender -> telosb receiver
>
> Hi Dennis,
>
> apps/tests/rf230/RF230Sniffer
>
> You have to compile it and upload it to an IRIS mote. Connect it to a
> PC and run java net.tinyos.util.DiagMsg. This will display all
> messages with timestamps. The output format is:
>
> [pc time] 'r' [32-bit mote timestamp] [ignore this] [length] [first 15
> bytes of message] [rssi] [lqi]
>
> Miklos
>
> On Sat, Dec 5, 2009 at 7:52 PM, Dennis Phillips <[email protected]> wrote:
>> I looked for the RF230Sniffer and for some reason was unable to find it.
>  I
>> am using the Tinyos 2.1.0-2 version.  I have not retrieved the latest from
>> CVS.  That was my next step.
>>
>> Dennis
>>
>> -----Original Message-----
>> From: [email protected] [mailto:[email protected]] On Behalf Of Miklos
>> Maroti
>> Sent: Saturday, December 05, 2009 12:15 AM
>> To: phill589; TinyOS
>> Subject: Re: [Tinyos-help] Can't communicate iris sender -> telosb
> receiver
>>
>> Hi Dennis,
>>
>> I do not know. I searched my mails but cannot find any more info on
>> this. But somehow I remember that a bug was introduced which got fixed
>> (a header field was not properly set). Do you use the latest CVS
>> version? Can you run the RF230Sniffer as described in the previous
>> mail.
>>
>> Miklos
>>
>> On Fri, Dec 4, 2009 at 10:34 PM, phill589 <[email protected]> wrote:
>>>
>>> Did you get a resolution to this?  I am having the same problem.
>>>
>>> Dennis
>>>
>>>
>>> Miguel Torres-2 wrote:
>>>>
>>>> Hi,
>>>>
>>>> I checkout the tinyos source tree yesterday, 22 sep, and now I cannot
>>>> communicate iris -> telosb.
>>>> Is there some new features that don't permit this type of
> communications?
>>>> My older release was cvs from 30 jun and it works.
>>>>
>>>> Best Regards,
>>>> Miguel Silva
>>>> _______________________________________________
>>>> Tinyos-help mailing list
>>>> [email protected]
>>>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>
> http://old.nabble.com/Can%27t-communicate-iris-sender--%3E-telosb-receiver-t
>> p25576484p26639166.html
>>> Sent from the TinyOS - Help mailing list archive at Nabble.com.
>>>
>>> _______________________________________________
>>> Tinyos-help mailing list
>>> [email protected]
>>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>>
>>
>>
>
>

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

Reply via email to