Re: [Tinyos-help] Magnetometer gain problem with IRIS and MTS310

2008-07-11 Thread raphael . polonowski
Hello Miklos, Thank you for your answer. Unfortunately, I don't have another platform, I only have 5 IRIS motes. The thing is, I can't find a clear and simple code in order to use the magnetometer and its gain correctly. It's hard to believe that anybody is using this feature... or maybe it's

[Tinyos-help] is there a platform with multiple wireless interfaces and a 15.4-compliant PDA?

2008-07-11 Thread Erwing R. Sanchez
Hi all, is any one working currently with a platform with capabilities for different wireless interfaces? What I'm looking for is a platform that is compliant with 802.15.4 (thus, with a cc2420 chip), but that can be somehow extended to be compliant also with bluetooth or 802.11. I have

Re: [Tinyos-help] about CTP

2008-07-11 Thread Omprakash Gnawali
2008/7/10 jiwen zhang [EMAIL PROTECTED]: Hello om_p : yes , you are right , when the user send the data , he does not put the data at the beginning of the payload of the message_t , but an offset whose length is the size of the ctp_header . i understand . another question : maybe

Re: [Tinyos-help] is there a platform with multiple wireless interfaces and a 15.4-compliant PDA?

2008-07-11 Thread Marco Antonio Lopez Trinidad
Hi, what do you think about this? http://www.chilidevices.com/site/products/hardware/chilimodule_CDM15400.html --marco Hi all, is any one working currently with a platform with capabilities for different wireless interfaces? What I'm looking for is a platform that is compliant with

[Tinyos-help] Check CCA before transmission in Tinyos 2.x

2008-07-11 Thread Hui Kang
Dear All: In tinyos-1.x, I can check the CCA before calling send by TOSH_READ_RADIO_CCA_PIN. Is there a similar macro or function in Tinyos-2.x? Or how can I do this? Thanks. - Hui ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Check CCA before transmission in Tinyos 2.x

2008-07-11 Thread Hui Kang
Hui Kang wrote: Dear All: In tinyos-1.x, I can check the CCA before calling send by TOSH_READ_RADIO_CCA_PIN. Is there a similar macro or function in Tinyos-2.x? Or how can I do this? I found this macro works under 2.x. Thanks. - Hui ___

[Tinyos-help] Putting Radio to sleep with mica2

2008-07-11 Thread Steve Yazicioglu
I've read several emails in the archives about this, but I just can't seem to get mine to work. I am using the MULTIHOPROUTER along with RadioC, which is wired to CC1000RadioC. In my program, I call RadioC.init() in the StdControl.init() command, RadioC.start() in my send_radio_msg() task, and

Re: [Tinyos-help] multicast messages

2008-07-11 Thread David Moss
Hi Andrea - You cannot specify a subset of nodes to send a packet to without programming in your own logic (i.e. deliver the packet to the broadcast address and include the list of addresses that should accept the packet within the payload). The AM_BROADCAST_ADDR is the address to use when

[Tinyos-help] Any simple Listen application?

2008-07-11 Thread rodolfo de paz
Hi, Is there any Listen application in which all bytes sent to the tcp port are printed out? I have the problem that the default listen application checks for a specific packet format. So, when characters sent to the UART are resend to the tcp port the application goes to Packetizer where

Re: [Tinyos-help] Any simple Listen application?

2008-07-11 Thread Michael Schippling
There is a ListenRaw.java program that prints everything it gets. It still looks for sync bytes but only uses them for formatting. It only connects to a serial port though. You can use that as an example to make an even simpler listener. I'm not sure what you mean by when characters sent to the

Re: [Tinyos-help] Simulating Timers in TOSSIM T2

2008-07-11 Thread Philip Levis
On Jul 11, 2008, at 5:00 AM, Elvar Ólafsson wrote: Hi. I am using Timers in my TinyOS project using TinyOS 2.0.2. I do not have any actual motes so I am simulating everything in TOSSIM. It works great so far but when I set the timers to fire 10-20 million milliseconds into the future