[Tinyos-help] make docs error for GoldenImage of Deluge

2008-05-28 Thread Jun
Hi All, When I tried to make docs for tinyos-2.x/apps/tests/deluge/GoldenImage I've got the following errors (both for micaz and telosb), although "make micaz/telos" works well. -- error message --- component DelugeManagerC (tos.lib.net.Deluge.DelugeManagerC) Traceback (most recent call last):

[Tinyos-help] How to use LinkEstimatorDummyP

2008-05-28 Thread funofnet Funofnet
Hi, I want to use this module so which components should I add or modify in CTP folder? Thank you __ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités http://mail.yahoo

Re: [Tinyos-help] About LowPowerListening

2008-05-28 Thread Miklos Maroti
> 3. Does rf230 support LowPowerListeing ? Yes. Miklos ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] problems about Deluge

2008-05-28 Thread Razvan Musaloiu-E.
Hi! On Thu, 29 May 2008, jiwen zhang wrote: > Hello Razvan ME : > Recently , i download the tinyos-2.x tree of cvs verion , now the deluge > works well except that when i use the command "tos-deluge /dev/ttyS0 micaz > -e 1" (i have installed an image in slot 1) , then i ping the mote , it give

Re: [Tinyos-help] problems about Deluge

2008-05-28 Thread jiwen zhang
Hello Razvan ME : Recently , i download the tinyos-2.x tree of cvs verion , now the deluge works well except that when i use the command "tos-deluge /dev/ttyS0 micaz -e 1" (i have installed an image in slot 1) , then i ping the mote , it give the message that the image still exist , can you che

Re: [Tinyos-help] About LowPowerListening

2008-05-28 Thread jiwen zhang
Hello David : about the command setRxSleepInterval() , i want to ask some questions again . 1. In my test , the sender and receiver have the same duty cycle (sleep interval ?) , for example 250ms , how long should i send the wake-up packet before i send my data ? that is to say that what shou

[Tinyos-help] Deluge FlashWP.setWP and clrWP

2008-05-28 Thread Rashmi Parthasarathy
Hi, I see two functions setWP and clrWP in DelugeMetaDataM.nc file. Can anybody provide me information about what exactly these functions do. Thanks in advance Rashmi ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millenniu

[Tinyos-help] DELAY_AFTER_RECEIVE in CC2420 Low Power Listening

2008-05-28 Thread Jongkeun Na
Hi David, I have a question about a parameter used in CC2420 LPL module. * DELAY_AFTER_RECEIVE=100ms defined in DefaultLpl.h This value is used to stretch the radio's ON time after receiving or sending a packet, and also detecting some CCAs at check time. I think that the cca detection related de

Re: [Tinyos-help] cc2420 transmission delay ( backoff times)

2008-05-28 Thread Jongkeun Na
On Wed, May 28, 2008 at 2:06 AM, salvatore galati <[EMAIL PROTECTED]> wrote: > ack wait time of 256 jiffies = 3,84 msec > > isn't one jiffy 32us? if so, the ack wait time should be 8.192ms. -- Jongkeun ___ Tinyos-help mailing list Tinyos-help@millenniu

Re: [Tinyos-help] Please help : threshold link estimator + topology distance unit + micaz range Please need urgent replies (Thanks)

2008-05-28 Thread Paul Stickney
If you are using TOSSIM T2, there is no "node location". (There is also no way to configure [varying] TX power levels). ** The "range" is setup simply by the links (and associated gain) you establish. This can be done by using the USC gain generator (which can take a "topology".) There are many, m

Re: [Tinyos-help] receive msg

2008-05-28 Thread Paul Stickney
In general, once you pass a message pointer to a send or return it from a receive you say "it's yours, I'm not going to use it anymore" (until you give it back). This allows re-using the same data over and over again (because the same pointers are just passed back and forth). By-and-by, the pointer

Re: [Tinyos-help] Re

2008-05-28 Thread funofnet Funofnet
Hi, Thank you professors,   All the bests, Funofnet __ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités http://mail.yahoo.fr Yahoo! Mail ___

[Tinyos-help] Migrating to a new microcontroller

2008-05-28 Thread Jack Travis
Hi, Is the msp430f261x serie supported in tinyOS? It's supported by mspgcc, it has basically the same functionalities, pinout, processing unit, than the msp430f1611 (which is supported obviously) but some of the registers are slightly different for some modules. It there a compatibility list for t

Re: [Tinyos-help] Can I add more java packages?

2008-05-28 Thread Michael Schippling
Just add external jars or directories to your CLASSPATH when compiling and running. But I think java.text is in the standard JRE jar file, so probably all you need to do is put an import in your source. MS Maria Taramigkou wrote: > Hi all! > I have one question,can I add more java packages in tiny

Re: [Tinyos-help] Re

2008-05-28 Thread Philip Levis
On May 28, 2008, at 1:10 PM, Omprakash Gnawali wrote: > On Wed, May 28, 2008 at 12:56 PM, funofnet Funofnet > <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I am greatly thankful for your replies, but what I need to know how >> could I >> specify an accurate threshold for any estimator (espacially w

Re: [Tinyos-help] Re

2008-05-28 Thread Omprakash Gnawali
On Wed, May 28, 2008 at 12:56 PM, funofnet Funofnet <[EMAIL PROTECTED]> wrote: > Hi, > > I am greatly thankful for your replies, but what I need to know how could I > specify an accurate threshold for any estimator (espacially wmewma and prr). > Is there a formula to apply ?. You can do experiment

[Tinyos-help] cc2420 transmission protocol

2008-05-28 Thread salvatore galati
hi all. I'm sorry if i send a lot of question to you,but I didn't find answers in my researches My question is about transmission steps for cc2420 radio stack. I think that this steps are: 1) initial backoff ( 1--->32 jiffies , about 0,3 >10 msec ) 2) transmitting mote detects if the ch

