[Tinyos-help] Real ADC values from SHT11 sensor on TelosB

2013-06-11 Thread Sean Dekker
Hi all, Can someone please tell me what is the range of RAW data from the temparature sensor on TelosB? I was thinking it should be 0-4096 but I am getting values like 6553 or so...Am I doing something wrong? Also, for the conversion formula...is the conversion formula different when the Telos

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
Hi Han TelosB uses the CC2420 radio transceiver, whose libraries are located at /tos/chips/CC2420 (https://github.com/tinyos/tinyos-main/tree/master/tos/chips/cc2420). The component CC2420ControlC may help you (https://github.com/tinyos/tinyos-main/tree/master/tos/chips/cc2420/control). If you

[Tinyos-help] CfP: Int. Workshop on Real-world Wireless Sensor Networks - Submission approaching!

2013-06-11 Thread Mikhail Afanasov
Call for Papers: The Fifth Workshop on Real-World Wireless Sensor Networks == 19-20 September 2013 Como Lake (Italy) http://realwsn.deib.polimi.it Follow

[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