RE: [Tinyos-help] Serial Forwarder Problem

2006-08-25 Thread Darren Bishop
I am currently developing a mote testbed management software. Here are some hints: 1. Use udev to detect when motes are attached or detached. 2. Through udev you can set up an instance of serial forwarder to listen to that mote - local address is taken to mean the serial/COM port. 3. For each

[Tinyos-help] reading from a telosb

2006-08-25 Thread harun
Hello, I am trying to write and read from the flash of a telosb. Writing works, but reading doesn´t works. I have tried everything but I can´t read. When I make the read test from apps/TestNewFlash it always turns on the red led. Can anyone help me ? Are there known problems with reading

[Tinyos-help] why tinyviz flash and disappear

2006-08-25 Thread Zhao Stephen
Dear all, I perform tinyviz for tossim according to lesson 5 in TOS tutorial. But the GUI of tinyviz disappear soon after a flash. I am puzzled. the following is the screen output. [EMAIL PROTECTED] /opt/tinyos-1.x/apps/blink/build/pc $ tinyviz -run main 1 java

Re: [Tinyos-help] why tinyviz flash and disappear

2006-08-25 Thread Firat TARAKTAS
just open task manager and end main.exe task . Then restart tinyviz. It is the problem that i faced and i encountered by doing that. Firat TaraktasFirat TARAKTAS GENETLAB BILGI TEKNOLOJILERI A.S. Kayisdagi Caddesi Kar Plaza D Blok Kat:3 34752 Içerenköy / Istanbul Tel: +90 (216) 573 00 85 |

[Tinyos-help] java compile problem

2006-08-25 Thread Cormac Duffy
saw this error in my make ouput of the java tools in tinyos 1.x Have no idea why this happens but essentially the output looks like the following and the reason it happens is make[3]: Entering directory `/home/cd5/workspace/tinyos-1.x/tools/java/net/tinyos/oscope' ...

[Tinyos-help] MOTECOM=serial@/dev/ttyUSB0:tmote java net.tinyos.tools.Listen not working

2006-08-25 Thread Cormac Duffy
[EMAIL PROTECTED] jni]$ MOTECOM=serial@/dev/ttyUSB0:tmote java net.tinyos.tools.Listen Error on serial@/dev/ttyUSB0:57600: java.io.IOException: Invalid port. Known serial ports: - COM1 - COM2 - COM3 - COM4 anyone know why? Cormac ___ Tinyos-help

[Tinyos-help] Re: MOTECOM=serial@/dev/ttyUSB0:tmote java net.tinyos.tools.Listen not working

2006-08-25 Thread Cormac Duffy
Solved the problem found the solution on the following web-page http://www.eecs.harvard.edu/~brchen/telos/telos_install_guide.html In order to let TinyOS java applications access the USB port. You need to make a link for the USB port and let java see it as a serial port.

RE: [Tinyos-help] Help with Flash!

2006-08-25 Thread David Moss
I do see an error in at least one location on the read. When you post a task, the execution of that task is deferred for later when the task queue comes around to executing it. Your readInToFlash() function is passing back a pointer to a buffer that contains data that was previously read from

Re: [Tinyos-help] MOTECOM=serial@/dev/ttyUSB0:tmote java net.tinyos.tools.Listen not working

2006-08-25 Thread David Gay
On 8/25/06, Cormac Duffy [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] jni]$ MOTECOM=serial@/dev/ttyUSB0:tmote java net.tinyos.tools.Listen Error on serial@/dev/ttyUSB0:57600: java.io.IOException: Invalid port. Known serial ports: - COM1 - COM2 - COM3 - COM4 anyone know why? Just for

Re: [Tinyos-help] More TEP 103 questions

2006-08-25 Thread David Gay
On 8/25/06, R. Steve McKown [EMAIL PROTECTED] wrote: Hi, It seems the only method supported by TEP 103 to determine an empty LogStorage log is to perform a read and receive 0 bytes in return. Is this a correct assessment? Hmm, yes. I can't find where TEP 103 specifies the initial read

Re: [Tinyos-help] MOTECOM=serial@/dev/ttyUSB0:tmote java net.tinyos.tools.Listen not working

2006-08-25 Thread Ming
I follow the steps, but there is also have problems.When I use serial@/dev/ttyUSB0:telosb, follow error is appeared.serial@/dev/ttyUSB0:57600 died - restarting (java.io.IOException : Couldn't configure /dev/ttyUSB0)When I use [EMAIL PROTECTED]:telosb, follow error is appeared.Listening to [EMAIL

Re: [Tinyos-help] MOTECOM=serial@/dev/ttyUSB0:tmote java net.tinyos.tools.Listen not working

2006-08-25 Thread David Gay
On 8/25/06, Ming [EMAIL PROTECTED] wrote: I follow the steps, but there is also have problems. When I use serial@/dev/ttyUSB0:telosb, follow error is appeared. serial@/dev/ttyUSB0:57600 died - restarting (java.io.IOException : Couldn't configure /dev/ttyUSB0) Do you have write access to

Re: [Tinyos-help] Tython: Problem with Attributes reading data from ADC port

2006-08-25 Thread Marguerite A Doman
It seems that queries are being sent or at least TinyDBNetwork issues the send with no errors. But no replies/results are received. I'm wondering if there is a problem with the network. Would that prevent these events, ADCDataReadyEvents, from being sent? Marguerite Marguerite A Doman

[Tinyos-help] Simulated TinDBNetwork - how to check status?

2006-08-25 Thread Marguerite A Doman
Does anyone have any suggestions for testing the status of a simulated network? SF enabled, 0 clients, 0 packets read, 0 packets ... Creating PhoenixSource with tossim-serial Opening tossim-serial source Connecting to Tossim event port at localhost:10585 Connection opened to TOSSIM event port

Re: [Tinyos-help] More TEP 103 questions

2006-08-25 Thread R. Steve McKown
On Friday 25 August 2006 09:59 am, David Gay wrote: On 8/25/06, R. Steve McKown [EMAIL PROTECTED] wrote: What's the best practice for initially configuring the various Block/Log/Config storage components' volumes, especially in a moderate volume production setting? I'm currently thinking a

Re: [Tinyos-help] More TEP 103 questions

2006-08-25 Thread David Gay
On 8/25/06, R. Steve McKown [EMAIL PROTECTED] wrote: I'm thinking more about initializing flash volumes for the various storage abstractions. Initialization would be an issue for new motes with factory fresh flash, or motes which have been reprogrammed after a change to the volume organization

[Tinyos-help] Struct dimension problems: pc vs mica2

2006-08-25 Thread jose m
Hello all,I has this problem: when I compile my app for debug using "make pc", this structure has a size of 16 bytes:typedef struct intruder_ping_t { uint16_t temperature; uint32_t latitude; uint32_t longitude; uint32_t timestamp;} intruder_ping_t; as you know, this is correct for a

[Tinyos-help] How to update ncc and gcc to latest for TinyOS-1.1.11 and make my newer source code work for telosb platform

2006-08-25 Thread Fenghua Yuan
Hi, I downloaded Windows Installshield Wizard for TinyOS CVS Snapshot 1.1.11 fromhttp://www.tinyos.net/windows-1_1_0.html and installed TinyOS-1.1.11. I am working on telosb platform now,and the ncc and gcc in this package are lower than what i need for my current source code(which works in the

Re: [Tinyos-help] How to update ncc and gcc to latest for TinyOS-1.1.11 and make my newer source code work for telosb platform

2006-08-25 Thread Joe Polastre
Hi Fenghua, Boomerang from Moteiv installs TinyOS 1.1.15 plus all the necessary tools for Tmote Sky and TelosB. It comes with a handy windows installer. See www.moteiv.com for more information. -Joe On 8/25/06, Fenghua Yuan [EMAIL PROTECTED] wrote: Hi, I downloaded Windows

[Tinyos-help] Berkeley Fire safety @ next fest

2006-08-25 Thread Robert Szewczyk
Hi All, (I realize that is is not entirely on-topic) Wired has just posted their list of exhibits to be shown at NextFest in New York in September. The system built by Paul Wright's students using Moteiv hardware made the cut. Read the full story here: