Re: [Tinyos-help] motelist

2006-08-15 Thread Michael Schippling
It means that the directory that contains motelist is not in your PATH. Unfortunately I don't know where it is, but you could try a file search under tinyos and see. Also, it is a "real" program and not a java class? If it's java you need to run it differently, e.g.: java motelist and have all th

RE: [Tinyos-help] motelist

2006-08-15 Thread Darren Bishop
These should help. As far as I know TelosB is Moteiv hardware; I expect this is just a discrepancy in the devices description (in the driver).   http://cents.cs.berkeley.edu/tinywiki/index.php/Tmote_Windows_install   http://www.moteiv.com/community/Tmote_Windows_install   Goodluck.  

[Tinyos-help] Time Synchronization in Tossim

2006-08-15 Thread MINO GB
Is there any Time Synchronization Protocol that can run well in TOSSIM? ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Multihop Routing in TinyOS

2006-08-15 Thread Omprakash Gnawali
Hi Sumit, Your guesses for questions 1a and 1b seem correct. How about you use TOSSIM to verify that you have a working version of Surge and MintRoute before you try to plug that in to EmStar? Regarding question 2, you can use the dbg facility (or printfs) in the code to look at the routing tabl

RE: [Tinyos-help] failed to parse GuiMsg.h, TOSSIM wont work,not all java tools compile

2006-08-15 Thread Cormac Duffy
Hi Ben, this error also manifests in the make pc (shown below) I have attached a text file of the make output, its long enough. I read somewhere on the net that gcc 4.x does not work well with make pc, I therefor added gcc compat for fedora core 4, and put in a new gcc symlink to the gcc compat, so

[Tinyos-help] How to implement the T=1 protocol

2006-08-15 Thread Sören Rinne
Hi,as I mentioned before, I would like to run Tiny OS on a smartcard. To do so I have to implement the T=1 protocol in Tiny OS.Can anybody tell me where I have to start, where I have to implement it? Should I implement the protocol as a module? Is there any possibility to do it in assembler or can

Re: [Tinyos-help] nesdoc component graphs

