Re: [Tinyos-help] help: regarding the project

2011-11-06 Thread Sergio Valcarcel
Hi Shailendra, I recommend you to follow the tutorials: http://docs.tinyos.net/tinywiki/index.php/TinyOS_Tutorials There are some ad-hoc protocols for multi-hoping. You can read about that in those tutorials and references therein. There is also BLIP, an implementation of IPv6, so you can researc

Re: [Tinyos-help] Tiny OS port to AVR32+CC2520

2011-11-06 Thread Eric Decker
It is my understanding that he is using an AVR32 with a CC2520 module so I'm not sure where the 128rfa1 radio comes into play. On Sat, Nov 5, 2011 at 11:24 PM, Miklos Maroti wrote: > Hi! > > Look at some of the code in the atm128rfa1 directory, I think it is > more general. I can give advice how

[Tinyos-help] tinyos rssi noise floor reading

2011-11-06 Thread Xiaowei
Hello folks, I'm using tinyos 2.1 and trying to get the rssi noise floor reading with telosb mote. In apps/tests/cc2420 there's an app called RssiToSerial which does exactly what I want. But when I do "make telosb", it has following error: xiaowei@ubuntu:/opt/tinyos-2.1.0/apps/tests/cc2420/RssiT

[Tinyos-help] request for help about tinyos compilation and jdk1.5

2011-11-06 Thread Mashal al-shboul
Hi All, i am new member in the list,i am happy to be here. actually, i installed tinyos-2.1.1 and its compiler packages,and now i'm trying to check the environment ;   so, when i compile an application "in the shell"  no error appears but it ends at:    "    ...    com

Re: [Tinyos-help] Tiny OS port to AVR32+CC2520

2011-11-06 Thread Miklos Maroti
Hi Eric, On Sun, Nov 6, 2011 at 8:40 PM, Eric Decker wrote: > It is my understanding that he is using an AVR32 with a CC2520 module so I'm > not sure where the 128rfa1 radio comes into play. The atm128rfa1 is an atmega chip and I am slowly rewriting some of the components of the HAL and HIL of A

Re: [Tinyos-help] Simulation of client/server cluster model

2011-11-06 Thread Urs Hunkeler
Hi TOSSIM doesn't have the memory limitations of real WSN hardware, so you could write a single big application that contains the code for both the special cluster and the rest of the WSN. You then activate one or the other code in a simple if() statement testing the nodeID of the motes. Alter