[Tinyos-help] [Researchers] 16th IEEE/ACM* International Symposium onDistributedSimulation and Real Time Applications, Dublin, 25-27/10/2012.

2012-03-06 Thread Profa Dra Mirela Sechi Moretti Annoni Notare
Please accept our apologies if you have received multiple copies. Call for Papers - DS-RT 2012 16th IEEE/ACM* International Symposium on Distributed Sim

Re: [Tinyos-help] Pro-active (table-driven) routing

2012-03-06 Thread gokulledieu
an implementation for wireless sensor node will also be useful -- View this message in context: http://old.nabble.com/Pro-active-%28table-driven%29-routing-tp33391764p33451979.html Sent from the TinyOS - Help mailing list archive at Nabble.com. ___ Ti

Re: [Tinyos-help] Need advices and suggestions for hardware selection!

2012-03-06 Thread Sergio Valcarcel
Hello, The question is not trivial. First of all you need to have your specifications clear. The most critical are usually RAM size, processing power, consumption, price, portability to your preferred operating system and good development tools (reliable toolchain and debugging). Cheers! Sergio

Re: [Tinyos-help] Error compiling TestSerial

2012-03-06 Thread András Bíró
Hi Varun, It seems your CLASSPATH variable contains /opt/tinyos-2.1.1/support/sdk/java instead of /opt/tinyos-2.1.1/support/sdk/java/tinyos.jar Andris On Mon, Mar 5, 2012 at 3:47 PM, Varun Agrawal wrote: > When I try to make the TestSerial application I get the following output: > > ubuntos@ubu

Re: [Tinyos-help] RSSI with tinyos-1.x and mica2

2012-03-06 Thread Michael Schippling
Here's the battery section right out of the MPR/MIB User’s Manual: -- 6.4 MICA2 Battery Voltage Monitor The MICA2 units have an accurate voltage reference that can be used to measure battery voltage (Vbatt). Since the eight-chan

[Tinyos-help] Need advices and suggestions for hardware selection!

2012-03-06 Thread pho thar
Hello All! I am new to WSN (Wireless Sensor Network). I am planning to do a project based on WSN. I already checked hardware for WSN but i didn't know how to choose hardware for my project... What i want to do is designing a light-weighted access control mechanism in a sensor node or base station.

[Tinyos-help] Help programming runaway mote (should be easy)

2012-03-06 Thread sathish
Will u please tell me how to run a sample file and where to write code ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] RSSI with tinyos-1.x and mica2

2012-03-06 Thread giacomo_gioacch...@libero.it
Hi,I am using the mica2 motes with tinyos-1.x. I want measure the RSSI value at the receiver. My motes emit at 433MHz. From the datasheets I have been reading I think that everytime a packet is received the following should be done:-read the ADC_Count value from chan[7] of the ADC and use it to

[Tinyos-help] TOSSIM interface and top view

2012-03-06 Thread Ali Shareef
Hello all, I would like to add multiple channel capabilities to TOSSIM, but I don't know how to modify the TOSSIM code. Is there documentation for TOSSIM for TinyOS2.0? I found a paper for TinyOS 1.0, but was wondering if there is any difference between the two. I found a multiple channel imple