[Tinyos-help] changing the default channel and default group in Tinyos-2.1
Eric Keller
eekeller at psu.edu
Thu Sep 4 10:18:23 PDT 2008
What I ended up doing was adding:
CC2420_CHANNEL = 17
before the line
include $(MAKERULES)
in the Makefile for my app and the Basestation.
This worked.
Have yet to track down the default group ID,
I expect it is similar.
Eric
On Wed, Sep 3, 2008 at 7:58 PM, Sarfraz Nawaz <sarfraz at gmail.com> wrote:
> Add a line like the following to your Makefile.
>
> CFLAGS += -DCC2420_DEF_CHANNEL=26
>
>
>
> On Thu, Sep 4, 2008 at 7:15 AM, Eric Keller <eekeller at psu.edu> wrote:
>> Can someone confirm the procedure to change the default channel and
>> default group
>> for a telosb mote under Tinyos-2.1? I would like to change it in the
>> makefile in my source
>> directory if I can.
More information about the Tinyos-help
mailing list