I've just programmed an iris and a micaz with RadioCountToLeds, setting both motes to channel 13, and they appear to be working just fine. I've added the two lines below to Makefile: CFLAGS+=-DCC2420_DEF_CHANNEL=13 CFLAGS+=-DRF230_DEF_CHANNEL=13
Interestingly, when I set the channel to 26, the micaz is receiving all packets, however, the counter on the iris skips very often. I suspect it's some kind of hardware incompatibility, but I'll look into this problem. Janos -----Original Message----- From: Paulo Rogerio Barreiros d'Almeida Pereira [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 5:45 AM To: Janos Sallai Subject: Re: [Tinyos-help] XBow telosb question Dear Janos, I saw the attached message in the TinyOS help mailing list saying that IRIS motes can communicate with MicaZ and TelosB. I tryed to use RadioCountToLeds under TinyOS 2 between IRIS and MicaZ with no success. The IRIS could communicate between themselves, but not with the MicaZ. Then, I found out that the default radio channel for MicaZ is 26 and for IRIS is 11, so I added to the makefile the following definition: CFLAGS+= -DRF230_DEF_CHANNEL=26 but it still did not work. Is it really possible to make them communicate? What has to be modified in order to do so? Thank you. Best regards, Paulo Rogério Pereira > *Janos Sallai* sallai at isis.vanderbilt.edu > <mailto:tinyos-help%40millennium.berkeley.edu?Subject=%5BTinyos-help%5D%20XBow%20telosb%20question&In-Reply-To=002701c85857%245c6597a0%240132a8c0%40SEDEV22> > /Wed Jan 16 08:25:29 PST 2008/ > > * Previous message: [Tinyos-help] XBow telosb question > > <http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-January/030530.html> > * Next message: [Tinyos-help] XBow telosb question > > <http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-January/030673.html> > * *Messages sorted by:* [ date ] > > <http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-January/date.html#30534> > [ thread ] > > <http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-January/thread.html#30534> > [ subject ] > > <http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-January/subject.html#30534> > [ author ] > > <http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-January/author.html#30534> > > > ------------------------------------------------------------------------ > Hristo, > > The IRIS port is in the CVS. Basic subsystems, such as timers/counters, > ADC, SPI, I2C, USART and RF230 radio are working. The RF230 radio stack is > compatible with the T2 CC2420 stack, so IRIS motes can communicate with > micaz and telos motes. > > IRIS support is pretty complete: For example, the AntiTheft application, > which uses a broad range of subsystems (e.g. dissemination, collection, > sensor boards), runs fine on an IRIS network. > > LPL and deluge are in progress and should be checked in by the end of > February. > > We are planning to include IRIS support in the next T2 release. Until > then, you will need to grab the latest sources from the CVS. To compile > for and to program the IRIS, you an updated toolchain is required. Details > on the toolchain update are at > > http://www.isis.vanderbilt.edu/projects/NEST/tinyos-2.x-iris/doc/html/inst > all-tinyos-iris.html > > Janos > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
