[Tinyos-help] How to get timestamps in microseconds for micaz motes

2005-12-02 Thread S. Umesh Babu
Hello, We want to measure time between two events using timestamps in microseconds.(micaz motes) 1) receiving time of a radio packet 2) beep listening,by calling Mic.readToneDetector() command. how can i get the timestamps. thankyou for your assistance warm regards Umesh

RE: [Tinyos-help] how can I change the packet size in micaz

2005-12-02 Thread David Moss
I forget the exact number - it's somewhere around 241 bytes payload for the mica2/mica2dot. The micaz has about a 110 to 113 byte payload max. In noisy (real world) environments, it's best to keep the packet size lower to avoid major packet/data loss, or having to retransmit. David -Origin

[Tinyos-help] CC2420 MAC modification

2005-12-02 Thread Ajit Chakrapani Warrier
Hi, Thanks to all who replied earlier to my question about modifying the CC2420 MAC. After reading the relevant parts of the data sheet, most of my questions have been answered. I am still concerned about one thing. I was interested in sending short impulses about one CC2420_SYMBOL_UNIT long

Re: [Tinyos-help] how can I change the packet size in micaz

2005-12-02 Thread Yun Mao
Hi, what's the upper limit for MSG_SIZE, say for mica2? Thanks, -Yun On 12/2/05, zhangwei <[EMAIL PROTECTED]> wrote: > Hi > > Try to add following to Makefile.component > > MSG_SIZE=49 > > > Best Regards, > Zhang Wei > ___ Tinyos-help mailing list Tiny

Re: [Tinyos-help] mica2 pcb files

2005-12-02 Thread Joe Polastre
They're already available at http://www.tinyos.net/scoop/special/hardware Moteiv also has documentation on the items we changed and updated schematics in our datasheet, all freely available. -Joe On 12/2/05, Terence Joseph <[EMAIL PROTECTED]> wrote: > What about the design files for the tmote?

Re: [Tinyos-help] mica2 pcb files

2005-12-02 Thread Terence Joseph
What about the design files for the tmote? Any chance of getting them? Best Regards, Terence From: Joe Polastre <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> CC: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] mica2 pcb files Date: Fri, 2 Dec 2005 08:40:57 -08

Re: [Tinyos-help] mica2 pcb files

2005-12-02 Thread Joe Polastre
The design is based off the Mica design, but was done by Crossbow in collaboration with UCB. When the design was finalized, Crossbow started to produce it, but UCB never got the source files to the design (unfortunately). Someone from Xbow should chime in, but I believe that this is part of their

Re: [Tinyos-help] tmote baud rate

2005-12-02 Thread Joe Polastre
The default baud rate is exactly the same, 57600. In fact, you can increase the baud rate on tmote much higher than on the micaz. Please see the following document: http://www.moteiv.com/community/Change_the_default_UART_baud_rate -Joe Polastre [EMAIL PROTECTED] On 12/2/05, David Moss <[EMAIL

Re: [Tinyos-help] Preferred TinyOS Multi-hop Routing Protocol

2005-12-02 Thread Omprakash Gnawali
Hi Brett, You might want to take a look at the following paper and similar study: A. Mohan, W. Hong, D. Gay, P. Buonadonna, T. Doeppner, and A. Mainwaring. End-to-End Performance Characterization of Sensornet Multihop Routing. In IEEE ICPS, 2005. If you want to discuss more, send me an email.

[Tinyos-help] tmote baud rate

2005-12-02 Thread David Moss
Title: Message It seems that the uart baud rate on the micaz's (57600) is much faster than the tmotes - I'm not sure what the tmote's baud rate is.   But I do notice a significant different between the UART speeds on the two motes.  Is there a way to jack up the baud rate on these tmote's?  

R: [Tinyos-help] Read the RSSI in the TOS_Msg

2005-12-02 Thread [EMAIL PROTECTED]
Try to check the .nc code of the Pong application (just search in the archive), you might find it helpful. hope this helps Costa Messaggio originale Da: [EMAIL PROTECTED] Data: 2-dic-2005 2.50 PM A: Ogg: [Tinyos-help] Read the RSSI in the TOS_Msg Hy, I'm trying to read the RSSI val

[Tinyos-help] Read the RSSI in the TOS_Msg

2005-12-02 Thread Alessandro Balvis
Hy, I'm trying to read the RSSI value in the packet that arriving at the base station, but I don't understand something: of course I can't put the value from the node that send the packet (it doesn't know how much will be the value at the base station!!), also I have to modify the TOSBase ap

Re: [Tinyos-help] Help with TinyDB

2005-12-02 Thread Harri Siirtola
The path example tries to say "insert your personal path to tinyos directory". So you're doing it right without knowing why... As for the compiler errors, I don't know. Are you sure your MAKERULES points to tools/make/Makerules? And you're using the new make system? If it succeeds with mica,

RE: [Tinyos-help] how can I change the packet size in micaz

2005-12-02 Thread zhangwei
Hi Try to add following to Makefile.component MSG_SIZE=49 Best Regards, Zhang Wei [EMAIL PROTECTED] Software Engineer Crossbow Technology Inc. Beijing Representative Office tel: 86-10-6552-7600 fax: 86-10-6552-8819 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT