[Tinyos-help] Deluge in TinyOS

2007-03-04 Thread Faraz Zahabian
I have set up Deluge and I am able to inject images to Mica2 motes but all the motes in the network have the same set of images? I was wondering if there is a way to inject different set of images to different motes in the network? for example if I have motes X and Y, I want to be able to inject

[Tinyos-help] Need help in Installation Mote iv Invent

2007-03-04 Thread vkoya
Hi I am student of the University of Memphis. I am facing a problem in installing TinyOS. Mote is detected by Cygwin. While running the Mote iv Trawler Application, their is an error displaying /usr/bin/bash: line 11: [: /home/Vasudha: binary operator expected Trawler Application Detected mote

[Tinyos-help] Question about Deluge source code:

2007-03-04 Thread Faraz Zahabian
Hello everyone, In Deluge.h the reboot delay is set to be 4 ( DELUGE_REBOOT_DELAY = 4 ), I am just wondering, is it 4 milli sec or 4 micro sec ? Also does any one know what are the following variable are referring to : DELUGE_MIN_DELAY = 16 // min delay of what?

[Tinyos-help] Project on TinyOS

2007-03-04 Thread vaibhav agarwal
Hi, I am doing a project on tinyos (Wildlife Sensor Network- adhoc network using zigbee modules) . As dictated by requirements of my code I will have to use many sensors( temp, GPS, light etc. ) and so I will have to make our own sensor modules.Tinyos has low RAM requirements, which makes it

[Tinyos-help] Using MSP 430 FET with Tmote Sky

2007-03-04 Thread Naveen Madabhushi
Hello, I have an MSP 430 USB Debugger interface (MSP-FET430UIF). I have made a small interface board such that it can be connected to the JTAG pins of TMote. Can anyone give me some pointers as to how to use this Debugger? I am using IAR Embedded Workbench IDE and would want to see if i can

[Tinyos-help] please help!

2007-03-04 Thread Minnie Virk
hi, im trying something very very simple with tinydb and mica2 motes on MIB510. im trying to get temperature and light readings in tinydb gui. the basestation is connected using a usb to serial converter, and all the motes have been programmed with TinyDBApp. but somehow when i run the

[Tinyos-help] tinyOs

2007-03-04 Thread ktfrye
I am trying to run the TrioSense folder and I keep getting an error that says interface PIR not found but the interface PIR is in contrib/nestfe/nesc/sensorboard/trio is there anyway you can tell me what is going wrong? Sincerely, Kaseima Frye ___

Re: [Tinyos-help] Questions about using I2C on MicaZ / MTS300 (TinyOS 2)

2007-03-04 Thread tw796021
Thanks, we've found out and already got it to work ;-) Sorry for not posting this... Thomas On Jan 3, 2007, at 12:50 PM, Thomas Wagner wrote: Hi again, Would you mind if I ask you another question? We have to write our program (wich communicates with the Mote Network) in VB.net, so we

[Tinyos-help] Changing crystal on tmote sky

2007-03-04 Thread Bhavesh Gupta
Hi All, By default the tmote comes with 32.768 KHz crystal. I have need of using a high frequency crystal with my tmote hardware. If I do replace the crystal on the board does it affect my tinyos based application on it? Do we have a way of setting parameters in the tinyos based on my crystal so

[Tinyos-help] TinyOS

2007-03-04 Thread Vanesa Hurtado Gonzalez
Good morning; I am a Spanish student who is trying to compile the example which is in /opt/tinyos-2.x/apps/Null. When I type make: [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Null$ make I get this error: /opt/tinyos-2.x/support/make/Makerules:166: *** Usage: make target extras make

Re: [Tinyos-help] toswrap make micaz sim error

2007-03-04 Thread Chad Metcalf
The first error is pretty clear... The tutorial talks about this. You need to install the python development files. Or if you already have them point the build to them. Perhaps you should consider wiping your environment and starting fresh? Chad --- If you have all of the needed files, but

Re: [Tinyos-help] toswrap make micaz sim error

2007-03-04 Thread Philip Levis
On Mar 1, 2007, at 4:07 AM, fatima cabot wrote: Hi. I've followed every step in tutorial (but the little adjustments to make it work) and i keep on getting this error when doing make micaz sim inside any application directory /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2483:4: error:

Re: [Tinyos-help] please help!

2007-03-04 Thread Michael Schippling
By saying that the hardware verification passes, you mean that you tested the radio link? Or just verified directly plugged into the MIB? And what version of TOS? If T1, you should use the contrib/xbow tree to build apps because it contains radio code that actually works. I can't help with the

[Tinyos-help] suggestions needed

2007-03-04 Thread rachna goel
Hi all, I am new in this WSN field.currently having mica2,micaz motes,mib520 gateway,mts 300,mts 310,mts 400 mts 420 sensors.I dont have much expertise with tiny os programming.I have done a car tracking system in which we can find the accelaration,magnetic readings and GPS value of a

[Tinyos-help] Is my mote damaged?

2007-03-04 Thread Tarun Bansal
I am using USB programming board (mib 520), MicaZ motes and tinyos 1.1.15. When I try to install program into one of my motes, I get the following error: ERROR START** $ make micaz reinstall,4 mib510,COM3 whoami: cannot find username for UID 46570 set-mote-id build/micaz/main.srec

[Tinyos-help] About the topology control algorithm in Tinyos

2007-03-04 Thread Meiying Su
Dear all , i have learned the tinyos for a long while ,but i cannot find which topology control algorithm is used in tinyos,can you give me some idea ? thanks Best Regard Sophia Su ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Still Tinyos2.0 installation on Windows Vista Business

2007-03-04 Thread Shuo Xiao
Hi all, I installed cygwin on Windows Vista, I typed the command which rpm, it displayed that rpm: Command not found; When I typed the command rpm --help, the result was the same. I copied relevant rpm files in the directory bin and the rpm library in the directory lib from Windows XP. At