[Tinyos-help] What is the functionality of ADCControl interface in Sense app?

2006-11-16 Thread Zhao Stephen
I have one question to lesson 2 of tos tutorial. SenseM uses an interface named as ADCControl but it does not appear in implementation code. I can not understand why SensM use this interface? on the other hand, in Sense.nc file there are two line like Main.StdControl - Sensor; and

[Tinyos-help] Error compiling TestTinySec on micaz platform

2006-11-16 Thread Lorenzo Mainardi
Hi, I try to compile in TestTinyViz for micaz platform; when I do 'make pc' it works fine, with some warnings. When i try to compile for micaz platofrm I obtain this: TestTinySecM.nc: In function `StdControl.init': TestTinySecM.nc:72: `TINYSEC_ENCRYPT_AND_AUTH' undeclared (first use in this

[Tinyos-help] RE: RV: TinyOS 2.0 installation problem

2006-11-16 Thread Eva Maria Garcia
Hi, When I compiled application Blink with make micaz sim-cygwin, I obtain the next error: build/micaz/tossim.o(.text+0xcaa):/opt/tinyos-2.x/tos/lib/tossim/tossim.c:18 8: undefined reference to `_hashtable_insert' collect2: ld returned 1 exit status make: *** [sim-exe] Error 1 Thanks _

[Tinyos-help] TOSSIM/Tython virtual space dimensions

2006-11-16 Thread Markus Becker
Dear list, we are looking for information about the virtual space in TOSSIM/tython. When we use motes[0].moveTo(18,10) does that mean, mote 0 is moved 18 meters in x and 10 meters in y direction from the origin in the upper left corner? Or is the virtual space without units? Where is then the

[Tinyos-help] java problem

2006-11-16 Thread Zhao Stephen
When I perform java net.tinyos.toos.listen, the error is : $ java net.tinyos.tools.listen Exception in thread main java.lang.NoClassDefFoundError: net/tinyos/tools/list en (wrong name:

Re: [Tinyos-help] java problem

2006-11-16 Thread sougata sen
listen is with capital L On 11/16/06, Zhao Stephen [EMAIL PROTECTED] wrote: When I perform java net.tinyos.toos.listen, the error is : $ java net.tinyos.tools.listen Exception in thread main

[Tinyos-help] Micaz Transmission Power

2006-11-16 Thread walid hamdi
Hi Everybody! Can somebody tell me please where can i see the actual transmission power for the micaz motes under tinyOS-1.x? How can i modify it when transmitting and out of transmitting? Thanks

Re: [Tinyos-help] Micaz Transmission Power

2006-11-16 Thread Daniele Munaretto
Check the CC2420Control interface Hope this will be helpful Cheers Daniele walid hamdi wrote: Hi Everybody! Can somebody tell me please where can i see the actual transmission power for the micaz motes under tinyOS-1.x? How can i modify it when transmitting and out of transmitting? Thanks

RE : Re: [Tinyos-help] Micaz Transmission Power

2006-11-16 Thread walid hamdi
Thanks Daniele! But, is there a way to see and change the Value set by CC2420Control.SetRFPower(uint8_t power). I´m just seeing the implementation of the method but I still don´t know where it is called to begin sending. Hope u see what i mean! I firstly just want to see which value between 1 and

[Tinyos-help] TOSSIM TinyOS 2.0 problem

2006-11-16 Thread Eva Maria Garcia
Hi, I have problems with compilation for TOSSIM in TinyOS 2.0. The command tos-check-env hasn't errors. But when I compile with the command make micaz sim-cygwin I obtain a couple of warnings and the next error: build/micaz/tossim.o(.text+0xcaa):/opt/tinyos-2.x/tos/lib/tossim/tossim.c:18 8:

[Tinyos-help] PDA and Tinyos Motes

2006-11-16 Thread Selva
Dear All, Is anyone using PDA to talk with Tinyos mote devices through Zigbee. Any help will be appreciated. Thanks in advance, Regards, Selva ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] sendDone (error==SUCCESS) really means transmission succeeds?

2006-11-16 Thread Tie Luo
PacketAcknowledgments.requestAck() enables acknowledgement. But as a caveat, even if the ack is enabled and error==SUCCESS, it does not guarantee the message has been sent to receiver. After the transmitter sends out the message it will wait for a period of ACK_WAIT (some constant defined like

Re: [Tinyos-help] java problem

2006-11-16 Thread Marco Antonio Lopez Trinidad
Hi, have you tried? java -classpath /opt/tinyos-1.x/tools/java net.tinyos.tools.ListenRaw ciao, --marco. Quoting Zhao Stephen [EMAIL PROTECTED]: When I perform java net.tinyos.toos.listen, the error is :

[Tinyos-help] TestTinySec on micaz not work

2006-11-16 Thread Lorenzo Mainardi
Hello, I try to compile TestTinySec apps on micaz platform. I'm able to compile on pc, mica, mica2, but not for micaz(and my testbed is just based on it).I receive the same output in a windows box and on a Linux box. This is the output, it seems that it does not find some headers or libraries:

[Tinyos-help] Error 2: Programmer not responding.

2006-11-16 Thread sundaresh sundaralingam
Hi All, What error is this and what should I do? [EMAIL PROTECTED] /cygdrive/c/tinyos/cygwin/opt/tinyos-1.x /contrib/xbow/apps/t osbase $ make mica2 install,0 mib510,/dev/ttyS0 mkdir -p build/mica2 compiling TOSBase to a mica2 binary ncc -o build/mica2/main.exe -Os

[Tinyos-help] Corrupted Stack error.

2006-11-16 Thread sundaresh sundaralingam
Hi All, I am facing this error when I run xlisten -c. Any idea whats going on? Please do advice. Thanks. $ xlisten -c xlisten Ver:$Id: xlisten.c,v 1.2 2005/06/21 01:36:06 pipeng Exp $ Using params: [cooked] /dev/ttyS0 input stream opened 17 [main] xlisten 2740 _cygtls::handle_exceptions:

[Tinyos-help] telnet console to motes

2006-11-16 Thread euph0rion
hi, i need the motes communicate via serial to the pc the communiication have to be telnet like but not byte-by-byte but sendLine(); getLine(); only the strings must be transmitted so what is the best approach for this? i could use HPLUARTC and implement sendLine(); getLine() with a buffer

[Tinyos-help] telnet console to motes

2006-11-16 Thread euph0rion
hi, i need the motes communicate via serial to the pc it must be telnet like but not byte-by-byte but something like senLine()/getLine() interface only the strings must be transmitted... so what is the best approach for sending strings or arrays of data not wrapped into packets? i could use

Re: [Tinyos-help] RSSI Indoor measurements

2006-11-16 Thread Adam Scheuring
Hi, I have just finished a project where i was measuring RSSI values in an indoor enviroment in every 20cm-s. I can send you a few figures if you are interested. Several effects cause those weird RSSI characteristics like interferences, etc. The characteristics are not really monoton in my study

Re: [Tinyos-help] RE: RV: TinyOS 2.0 installation problem

2006-11-16 Thread Philip Levis
On Nov 16, 2006, at 1:24 AM, Eva Maria Garcia wrote: Hi, When I compiled application Blink with make micaz sim-cygwin, I obtain the next error: build/micaz/tossim.o(.text+0xcaa):/opt/tinyos-2.x/tos/lib/tossim/ tossim.c:188: undefined reference to `_hashtable_insert' collect2: ld returned

