[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 nev

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 : >

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 802.

[Tinyos-help] Simulating Timers in TOSSIM T2

2008-07-11 Thread Elvar Ólafsson
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 then that takes alot of simulation time(sometimes hours) even th

[Tinyos-help] Speed in the Mica2 platform and Buffer size

2008-07-11 Thread Rafael Aguilar Velez
Dear all, I am using the oscilloscope application for a Mica2 platform. When I am using the Serial Forwarder and I define 57600 for the speed, as it is supposed to be, no data is acquired, but when I define 115200 as the speed everything works well. Is this difference make some influence on

Re: [Tinyos-help] Deluge on an IRIS

2008-07-11 Thread Charles Elliott
Hi Janos The program I am working with was written by my predecessor so I'm not 100% sure that it doesn't lock the flash however I do know that it uses memcpy a fair amount would that be a problem? There are also many atomic statements all are less than 3 lines. Charles On Thu, Jul 10, 2008 at

[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 https

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 you

[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 it

[Tinyos-help] link and application layer sent packet

2008-07-11 Thread funofnet Funofnet
Hi Mr David, Please, how could I calculate packet sent by application layer and link layer. and which are the appropriate components. All my gratitude, Funofnet _ Envoyez avec Yahoo! Mail. Une boite mail pl

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 U

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 f

[Tinyos-help] Problem using PrintfClient

2008-07-11 Thread Angela Perez
Hi, I'm having problems with TestPrintfClient --- I have installed tinyos (from cvs snapshot) on a new PC and PrintfClient does not seem to work anymore. It just prints nothing. Has anybody else had the same problem? Note that Listen works (output below) Using Listen: [EMAIL PROTECTED]:/opt/cvs/