I obtained a second IRIS node. I also retrieved the latest version of Tinyos from the CVS repository. Here is what I found.
Iris->Iris OK Telosb->Telosb OK Iris->telosb NO Telosb->Iris NO I also ran the RF230Sniffer. Everything works fine with IRIS. DiagMsg dumps packets when IRIS->Iris 16:34:55 'r' 9950940 56546 41 [ 0x61 0x88 0x24 0x22 0x00 0xff 0xff 0x01 0x00 0x3f 0x93 0x00 0x00 0x01 0x00 ] 14 16:34:57 'r' 12249104 60951 41 [ 0x61 0x88 0x25 0x22 0x00 0xff 0xff 0x01 0x00 0x3f 0x93 0x00 0x00 0x01 0x00 ] 14 16:35:00 'r' 14557862 10412 41 [ 0x61 0x88 0x26 0x22 0x00 0xff 0xff 0x01 0x00 0x3f 0x93 0x00 0x00 0x01 0x00 ] 14 16:35:02 'r' 16860638 19429 41 [ 0x61 0x88 0x27 0x22 0x00 0xff 0xff 0x01 0x00 0x3f 0x93 0x00 0x00 0x01 0x00 ] 14 16:35:05 'r' 19163455 28486 41 [ 0x61 0x88 0x28 0x22 0x00 0xff 0xff 0x01 0x00 0x3f 0x93 0x00 0x00 0x01 0x00 ] 14 16:35:07 'r' 21471256 42528 41 [ 0x61 0x88 0x29 0x22 0x00 0xff 0xff 0x01 0x00 0x3f 0x93 0x00 0x00 0x01 0x00 ] 14 16:35:10 'r' 23777478 54989 41 [ 0x61 0x88 0x2a 0x22 0x00 0xff 0xff 0x01 0x00 0x3f 0x93 0x00 0x00 0x01 0x00 ] 12 When I try Telosb->telosb the interesting part is that the serial forwarder indicates that it is receiving packets but DiagMsg does not display any packets. If I used Hyperterm to view what is coming in on the serial port packets are being received. When I try telosb->iris or iris->telosb nothing is received. I have a feeling it is something really stupid like a frame format. 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