[Tinyos-help] Fwd: TOSSIM TinyOS 2.0 problem

2006-11-16 Thread Cormac Duffy
to `_hashtable_insert' collect2: ld returned 1 exit status make: *** [sim-exe] Error 1 Can anybody help me? -- next part -- An HTML attachment was scrubbed... URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/ attachments/20061116/3103b75b/attachment.html

RE: [Tinyos-help] Error 2: Programmer not responding.

2006-11-16 Thread Giri Baleri
The Programmer is not responding message indicates that the PC has not been able to communicate with the MIB510 gateway. Few things to check: - Is MIB510 powered? - Is COM port assignment correct? - Are you using the straight through serial cable (NOT null modem cable)? - Try resetting the MIB510

RE: [Tinyos-help] RE: RV: TinyOS 2.0 installation problem

2006-11-16 Thread Eva Maria Garcia
Ok, I've done what you tell me, but now I obtain the next error. That is only a part of the errors: `-' token /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:6875: error: syntax error before `*' token /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:6888: error: parse error before `['

[Tinyos-help] a question about upgrading tinyos from 1.1.0 to 1.1.15

2006-11-16 Thread Meiying Su
Dear all, why it show me the error message ,like this [message ] [EMAIL PROTECTED] ~ $ cd /opt/tinyos-1.x [EMAIL PROTECTED] /opt/tinyos-1.x $ rpm --force --ignoreos -Uvh tinyos-1.1.15Dec2005cvs-1.cygwin.noarch.rpm error: Failed dependencies: nesc = 1.1.1 is needed by

[Tinyos-help] Request for Causes of Protocol Failure

2006-11-16 Thread Jung Woo Lee
Dear TinyOS Community, We are working on compiling a list of reasons that real-world networks failed. If you have deployed a real-world network, it's pretty likely that you witnessed some causes first-hand. We're mostly interested in protocol failures, rather than reasons that nodes physically

Re: [Tinyos-help] which one is the compiler choose when there are more components with same name

2006-11-16 Thread Hairong Yan
I found lesson9 and lesson10 in the website of http://www.tinyos.net/tinyos-2.x/doc/html/tutorial/. My tinyOS is 1.18. I am afraid that is a tutorials for tinyos2.0. Whatever it is helpful. As Philip said I found the part of .platform file, but I can not found the other part. What is the file

Re: [Tinyos-help] FCS - TinyOS 1.x (Tmote)

2006-11-16 Thread Terence Joseph
Thanks for that but could you please tell me then what the third and second last bytes represent (F0 CE in the example below)? They are not data but come after the data field. Regards, Terence. From: Joe Polastre [EMAIL PROTECTED] To: Terence Joseph [EMAIL PROTECTED] CC:

[Tinyos-help] Re: TOSH commands/Micaz Pins

2006-11-16 Thread Julian Burrough Counihan
Hello I am trying to send some current to the PW pins on a MicaZ mote. I was going to use the TOSH_SET_##pin##_PIN statements outline in avrhardware.h but I cannot find where these statements are defined in TinyOS 2.0? However I found the TOSH_ASSIGN pin statements in the chips/atm128

Re: [Tinyos-help] creating GUI for tinyos components

2006-11-16 Thread David Moss
From what I hear, TOSDev currently works with TinyOS-1.x and is currently being ported to TinyOS 2.x. This is a very nice GUI and editor for TinyOS development. Graphical representation of wiring, and everything you'd want out of a code editor on the development end.

[Tinyos-help] missing msp430.util / on ubuntu

2006-11-16 Thread Daniel Hess
Hello, has anyone found a solution to the problem described by Sasha Lutters on October 31? http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg07701.html I'm using Ubuntu / having the same problem... Neither of these imports in /opt/msp430/bin/msp430-bsl work: from

[Tinyos-help] Re: TOSH statements/ TinyOS 2 / PW pins

2006-11-16 Thread Julian Burrough Counihan
I am trying to send some current to the PW pins on a MicaZ mote. I was going to use the TOSH_SET_##pin##_PIN statements outline in avrhardware.h but I cannot find where these statements are defined in TinyOS 2.0? However I found the TOSH_ASSIGN pin statements in the chips/atm128

[Tinyos-help] TinyOS 2.0 installation problem

2006-11-16 Thread Eva Maria Garcia
I have just installed tinyos 2.0 following the steps in the http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html page. When I run the tos-check-env command, I get the following message graphviz:

[Tinyos-help] help for nesc compiler

2006-11-16 Thread zhenyuejiang
I'm a chinese student.Recently i have been reading about the source code of nesC compiler,but it's very difficult to understand. May you mail me the specification of the source code ? Thank you very much!___ Tinyos-help mailing list

Re: [Tinyos-help] Fwd: TOSSIM TinyOS 2.0 problem

2006-11-16 Thread Philip Levis
On Nov 16, 2006, at 8:53 AM, Cormac Duffy wrote: Am also having similar problem with fedora core 4, after upgrading to tinyos-2.x release rpm The make micaz sim compiles properly but when i use simple Driver.c file and try to compile and link i get the following error g++ -g -c -o Driver.o

Re: [Tinyos-help] TinyOS tools missing

2006-11-16 Thread David Gay
On 11/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I ran the TinyOS 2.0 installation, and i find the folder tools missing from the /opt/tinyos2.x directory I made sure I completed all the steps listed : - installed JDK from IBM - installed all the rpm's given for linux -

Re: [Tinyos-help] help for nesc compiler

2006-11-16 Thread David Gay
On 11/13/06, zhenyuejiang [EMAIL PROTECTED] wrote: I'm a chinese student.Recently i have been reading about the source code of nesC compiler,but it's very difficult to understand. May you mail me the specification of the source code ? The specification is the nesC reference manual, found in

Re: [Tinyos-help] a question about upgrading tinyos from 1.1.0 to 1.1.15

2006-11-16 Thread Tony Han
add --nodeps will solve the problem. $ rpm --nodeps --force --ignoreos -Uvh tinyos-1.1.15Dec2005cvs-1 .cygwin.noarch.rpm hope that helps you Tony On 11/9/06, Meiying Su [EMAIL PROTECTED] wrote: Dear all, why it show me the error message ,like this [message ] [EMAIL PROTECTED] ~ $ cd

[Tinyos-help] tinyviz simple

2006-11-16 Thread Yinying Yang
Hi, I use the following command to start tinyviz. Tinyviz -run 'build/pc/main.exe -b=1 -r=simple' 25 Now even here I use -r=simple, when Tiinyviz starts, it shows : AUTORUN: Running simulation: build/pc/main.exe -p -b=1 -gateway=1 -r=simple -gui -r=lossy -seed=850073226 -nodbgout 25

Re: [Tinyos-help] What is the functionality of ADCControl interface in Sense app?

2006-11-16 Thread Michael Schippling
most likely it is a leftover that someone forgot to remove, the common use for the ADCControl interface is to set the clock prescaler (conversion rate) using setSamplingRate(). MS Zhao Stephen wrote: I have one question to lesson 2 of tos tutorial. SenseM uses an interface named as ADCControl

Re: [Tinyos-help] RSSI Indoor measurements

2006-11-16 Thread Madhu Mudigonda
Hello Adam Scheuring , My name is Madhu.I'm a Graduate student from Electrical and Computer Engineering,CSU. I'm also working on Tinyos Projects and I'm interested in looking at RSSI characteristics. Can I get a copy of them? Thanks-- Madhu On 11/16/06, Adam Scheuring [EMAIL PROTECTED] wrote: