RE: [Tinyos-help] --help on tinyviz

2006-09-12 Thread Ben Kelley
Check http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2004-July/004942.html You're going to need to edit the makefile and run make again in that directory. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Madhu MudigondaSent: Tuesday, September 12,

RE: [Tinyos-help] Help me with raw data conversion

2006-09-11 Thread Ben Kelley
Are the motes plugged into a USB port or by themselves? I saw something of a 2 to 5 degree celsius increase when I did some tests with the external sensors when they were plugged into the USB cable. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Giovanni

RE: [Tinyos-help] installation query

2006-09-11 Thread Ben Kelley
The problem appears to be the GCC 4.x vs GCC 3.x problem if I remember correctly. It should be in the archives on how to change your compiler version from 4 to 3. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sougata senSent: Monday, September 11, 2006

RE: [Tinyos-help] getenv.dll error

2006-08-18 Thread Ben Kelley
cc1 is not in your path. locate should help you out. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Firat TARAKTASSent: Friday, August 18, 2006 07:24To: tinyos-help@Millennium.Berkeley.EDUSubject: [Tinyos-help] getenv.dll error Hi to all, When i

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

2006-08-15 Thread Ben Kelley
/pthread.h:459: requested alignment is not a constant make: *** [exe0] Error 1 On Mon, 2006-08-14 at 10:04 -0500, Ben Kelley wrote: I've been using FC4, and I've never seen that error, I don't think. Can you post the full build log? -Original Message- From

RE: [Tinyos-help] Getting temperature from Sensirion Temperature sensoron Tmote Sky

2006-07-24 Thread Ben Kelley
I've also seen the temperature offset issue; I don't how to solve it other than correcting at the terminal end. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ioannis Krontiris Sent: Monday, July 24, 2006 09:21 To: TinyOs Help List Subject:

[Tinyos-help] Nucleus on Tmote

2006-07-10 Thread Ben Kelley
I've gotten nucleus to compile on telosb, but when I try to use the target of tmote, it fails. Has anyone had any success at all with this? It also fails to run the nucleus extra target at all before attempting to compile. ___ Tinyos-help mailing

RE: [Tinyos-help] [TinyOs Help] TinyOs on Red Hat EL4

2006-07-07 Thread Ben Kelley
What version of tinyos are you using? At least in the latest CVS version, that issue is fixed. Its in the changelog in CVS. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcus Phillips Sent: Friday, July 07, 2006 09:44 To: Tinyos-help@Millennium.Berkeley.EDU

RE: [Tinyos-help] FW: micaZ

2006-07-06 Thread Ben Kelley
-Original Message- From: [EMAIL PROTECTED] [mailto:tinyos-help- [EMAIL PROTECTED] On Behalf Of Adam Sent: Thursday, July 06, 2006 19:07 To: 'tinyos-help' Subject: [Tinyos-help] FW: micaZ P.S. It complaints: In component `HPLPowerManagementM':

RE: [Tinyos-help] Mate and send_lqi on Telosb/tmote

2006-07-05 Thread Ben Kelley
, 2006-06-29 at 11:29, Ben Kelley wrote: MateRoute to the MultiHop format? I can't help but wonder if this also has something to do with the AM_BUFFERMSG that my makefile keeps trying to mig. It doesn't have much to do with AM_BUFFERMSG. This is just how the Mate' build system gets mig

RE: [Tinyos-help] Problem to run SerialForwarder on telos

2006-06-29 Thread Ben Kelley
What kind of Java Comm are you running? IBM, Sun, RXTX, TOSComm? If its the IBM version, you can uncomment a line in the javax.comm.properties file and change to serial. But if memory serves me, that output is from the Java version. I know I did something to get it working; if its

RE: [Tinyos-help] Mate and send_lqi on Telosb/tmote

2006-06-29 Thread Ben Kelley
, 2006, at 3:51 PM, Ben Kelley wrote: Hi, I'm going through the tutorial on Mate and having some issues with send_lqi (or maybe not) on T-Sky/telosb. If I am reading the documentation right, send_lqi acts as a drop-in for send, and thus the packets forwarded via send_lqi would

RE: [Tinyos-help] Problem to run SerialForwarder on telos

2006-06-29 Thread Ben Kelley
Just as an aside to this; I did this and it worked (for the java comm)but then all of a sudden the driver crashed on the third or fourth access of the port. TOSComm seems to work fairly well if you can get it installed. -Original Message- From: [EMAIL PROTECTED] [mailto:tinyos-help-

[Tinyos-help] Mate GUI Patch for Saving Files

2006-06-28 Thread Ben Kelley
The gui lacked an option to explicitly save the file currently selected. Diff against tos cvs. cd to $TOSROOT/tools/java/net/tinyos/script/ patch patchfilename make MateGuiSaveOption.patch Description: Binary data ___ Tinyos-help mailing list

[Tinyos-help] Mate and send_lqi on Telosb/tmote

2006-06-28 Thread Ben Kelley
Hi, I'm going through the tutorial on Mate and having some issues with send_lqi (or maybe not) on T-Sky/telosb. If I am reading the documentation right, send_lqi acts as a drop-in for send, and thus the packets forwarded via send_lqi would be output at the root node as the data. I have run the

RE: [Tinyos-help] Error on AM.h

2006-06-27 Thread Ben Kelley
Are you using GCC4.x? What operating system? I can reproduce these errors when using the 4.0 series of toolchains. I keep 3.2 and 4.0 installed, with 3.2 as my default. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ming Sent: Tuesday, June 27, 2006 13:46 To:

RE: [Tinyos-help] tinyos-help how to implement VM on tmote sky?

2006-06-27 Thread Ben Kelley
-Original Message- From: [EMAIL PROTECTED] [mailto:tinyos-help- [EMAIL PROTECTED] On Behalf Of Philip Levis Sent: Tuesday, June 27, 2006 17:27 To: Cory Sharp Cc: tinyos-help@Millennium.Berkeley.EDU; song guo Subject: Re: [Tinyos-help] tinyos-help how to implement VM on tmote sky?

RE: [Tinyos-help] Change Java in TinyOS

2006-06-25 Thread Ben Kelley
-Original Message- From: [EMAIL PROTECTED] [mailto:tinyos-help- [EMAIL PROTECTED] On Behalf Of Kanishk Panwar Sent: Sunday, June 25, 2006 02:20 To: tinyos-help Subject: [Tinyos-help] Change Java in TinyOS Hello, I tried running an application today and used the JRE located in

[Tinyos-help] 1.1.0 to 1.1.15 problems

2006-05-25 Thread Ben Kelley
Hi, Are there recommended packages to install moving from the initial release to the snapshot? Ive tried just extracting it using the rpm, but it throws a bunch of errors on the Deluge package, and Ill be working with Telos motes, so I need to have the mspgcc stuff, and what else? Ive