[Tinyos-help] CSMA on TinyOS-2.x

2007-03-08 Thread Murtuza
Hello Friends, I want to implement a network protocol on a set of 4 mica2 motes I have. I want to transmit some sensed data from these motes to a base station attached to my computer and use the Listen.java code to see the packets being received. Can anyone tell me how, I can implement this. I ha

[Tinyos-help] Terminal Program

2007-03-08 Thread RADHIKA VIND
Hi, I am new to Tinyos programming. What is the best Terminal Program that can communicate with the board. I would like some results displayed, for example the sensor readings. Is there a way to display it on a terminal program than sending it via packet to the computer? Thank you, -- ~Radhika _

[Tinyos-help] Re: .exe to.ihex file

2007-03-08 Thread Junyan Ma
Hi RADHIKA, Just use the avr-objcopy to dump exe to the filetype you want. To download ihex/srec file to your mote you should have programming board, such as MIB510. JTAG could also be used to download the file. Refer to some basic AVR materials if you want to know more about it. avr-objcopy --o

[Tinyos-help] Fourth International TinyOS Technology Exchange

2007-03-08 Thread Philip Levis
The Fourth International TinyOS Technology Exchange (TTX4) will be held at M.I.T. on Saturday April 28th. The format this year will include reports from active working groups and new working group formation, as well as a "Contribs" session where members of the community can give very short

[Tinyos-help] How to limit the range of broadcast

2007-03-08 Thread Bibudh Lahiri
Hi, I'm running an application on TOSSIM. My application has a mobile node. All the other (static) nodes in the network periodically send PROBE messages to detect the mobile node. On receiving any such PROBE message, the mobile node broadcasts a BEACON frame so that the nodes in the vicinity can

Re: [Tinyos-help] Code not working on tmote

2007-03-08 Thread manu suryavansh
Hi Gaurav, After I made that change and run the Listen tool, it is giving the following error- --- Received message:08 00 00 00 00 00 7E 00 65 7D 00 00 00 00 00 00 00 00 08 00 00 00 00 TOS_Msg length is invalid: header_length=5,real_length=18 ... mod

Re: [Tinyos-help] Problem during buring code to Mica2 motes

2007-03-08 Thread Michael Schippling
For some reason you are no longer using the MIB (dapa is the default): uisp -dprog=dapa Did you fiddle with any of the makefiles in the meantime? I like to put the programmer definition in the makefile itself so I don't have to remember to type it...in the case of T1 in contrib/xbow/apps/Make

Re: [Tinyos-help] basic questions

2007-03-08 Thread Benjamin Madore
I wish this list were configured to set the reply to the list... - Original Message - Subject: Re: [Tinyos-help] basic questions From:"Benjamin Madore" <[EMAIL PROTECTED]> Date:Thu, March 8, 2007 2:59 pm To: "Philip Levis" <[EMAI

[Tinyos-help] RE: CC2420_LPL module on Tinyos-1.x?

2007-03-08 Thread David Moss
Hi Jiakang, > how can we know how many packets should be used in this sending train, > corresponding to different duty cycle/sleep interval of LPL? The software really doesn't need to know the exactly number of packets to send, because the amount of time spent per packet is dependant upon a lot

[Tinyos-help] What are the differences between "Sounder" and "Acoustic"?

2007-03-08 Thread Steve Gao
Dear friends: I am using MTS 300/310 sensor boards. What are the difference s between Sounder and Acoustic? Also, how to get reading of Acceleration, Magnetic, Light, Temperature, Acoustic and Sounder? I searched the manual but can't find the commands. Thanks, -Steve -

[Tinyos-help] Problem during buring code to Mica2 motes

2007-03-08 Thread Murtuza
Hello friends, I am working with mica2 motes on a fedora 6 machine with tinyos-2.x. Yesterday when i tried to install a code on the mica2 mote i got an error during installation into the mote. The error is shown below. I was installing the code using a mib520 board through the USB port. The funni

[Tinyos-help] .exe to.ihex file

2007-03-08 Thread RADHIKA VIND
Hi, I was wondering how to convert a .exe file to a .ihex and then how to download it to the mote device Thank you ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-hel

[Tinyos-help] Code not working on tmote

2007-03-08 Thread manu suryavansh
Hi, I am using tmote and boomerang, I want to send more readings in one message using multihop, I am using Delta(similar to surge) application from moteiv, I store the reading in an array and then send the whole array the change I made is: --- async

Re: [Tinyos-help] basic questions

2007-03-08 Thread Philip Levis
On Mar 8, 2007, at 11:14 AM, Benjamin Madore wrote: I was darn sure MultiHopLQI for 1.15 worked on the Mica2 (CC1000), as well as the Crossbow variant of many more letters. Was it the Xbow/TOS 1.x you were thinking of when you said it was a modified version? Nope, unless I'm missing some

Re: [Tinyos-help] basic questions

2007-03-08 Thread Benjamin Madore
I don't mean to tread here... On Mon, March 5, 2007 1:57 pm, Philip Levis said: > On Mar 5, 2007, at 10:39 AM, Philipp Engel wrote: >> I want to buy some Tmote sky modules and play around with them. >> >> So I looked through the mailing list archives and the documentation >> for a while, but I hav

Re: [Tinyos-help] Can't implement MicInterrupt

2007-03-08 Thread Joe Polastre
Hi Keerthi, The interfaces that you're using do not exist. If you look at the nesdoc for the MicDriverC component, you will see: interface SensorInterrupt as MicInterrupt; interface Potentiometer as MicInterruptThreshold; Your application should mirror these lines in its "uses" block.

[Tinyos-help] Regarding Acknowledgement and retransmission

2007-03-08 Thread manu suryavansh
Hi, I am using Boomerang and tmotes, I wanted to know that is their any acknowledgment mechanism in the oscilloscope application so that I can find out how many messages have been lost, also how can acknowledgment and retransmission can be implemented in any application? thank you Manu

Re: [Tinyos-help] problem with make micaz sim

2007-03-08 Thread Atilla
On 08/03/07, Charalambos Neokleous <[EMAIL PROTECTED]> wrote: >Well you probably need to install gcc C++ support see: >http://packages.ubuntu.com/edgy/devel/g++ I installed that package but a different problem came though: . /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:6916: error: 'const

[Tinyos-help] MTS300/Temperature

2007-03-08 Thread Alexandre Besse
Hello, I would like to take the External Temperature with my sensor. Which component must I choose: PhotoTemp? Which configuration and implementation should I use? For the moment,in the PC (using TOSBase), I've got data representing temperature equals to 77 (78, or 79).Is that correct? The da

[Tinyos-help] problem with make micaz sim

2007-03-08 Thread Charalambos Neokleous
Well you probably need to install gcc C++ support see: http://packages.ubuntu.com/edgy/devel/g++ I installed that package but a different problem came though: . /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:6916: error: 'const_table' was not declared in this scope /opt/tinyos-2.x/tos/lib/t

[Tinyos-help] Matrix Inverse Computation on Micaz using TinyOS 2.0/nesC

2007-03-08 Thread Prem Krishnan
Hi all, I'm trying to implement a tree based aggregation scheme involving the computation of the inverse of a matrix of the order of 8x8 using TinyOS 2.0on a set of micaz motes. However, I'm unsure about the best possible method for computing the same that would suit the system constraints of mot

Re: [Tinyos-help] TinyOS-2 eyesIFX using Jtag

2007-03-08 Thread kruemmel
I have installed the mspgcc tools. Now I am able to install my applications via jtag. Thank you for the help! Phillip Zitat von Vlado Handziski <[EMAIL PROTECTED]>: eyesIFX on cygwin was never supported by TU Berlin (although threre is no reason why it should not work). You can try installing

Re: [Tinyos-help] Problem with make micaz sim

2007-03-08 Thread Aurélien Francillon
Le jeudi 08 mars 2007 14:13, Charalambos Neokleous a écrit : > I have installed tinyos-2.x on Ubuntu 6.10. ... > g++ -c -shared -fPIC -o build/micaz/pytossim.o -g -O0 > /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx > -I/usr/include/python2.3 -I/opt/tinyos-2.x/tos/lib/tossim -DHAVE_CONFIG_H > make

[Tinyos-help] Problem with make micaz sim

2007-03-08 Thread Charalambos Neokleous
I have installed tinyos-2.x on Ubuntu 6.10. When i trying to compile the Blink application this is what happen: mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml compiling BlinkAppC to object file sim.o ncc -c -shared -fPIC -o build/micaz/sim.o -g -O0 -toss

[Tinyos-help] mica2/mts300C?

2007-03-08 Thread Alexandre Besse
Hello, I've got several questions to continue my project. First of all,how can I be sure if my sensorboard is a MTS300CA or CB? We want to send informations thanks to the the sensorboard (GPS,temperature,light) to the PC. We use the function dataReady() which returns a struct "data".

[Tinyos-help] Static Linking

2007-03-08 Thread Bernd-Christian Renner
Hello everybody, I'm compiling a TOSSIM application for TinyOS 1.1.15 and would like to do the linking statically to be able to run the code an a different machine without installing all the Libs (I do *not* have root-permissions on that other machine). Could somebody please tell me how static

Re: [Tinyos-help] TinyOS 2.x TOSSIM and GCC

2007-03-08 Thread Aurélien Francillon
Le jeudi 08 mars 2007 10:42, Filipe Alves a écrit : > Hi everybody, just to report that gcc 4.1.1, on a Gentoo linux machine > is broken for TOSSIM. > and there are even more breakages with gcc-4... Some even due to real bugs in gcc ... If you use tinyos under gentoo you may be interested in my po

[Tinyos-help] Add interfaces to TinyOS 2.x

2007-03-08 Thread Filipe Alves
Hi everybody: does anybody know what is needed to do so ncc, finds interfaces that are designed outside of the TinyOS 2.x tree, like to be used by new components. Thanks, Filipe Alves ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU h

[Tinyos-help] TinyOS 2.x TOSSIM and GCC

2007-03-08 Thread Filipe Alves
Hi everybody, just to report that gcc 4.1.1, on a Gentoo linux machine is broken for TOSSIM. The latest gcc 3.x.x-rx, in portage, works ! Filipe Alves ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.e

Re: [Tinyos-help] tinyos help

2007-03-08 Thread Michael Schippling
I'm forwarding this back to the help list in case anyone else has a good idea... All of this stream-of-un-consciousness is based on TOS1.x... I assume that you have successfully programmed the mote so your port and cable are working ok. The MicaHWVerify app sends a message to the mote, so it can