[Tinyos-help] Read Data

2010-07-15 Thread Walter Bishop
I've been reading the tinyOS tutorials and so far it seems i can compile to the mote and run without problems all the examples. I'm now trying to read data from the mote to the PC but i'm having some problems. For a start I tried the oscilloscope tutorial, but although I don't have any error, when

Re: [Tinyos-help] TelosB USB identification EEPROM initialization?

2010-07-15 Thread Michael Ireland
That's the ticket! I downloaded the FT_Prog utility from FTDI and was able to rename and serialize the devices very easily. Thanks for the tip! MI On Thu, Jul 15, 2010 at 12:18 PM, Michael Schippling wrote: > I think you have to program the USB chip separately > using software from FTDI or the c

Re: [Tinyos-help] Toscomm JNI library not found

2010-07-15 Thread Michael Schippling
That darned tos-install-jni only works for some lucky people. I'm afraid I don't use it or TOSComm so I can't help much. See if you can find (google or search this list for TOSComm and tos-install-jni) any doc on what actually gets installed. You should be able to do it by hand. It is similar to t

Re: [Tinyos-help] TelosB USB identification EEPROM initialization?

2010-07-15 Thread Michael Schippling
I think you have to program the USB chip separately using software from FTDI or the chip's mfg. Look into the interface chip's doc. MS Michael Ireland wrote: > Hello all - I have manufactured some TelosB motes and run into a > problem: They do not identify correctly. They will program and operat

Re: [Tinyos-help] Oscilloscope and SerialForward

2010-07-15 Thread Michael Schippling
Please post any error messages that you get. I would recommend leaving SerialForwarder out of the loop Just start O'scope with the MOTECOM envar setting that you would have used with SF -- something like: ser...@com1:mica2 where the port name and mote type match your system. MS Walter Bish

Re: [Tinyos-help] Communicate with mote in Windows via USB

2010-07-15 Thread Michael Schippling
I use this to get the Source. It opens the right kind of channel based on the setting of the MOTECOM envvar: // get the TOS connection PacketSource ps = BuildSource.makePacketSource(); if (ps == null) { System.err.println( "Invali

[Tinyos-help] Communicate with mote in Windows via USB

2010-07-15 Thread ashkan ekhtiari
Hello, I need to communicate with mote connected to USB in windows XP within a java application, tinyos jar file is available in javahome and also getenv.dll and tosscomm.dll are available in bin folder. I use netbeans and can see all net.tinyos library available. In this java application two way

Re: [Tinyos-help] getting time in microsecond in tinyos-1.x

2010-07-15 Thread Omar Cheikhrouhou (yahoo)
On ti yos 1.x it is another history try systime De : asma bel hadj med [mailto:asma.bel...@gmail.com] Envoyé : jeudi 15 juillet 2010 16:26 À : Omar Cheikhrouhou (yahoo) Objet : Re: [Tinyos-help] getting time in microsecond in tinyos-1.x je travaille pas sur TOSSIM 1.x omar!! est ce que t

[Tinyos-help] Oscilloscope and SerialForward

2010-07-15 Thread Walter Bishop
I've managed to solve my initial problems with compiling and running tinyOS files. I'm now trying to follow some tutorials like the oscilloscope but i'm failing to read the packet information. I've installed the oscilloscope on a micaz sensor and the Base on micaz that connects to the pc. I've ru

[Tinyos-help] BlinkToRadio mote to mote tutorial problems

2010-07-15 Thread Paul Gildea
Hello! I was wondering if you could shed any light on the errors i am having. I am following this tutorial for mote to mote communication http://docs.tinyos.net/index.php/Mote-mote_radio_communication and it generates the following errors: [r...@xps BlinkToRadio]# make mi

Re: [Tinyos-help] Timer startOneShot & startPeriodic

2010-07-15 Thread Deeksha Rao Sahib
If you say call Timer4.startOneShot(dt), then oher timers are not disturbed. But, if Timer4 is already running and you call Timer4.startOneShot(dt), then only Timer4 will be stopped and started in OneShot mode. > > Hi, > > Does calling StartOneShot command on a timer stop any other timer stop >

[Tinyos-help] Toscomm JNI library not found

2010-07-15 Thread CHEN WEIMING
hi, all: I am using cygwin in my Windows machine, when I type " java.net.tinyos.tools.Listen -comm ser...@com6:iris" I get the error : " The toscomm JNI library was not found." Then I followed the instruction to run " tos-install-jni", I still get errors : " Installling 32-bit Java JNI code in

Re: [Tinyos-help] Timer startOneShot & startPeriodic

2010-07-15 Thread Salvatore Signorello
Date: Wed, 14 Jul 2010 20:55:06 -0700 Subject: Re: [Tinyos-help] Timer startOneShot & startPeriodic From: cire...@gmail.com To: todo_dur...@hotmail.com CC: tinyos-help@millennium.berkeley.edu I think so, cause I probably misread TEP 102 pag 4 " startOneShot(dt): cancel any previous running ti