Re: [Tinyos-help] CC2420 RSSI Question

2010-03-24 Thread Andreas Weigel
Hi, you should be able to find out about the details of RSSI/energy detection in the CC2420 datasheet. I would guess (not actually using the CC2420 myself) that the RSSI.read function directly accesses the register and has to apply some correction on the value it finds there whereas the other

[Tinyos-help] Micaz Motes Tx range

2010-03-24 Thread Vikram vik76
Hello, Is there any table which lists the Transmission range in Metres/feet (any other metric) for different transmission power values between 0-31. Regards Vikram ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.be

Re: [Tinyos-help] Micaz Motes Tx range

2010-03-24 Thread Arik Sapojnik
I don't think it is possible to provide such a table, since the Tx range depends on the battery, environment (obstacles), other transmitting devices (not necessarily motes), nature of your own mote (every mote is slightly different due to it's analog components ) and probably another things that I

Re: [Tinyos-help] CC2420 RSSI Question

2010-03-24 Thread mgm ncm
The offset -45 dbm Has to be added to RSSI register as per the CC2420 datasheet --MGM On Wed, Mar 24, 2010 at 1:32 PM, Andreas Weigel < andreas.wei...@tu-harburg.de> wrote: > Hi, > > you should be able to find out about the details of RSSI/energy > detection in the CC2420 datasheet. I would gues

[Tinyos-help] Which Deluge version work on MicaZ

2010-03-24 Thread mgm ncm
Hello all, I am currrently using tinyos1.x and trying to use over the air programming in MicaZ. The Deluge 2.0 in the tinyos 1.x tree can able to run in mote and respond to the Java Deluge program .Though i can burn new images to the mote over the air,the motes are not rebooting to the desired i

Re: [Tinyos-help] CC2420 RSSI Question

2010-03-24 Thread Chieh-Jan (Mike) Liang
CC2420 radio chip records RSSIs as negative numbers in 2's complement format. Since CC2420Packet.getRssi() returns signed int, it doesn't need to do anything else. However, since the read interface of CC2420Control returns unsigned int, it cannot just cast. Mike On Mar 23, 2010, at 11:21 PM, w

[Tinyos-help] write in the file

2010-03-24 Thread Pamela Perera
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Sense Application Reading

2010-03-24 Thread t'aim .
Hi,how I can read readings or displaying reading from Sense Application with out using Oscilloscope.I am using java net.tinyos.tools.MsgReader -comm serial@/dev/ttyUSB6:iris but it is not showing the sense reading.. thanx for help in advancetaimoor

[Tinyos-help] IPBaseStation

2010-03-24 Thread David Li
Hi, I am currently using 2.1.0. I installed it on Ubuntu 9.10 by apt-get install. The BLIP tutorial mentioned the IPBasestation in $TOSROOT/apps but I couldn't find it. Can someone let me know where I can download or sync up to this app or maybe the entire Blip package? -- Regards, - David __

Re: [Tinyos-help] Sense Application Reading

2010-03-24 Thread Janos Sallai
MsgReader also needs a java class file, generated by mig from the c header file that contains the message structure, as a parameter. Janos On Wed, Mar 24, 2010 at 10:45 AM, t'aim . wrote: > Hi, > how I can read readings or displaying reading from Sense Application with > out using Oscilloscope.I

[Tinyos-help] documentation of nesc coding

2010-03-24 Thread C L
Hello guys Is it possible to use Doxygen with NesC source code? I tried the Doxywizard, but ended up having empty html files (except the title I provide). Or, is there any other means to document my comments within my code (except nesdoc)? I just want to produce a neat html code for someone else

Re: [Tinyos-help] documentation of nesc coding

2010-03-24 Thread Kevin Klues
What's wrong with nesdoc? On Wed, Mar 24, 2010 at 10:19 AM, C L wrote: > Hello guys > > Is it possible to use Doxygen with NesC source code? > > I tried the Doxywizard, but ended up having empty html files (except the > title I provide). > > Or, is there any other means to document my comments wi

[Tinyos-help] I need help, i can't program the motes in cygwin

2010-03-24 Thread Mario Torrecillas Rodríguez
Hi all! Well, i've been trying to install tinyos 2.x in cygwin and...I almost succeed:) Most things seems to work fine (java applications like serialforwarder, programs compiling...) but I can't program motes like I usually do on a linux environment. When I type "make telosb install", cygwin says:

[Tinyos-help] What does "gain" mean in TOSSIM?

2010-03-24 Thread Xiaohui Liu
Hi all, I'm trying to configure a network in TOSSIM and using add(src, dest, gain)*. *What does gain mean exactly here? For instance, if transmission power of -24 dBm is used in TOSSIM by specifying power level to be 3, and add(1, 2, -54). When 1 transmits, what is the corresponding received signa

Re: [Tinyos-help] Noise trace of a hospital/clinic environment

2010-03-24 Thread Philip Levis
On Mar 23, 2010, at 10:55 PM, Shahzad Malik wrote: > Dear all, First of all, I have to say that this is by far > the most active mailing list on TinyOS. So, keep it up! I am a research > assistant > working on "Body Sensor Network" applications and I was interested in > simulating > the beh

Re: [Tinyos-help] What does "gain" mean in TOSSIM?

2010-03-24 Thread Philip Levis
On Mar 24, 2010, at 3:29 PM, Xiaohui Liu wrote: > Hi all, > > I'm trying to configure a network in TOSSIM and using add(src, dest, > gain).What does gain mean exactly here? For instance, if transmission power > of -24 dBm is used in TOSSIM by specifying power level to be 3, and add(1, 2, > -5

Re: [Tinyos-help] Noise trace of a hospital/clinic environment

2010-03-24 Thread Shahzad Malik
Thanks Phil, How much does a single TelosB cost? Best Regards Shahzad On Thu, Mar 25, 2010 at 4:24 AM, Philip Levis wrote: > On Mar 23, 2010, at 10:55 PM, Shahzad Malik wrote: > > > Dear all, First of all, I have to say that this is by far > > the most active mailing list on TinyOS. So, keep

Re: [Tinyos-help] Noise trace of a hospital/clinic environment

2010-03-24 Thread Eric Decker
last i looked about a year or 2 ago, about $100 usd On Wed, Mar 24, 2010 at 6:46 PM, Shahzad Malik wrote: > Thanks Phil, > > How much does a single TelosB cost? > > Best Regards > Shahzad > > > On Thu, Mar 25, 2010 at 4:24 AM, Philip Levis wrote: > >> On Mar 23, 2010, at 10:55 PM, Shahzad Malik