2006-08-15 Thread Darren BISHOP
Thanks for your response David. I have read up enough on the dot language (which wasn't much) to know it probably just takes describing the style of nodes differently, possibly to reflect that the 'unit' is an interface, configuration or module. I/we are using tinyos-1.x; is it the same versi

[Fwd: Re: [Tinyos-help] Parameterized Interfaces]

2006-08-15 Thread Darren BISHOP
Hey all, Just occurred to me that you can include the following command to any parameterized interface: command uint8_t .getid[uint8_t id]() { return id; } Best regards, Darren Original Message Shane, you are dy marvelous. -- Warm regards, Darren Bishop, MSc, BS

Re: [Tinyos-help] Re: "Uses" parameterized interfaces

2006-08-15 Thread Darren BISHOP
Try this: module A { uses IF as IFB; uses IF as IFC; } implementation { bool iLikeAMore; ... task void some_task() { if (iLikeAMore) IFA.some_command(); else IFB.some_command(); } } configuration A { } implementation { components A, B, C;

[Tinyos-help] many lost packets mica2

2006-08-15 Thread decesco
Hi, I had a mica2 conected to a digital oximeter through the UART0. The baudrate of the conexion is 4800 baudrate and the sensor sends data at a rate of 1920 bit/s (60 packets per seconds of 4 bytes each one). I merge sensor data into a TOS_Msg packet, and when it is full I send it over the radio.

[Tinyos-help] Microphone of MTS300/MTS310

2006-08-15 Thread cya
Hi everyone, I have modified the oscilloscope program to sense the sound readings from the microphone of MTS310. Then, the java program of oscilloscope can plot the figure of the sensed readings. But, I have some questions about the usages of the microphone. Questions: 1. I have seen that acoustic

[Tinyos-help] many lost packets mica2

2006-08-15 Thread decesco
hi I had a writing mistake in my previous mail. I pretty sure it is not a software problem. -Bill ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

RE: [Tinyos-help] failed to parse GuiMsg.h, TOSSIM wont work, notall java tools compile

2006-08-15 Thread Ben Kelley
I don't think symlinking is the only fix. Try this guide... It worked for me. http://www.auburn.edu/~kellebc/TinyOS-GCCWorkaround.pdf Specifically the part about the libc.so Be sure to keep a backup of the changes, or that pdf so you change back to 40 if need be. I have some scripts to change

[Tinyos-help] Unsubscribe

2006-08-15 Thread #ALLAN LEE#
Title: Unsubscribe Hi Sir/ Mdm,    I need to unsubscribe from this mail list as it is flooding my email account, but I do not find a mechanism to do so. Can you pls help? THANKS! rgds, @llan ___ Tinyos-help mailing list Tinyos-help@Millennium.Be

Re: [Tinyos-help] motelist

2006-08-15 Thread Joe Polastre
FYI, Moteiv does not sell or support TelosB. We only sell and support Tmote Sky. If you purchased TelosB from another manufacturer, you should contact them for support and installation tools, such as motelist. -Joe On 8/15/06, Darren Bishop <[EMAIL PROTECTED]> wrote: These should help. As

[Tinyos-help] oscilloscope packets

2006-08-15 Thread Claro Noda
Hi everyone. We need to understand detailed radio packet structure coming from ListenRaw.We're using the Oscilloscope app in the motes and get the following sequences:  7E 42 1C 01 08 2C FF FF FF FF A1 7D 5D 02 00 02 01 FF FF FF FF FF FF FF FF FF FF 00 00 00 00 FF FF 01 00 00 00 00 00 06 00

[Tinyos-help] notice broken url

2006-08-15 Thread Claro Noda
Sorry here is the correct url:http://www.moteiv.com/support/tmote-message-format.htmlthnx.C.-- Forwarded message -- From: Claro Noda <[EMAIL PROTECTED]>Date: 15-Aug-2006 14:23Subject: oscilloscope packetsTo: Tinyos-help@millennium.berkeley.edu Hi everyone. We need to understa

Re: [Tinyos-help] notice broken url

2006-08-15 Thread Hui KANG
Do you include Deluge? I think it is the message from Deluge. On 8/15/2006, "Claro Noda" <[EMAIL PROTECTED]> wrote: >Sorry here is the correct url: >http://www.moteiv.com/support/tmote-message-format.html >thnx. >C. > >-- Forwarded message -- >From: Claro Noda <[EMAIL PROTECTED]>

Re: [Tinyos-help] oscilloscope packets

2006-08-15 Thread Joe Polastre
A1 is Deluge. On 8/15/06, Claro Noda <[EMAIL PROTECTED]> wrote: Hi everyone. We need to understand detailed radio packet structure coming from ListenRaw. We're using the Oscilloscope app in the motes and get the following sequences: 7E 42 1C 01 08 2C FF FF FF FF A1 7D 5D 02 00 02 01 FF FF FF

Re: [Tinyos-help] java compile errors in tinyos-2.x

2006-08-15 Thread Michael Schippling
I expect that this is the same issue... Try this from the directory where you compiled: java -classpath . net.tinyos.tools.Listen If that works then you should figure out how to set the CLASSPATH variable correctly. Google and some experiments may help. MS Ryan Aures wrote: Michael, That

Re: [Tinyos-help] Microphone of MTS300/MTS310

2006-08-15 Thread Michael Schippling
I'll toss in a couple un-informed opinions... It's probably a typical electret button mic, you may be able to ferret the part number from schematics (or ask the mfg directly). If so it's likely something like 30-10Khz freq response. So then, yes you should be able to 'record' sound in the human r

[Tinyos-help] Re: UART0 SPI

2006-08-15 Thread Michael Schippling
Please send help requests to the list and not me directly Especially in this case since I'm reasonably clueless. As far as I know UART0 is not implicated with SPI or the radio. USART1 is...maybe...I haven't done any SPI stuff..one of these days. Flash and the radio do share some pins, and I'm

[Tinyos-help] adding a .C to a proyect

2006-08-15 Thread jose m
Hello, I have a "x.c" (with "x.h") file that I want to add at my proyect. How can I do this? Thanks, José. __ Preguntá. Respondé. Descubrí. Todo lo que querías saber, y lo que ni imaginabas, está en Yahoo! Respu

Re: [Tinyos-help] adding a .C to a proyect

2006-08-15 Thread Michael Schippling
search back in this list, it's been discussed a number of times. MS jose m wrote: Hello, I have a "x.c" (with "x.h") file that I want to add at my proyect. How can I do this? Thanks, José. __ Preguntá. Respo

[Tinyos-help] Compiling TOSBoot

2006-08-15 Thread Matt Thompson
Hi, Does anyone know how to compile TOSBoot? The Makefile in tos/lib/Deluge/TOSBoot doesn't work .. is it supposed to be invoked from another directory? Cheers, Matt ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.mill

[Tinyos-help] TinyTCP/IP through TinyOs.

2006-08-15 Thread nazrul hazeri
Hi, Is TinyOs today have implemented with the Tiny TCP/IP? Or we should link that in other ways to get Tuny TCP/IP works with TinyOs.   Cheers, Nazrul Try the all-new Yahoo! Mail . "The New Version is radically easier to use" – The Wall Street Journal__

[Tinyos-help] tinyViz running problems

2006-08-15 Thread Firat TARAKTAS
Hi all, I have a similar problem announced by Pagliari on 10 March. The last message indicates that there is a solution. Can you inform me about it please?     rom pagliari at dibe.unige.it  Fri Mar 10 02:10:54 2006From: pagliari at dibe.unige.it (Roberto)Date: Fri Mar 10 02:11:22 2006Subje

RE: [Tinyos-help] nesC Text-Editor

2006-08-15 Thread Diego Bartolomé Arquillo
You can use Eclipse. There is an available TinyOS plugin for Eclipse in: http://www.dcg.ethz.ch/~rschuler/ BR, Diego -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de August Joki Enviado el: lunes, 14 de agosto de 2006 19:31 Para: David Gay CC: tinyos-help@