[Tinyos-help] threshold link estimator

2008-05-27 Thread funofnet Funofnet
Hi, I have a small question about evict threshold in the linkestimatorP module, why it is fixed to 55 and if I see the threshold of Mintroute i found that is equal to 384. Is there any formule to fix it ? Thank you very much Funofnet __ Do You

Re: [Tinyos-help] Best way to increase packet size?

2008-05-27 Thread Joey Wilson
Thanks. I had to change both files here to get it to work on the telosb: tos/types/message.h tos/chips/cc2420/cc2420.h On Tue, May 27, 2008 at 11:51 AM, Daniel Pereira [EMAIL PROTECTED] wrote: Hi, I don't know if it is a correct way, but I changed the TOSH_DATA_LENGTH in the message.h

Re: [Tinyos-help] (no subject)

2008-05-27 Thread Michael Schippling
All that should work just like good old C... Do you have specific problems that we can argue about? MS Lakshmi Pradeep wrote: Hi I have some doubts regarding the use of pointers in nesC.Can we use a simple C function likedouble rand(long idum) in nesC? What are bitwise

Re: [Tinyos-help] Best way to increase packet size?

2008-05-27 Thread Joey Wilson
Good idea. I added the following line to my MakeFile and it worked: CFLAGS += -DTOSH_DATA_LENGTH=35 The only thing that should be noted here, is that if you wish to use some of the other parts of the TOS toolchain, like the basestation program, you need to change the core level files. On

Re: [Tinyos-help] Convert into enginnering units

2008-05-27 Thread Michael Schippling
The Getting Started and other mote-manuals used to have some conversion formulas for various sensors. These however need to be taken with some salt-equivalents because the sensors need calibration on an individual basis. Search this list for calibration, engineering units, and other phrases like

[Tinyos-help] Installation Problem on Cygwin

2008-05-27 Thread Ashay Dhamdhere
Hi, I am trying to install TinyOs on Cygwin, but get the following message when I try to install avr-binutils rpm -ivh --ignoreos avr-binutils-2.15tinyos-3.cygwin.i386.rpm Preparing...### [100%] 1:avr-binutils

Re: [Tinyos-help] TOS_MOTE_ID from ihex file

2008-05-27 Thread Paul Stickney
Use tos-set-symbols. It works fine in cygwin. You are just asking to shoot yourself in the foot if you aren't. The AM address DEFAULTS to TOS_NODE_ID but it can be changed at run-time. HTH, Paul ___ Tinyos-help mailing list