Re: [Tinyos-help] tinyos-2.X packet size

2008-03-17 Thread Markus de Brün
i now that in tinyos1, the paket size is limited to 29 bytes. That's the default payload length. This value is specified by TOSH_DATA_LENGTH and can be reset, for instance, in your makefile using: CFLAGS +=-DTOSH_DATA_LENGTH=value ___ Tinyos-help

[Tinyos-help] CC2420_DEF_RFPOWER in TOSSIM

2007-10-02 Thread Markus de Brün
Hi everyone. I am trying to adjust the communication radius of motes in TOSSIM. My make target is micaz sim. I tried to change the radio power by including CFLAGS+=-DCC2420_DEF_RFPOWER={VALUE} in the Makefile. The value of CC2420_DEF_RFPOWER is set correctly but there seems to be no effect.