Re: [Tinyos-help] How to change the channel frequency of TelosB mote dynamically?

2013-06-11 Thread Han Bin
Hi David, Thank you for your reply. I can do it now. We can use CC2420Config interface (setChannel() command) to set channel number for motes. I'm working on designing a MAC protocol for WSN. In my protocol, mote is required to change channel during operating time. Thank you very much! Best rega

Re: [Tinyos-help] How to change the channel frequency of TelosB mote dynamically?

2013-06-11 Thread David Rodenas
nyos-help@millennium.berkeley.edu > Subject: [Tinyos-help] How to change the channel frequency of TelosB mote > dynamically? > > Dear everyone, > > I'm currently working on TelosB motes using TinyOS 2.1. > Could you please show me how to change the channel frequency of

[Tinyos-help] How to change the channel frequency of TelosB mote dynamically?

2013-06-11 Thread Han Bin
Dear everyone, I'm currently working on TelosB motes using TinyOS 2.1. Could you please show me how to change the channel frequency of Telosb mote dynamically (without using the MAKEFILE). For example, during the operating time, we can use a command/function to change the frequency of motes, depe