[Tinyos-help] Simulating TinyOs applications with Avrora

2011-04-24 Thread Mitra Baratchi
Dear friends I am trying to simulate a large network with Avrora simulator in (Xubuntos via VMware player). However no matter what number I set for -nodecount, I never get the results of simulation for more than 50 nodes (even for Blink app). I have found out that Avrora runs one thread per nod

[Tinyos-help] Power analysis simulation framework

2011-04-24 Thread trilok i
Hi all, I want to test power analysis for a given code. I found a simulation framework from below link http://www.hindawi.com/journals/es/2008/369178/ . If anyone worked on this PAWiS Simulation Framework ( power aware simulation framework for wireless sensor networks) please let me

Re: [Tinyos-help] Can sensors with different type do the communication?

2011-04-24 Thread 徐经纬
Hi Miklos, I just install the BlinkToRadio program into one telosb and one IRIS mote. They don't do any communication with the same AM channel. Is something else I need to set or handle? 2011/4/15 Miklos Maroti > Hi Xu, > > Yes, TelosB and IRIS can communicate with each other (RF230 and > CC

Re: [Tinyos-help] telosb/tmote interrupts

2011-04-24 Thread Eric Decker
On Sun, Apr 24, 2011 at 10:41 AM, Prasanna Karthik V < prasannakart...@cse.iitb.ac.in> wrote: > hi, > For the first question, i tried looking at some sample platform > implementations. It looks like i got it all wrong. > 1) Capture Interface is used just to include timing info associated with >

Re: [Tinyos-help] Licensing TinyOS code

2011-04-24 Thread Eric Decker
> The main body of TinyOS code uses the BSD license which doesn't force > redistribution of source code and is possibly more compatible with industrial uses. Which may be incompatible with your aims. The most compatible license with respect to the main TinyOS code base is to use the bsd license.

Re: [Tinyos-help] Mts300 Temp Reading

2011-04-24 Thread Miklos Maroti
Hi Kendra, Do you use the latest SVN version from tinyos-main? http://code.google.com/p/tinyos-main/ Best, Miklos On Sun, Apr 24, 2011 at 4:03 AM, Kendra Lukowski wrote: > I have a Mts 300 sensor board. I am getting 0 reading for temp. I have > researched and have changed the > > TempControl.P

Re: [Tinyos-help] telosb/tmote interrupts

2011-04-24 Thread Prasanna Karthik V
hi, For the first question, i tried looking at some sample platform implementations. It looks like i got it all wrong. 1) Capture Interface is used just to include timing info associated with an interrupt event. Capture interface in no way does emulation. TEP 126 gives info on how to emulate a n

Re: [Tinyos-help] interfacing of analog PIR sensor with TelosB mote

2011-04-24 Thread Viktor Zsoldos
Maybe this can help you: http://www.ece.ncsu.edu/netwis/sensor_networks.php Viktor 2011.04.24. 17:07 keltezéssel, sumit bhogal írta: > Sir, > > > I am trying to interface analog PIR sensor with TelosB mote using 10 > pin connector on TelosB, but i don't know to which pin should i > connect the ou

[Tinyos-help] interfacing of analog PIR sensor with TelosB mote

2011-04-24 Thread sumit bhogal
Sir, I am trying to interface analog PIR sensor with TelosB mote using 10 pin connector on TelosB, but i don't know to which pin should i connect the output of the sensor. Also please tell what r the changes that i should make in RadioSenseToLeds application to read the value of PIR sensor. kin

[Tinyos-help] interfacing of analog PIR sensor with TelosB mote

2011-04-24 Thread sumit bhogal
Sir, I am trying to interface analog PIR sensor with TelosB mote using 10 pin connector on TelosB, but i don't know to which pin should i connect the output of the sensor. Also please tell what r the changes that i should make in RadioSenseToLeds application to read the value of PIR sensor. kin

[Tinyos-help] Licensing TinyOS code

2011-04-24 Thread jostargal
Hi all! I've a NesC application written by myself. I'd like to add a free-software licence to the source code. I know there are several types: GPL, AGPL, BSD... but I don't know which one to choose. Here    http://docs.tinyos.net/index.php/FAQ#How_is_TinyOS_code_licensed.3F    I've read TinyOS i