Re: [Tinyos-help] Re : threshold link estimator

2008-05-28 Thread Omprakash Gnawali
2008/5/28 funofnet Funofnet <[EMAIL PROTECTED]>: > Hi, > > Thank you very much Mr Omprakash and excuse me for insistance, but > concerning MintRoute why is the threshold equals to 384 Remember, the way MintRoute and 4bitle compute the estimates are not exactly the same which is why the threshold i

[Tinyos-help] telosB sensirion temperature engineering unit conversion

2008-05-28 Thread Gary Lee
Hi, I use TelosB sensirion temperature sensor and get the reading of 6500. How do I convert this value to a real temperature value? thanks, Gary ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bi

[Tinyos-help] Please help : threshold link estimator + topology distance unit + micaz range Please need urgent replies (Thanks)

2008-05-28 Thread funofnet Funofnet
Hi, I am using tossim to test my applications, my first question is about the unit used in network configuration file. which is the unit of X,Y parameter of the terrain. My second question, How much is the Tossim micaz mote range. My third question is why the link estimator threshold of 4bitle is

[Tinyos-help] Can I add more java packages?

2008-05-28 Thread Maria Taramigkou
Hi all! I have one question,can I add more java packages in tinyos ?To be more specific I want to implement a java class which needs java.text.* package, that does not exist in java/net/tinyos. How can I solve this problem? Regards, Maria ___ Tinyos-help

Re: [Tinyos-help] receive msg

2008-05-28 Thread Michael Schippling
I'm a little confused...What is this from? The receive() call is supposed to return a pointer to the message buffer in order for the caller to be able to free the buffer (which may be redundant or silly, but that's the way it is). I don't know what "msg" is, since it's not declared in your code s

Re: [Tinyos-help] cc2420 transmission delay ( backoff times)

2008-05-28 Thread Philip Levis
On May 28, 2008, at 2:06 AM, salvatore galati wrote: > hi all. > I'm a student and I'm working on WSN with telosb motes and I'm using > TinyOs 2.x. > Telosb motes uses cc2420 Radio Stack , so i want to exstimate the > maximum transmission time for a packet of 28 bytes ( max payload > lenght

Re: [Tinyos-help] (no subject) -- C syntax and random function

2008-05-28 Thread Michael Schippling
The error is on this line (I think): double ran0(long &idum) where the syntax should be: double ran0(long *idum) if you mean you are passing a pointer to a double value. But I think ints are 16 bits and doubles and floats are both 4 bytes so your calculations will probably not be wh

Re: [Tinyos-help] (no subject)

2008-05-28 Thread Paul Stickney
(and the C you do use should be C89-compat; trying to use C99 will likely barf) Also, be aware of the problems and limitations of using FP math on motes. They (standard motes) are not PCs and may a more limited range and/or rely upon emulation. Consider using on of the existing random components

Re: [Tinyos-help] (no subject)

2008-05-28 Thread Paul Stickney
double ran0(long &idum) ^-- that line is not valid C (C++ is not C) ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Set system time

2008-05-28 Thread Marco Langerwisch
Hello, can anyone offer a piece of code that just sets the system (local) time of a mica2 mote (tinyos2) to a given value? Regards, Marco -- . Marco Langerwisch, B.Sc. . ICQ 48125065 . www.web96.de ___ Tinyos-help mailing list Tinyos-help@millennium.

Re: [Tinyos-help] receive msg

2008-05-28 Thread Daniel Pereira
Hi, I had the same doubt about that, you can see a good explanation in TinyOS Programming(tinyos-programming.pdf), page 48. Where It talks about the Receive interface. I hope it can help you. On Wed, May 28, 2008 at 6:45 AM, dima . <[EMAIL PROTECTED]> wrote: > > > hello plz i have 2 questions whe

[Tinyos-help] receive msg

2008-05-28 Thread dima .
hello plz i have 2 questions when sending a message and receiving it 1-like in this command the message being sent is it pmsg? or it is ret=msg ??? event TOS_MsgPtr ReceiveCmdMsg.receive(TOS_MsgPtr pmsg){TOS_MsgPtr ret = msg;result_t retval; retval = call ProcessCmd.execute(pm

Re: [Tinyos-help] (no subject)

2008-05-28 Thread Lakshmi Pradeep
Hi , Thanks for your reply.I am attaching that code below . Could you please check it for me ? BlinkM is a code for checking a random number generation .Function ran0 returns a random number between 0.0 and 1.0. This function works in C. I am working with moteworks pl

[Tinyos-help] cc2420 transmission delay ( backoff times)

2008-05-28 Thread salvatore galati
hi all. I'm a student and I'm working on WSN with telosb motes and I'm using TinyOs 2.x. Telosb motes uses cc2420 Radio Stack , so i want to exstimate the maximum transmission time for a packet of 28 bytes ( max payload lenght) i think that the total transmission time depends on: time to transmit

[Tinyos-help] RSSI Led Indicator

2008-05-28 Thread Tiny User
Hello All, Please did any body implemented the RSSI>LED indicator on mica2? Plesae if it is possible files :) Thanks in Advance ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinf

[Tinyos-help] Using C and Nesc

2008-05-28 Thread Tiny User
Hi all Please is it possible to use the ANSI C with tinyos where we find it is easier? or the Nesc compiler will not do it? THanks a lot ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailma