Re: [Tinyos-help] Where to read about humidity sensor and temperature one? TELOSb

2013-10-15 Thread Alaios
Hi, Thanks a lot for the answer. Actually  I have seen this tutorial already... I think my question is more general . When I learn that for example telosb mote has a humidity, or temperature sensor what is the first step on learning - what this sensor/interface can do -how it can be programmed?

[Tinyos-help] (no subject)

2013-10-15 Thread Anbu Sorna
Hi,        Is there any way to assign more than one radio channel frequency in tinyos??? For example    CFLAGS += -DCC2420_DEF_CHANNEL=12         CFLAGS += -DCC2420_DEF_CHANNEL=24 Please let me know whether the basestation can receive more than one channel simultaneously.. Regards K.SORNA

[Tinyos-help] Multiple Channel Frequency in tinyos

2013-10-15 Thread Anbu Sorna
Hi,        Is there any way to assign more than one radio channel frequency in tinyos??? For example    CFLAGS += -DCC2420_DEF_CHANNEL=12         CFLAGS += -DCC2420_DEF_CHANNEL=24 Please let me know whether the basestation can receive more than one channel simultaneously.. Regards

[Tinyos-help] Tiny OS 1.x and 2.x radio compatibility - repost

2013-10-15 Thread Dhruv Vyas
Hi, Is there anyway two motes can communicate with each other having different tinyos versions (ie tinyos 1.x and 2.x) ? I tried to follow links below:

Re: [Tinyos-help] Tiny OS 1.x and 2.x radio compatibility - repost

2013-10-15 Thread Eric Decker
you also should verify that both motes are talking the same protocol. In other words the packets need to match exactly. I'm not sure about the endianess but if T1 is big endian and T2 little endian it wont work unless you figure out how to get them to match. Why are you trying to get T1 to

Re: [Tinyos-help] Multiple Channel Frequency in tinyos

2013-10-15 Thread Eric Decker
First, think to yourself what would that mean? The radio h/w doesn't support multiple channels at the same time. resistance is futile. On Mon, Oct 14, 2013 at 11:26 PM, Anbu Sorna sorna.a...@yahoo.com wrote: Hi, Is there any way to assign more than one radio channel frequency in

Re: [Tinyos-help] Where to read about humidity sensor and temperature one? TELOSb

2013-10-15 Thread Eric Decker
On Mon, Oct 14, 2013 at 11:08 PM, Alaios ala...@yahoo.com wrote: Hi, Thanks a lot for the answer. Actually I have seen this tutorial already... I think my question is more general . When I learn that for example telosb mote has a humidity, or temperature sensor what is the first step on

[Tinyos-help] Getting user key

2013-10-15 Thread Alaios
Hi all, I am trying to do something very very simple Get a notification when the telosb user key is pressed and turn one of the three leds on. It does not matter which one exactly. It is more to help me learn what to do and what not. my ButtonC.nc file looks like module ButtonC {    

[Tinyos-help] Help about changig hardware interrupt in FTSP test

2013-10-15 Thread rocklee
Goodmorning, i'm a new user i'm searching to modify the SFD interrupt used in FTSP apps. As i understand the FSD interrupt is called from the file CC2420TransmitP.nc(in radio chip), i would like to change this interrupt with the HplMsp430GeneralIOC component. my purpose is to begin the

Re: [Tinyos-help] Help about changig hardware interrupt in FTSP test

2013-10-15 Thread Eric Decker
SFD is an output from the CC2420 chip. When in transmit mode it indicates that it has finished actually transmitting the SFD byte. You can't do what you are asking about. please go read the data sheet for the radio to see what you can and can not do. Or your problem statement is poorly

Re: [Tinyos-help] Help about changig hardware interrupt in FTSP test

2013-10-15 Thread rocklee
i'm sorry, maybe the question is poorly formed. my target is to replace the function of radiocounttoled in FTSP test with a signal generator connected by the gpio input(port26) directly from MPSP430. So i suppose that it's possible to start comunication between FTSP node and basestation node

Re: [Tinyos-help] Help about changig hardware interrupt in FTSP test

2013-10-15 Thread Eric Decker
Maybe its me.But still poorly formed. So you want the FTSP node to send a packet to the BaseStation when the signal generator says so? If so, you can do that by writing some code. You can't do that by connecting the signal generator to the SFD pin of the chip. Writing the code and

Re: [Tinyos-help] IMPLEMENTATION OF COLLECTION TREE PROTOCOL

2013-10-15 Thread sandyireland
Gnawali author himself replied..what can we say... http://www.tinyos.net/dist-2.0.0/tinyos-2.x/doc/html/tutorial/lesson12.html Also you can look at github code collection.. -- View this message in context:

[Tinyos-help] Trying to measure Energy dissemination from Mote under a routing protocol

2013-10-15 Thread sandyireland
Hi, I am trying to measure cost in terms of energy of mote which is using particular routing protocol. I using presently I am focused on 2 procols also cost of crypted messages sent.. Not able to figure out best way to measure energy: Option 1: use while mote transmitting packets take from the

[Tinyos-help] Energy measurement of Routing protocols better methods?

2013-10-15 Thread sandyireland
Hi, I am trying to measure cost in terms of energy of mote which is using particular routing protocol. I using presently I am focused on 2 procols also cost of crypted messages sent.. Not able to figure out best way to measure energy: Option 1: use while mote transmitting packets take from