[Tinyos-help] Change Java in TinyOS

2006-06-25 Thread Kanishk Panwar
Hello, I tried running an application today and used the JRE located in c:\java instead of default cygwin one. I got some getenv could not be set error (screenshot link below). http://www.kanishkpanwar.com/error.JPG How do I change default JRE for cygwin and how do I get rid of this problem?

[Tinyos-help] Help Needed with Packetizer

2006-06-25 Thread bhushan bhatt
Hi all, I have modified the TOSBase and SimpleCmd to perform the opreation as i need. I am not sure where in the code is the wiring done to invoke the Serial Forwarder. I think it calls the Packetizer.JAVA file. Can anyone give me some hint as how to get the serial forwarder working for my own

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] How to add an unique sequence ID to TOS_Msg

2006-06-25 Thread Hua Yue
Hi, guys. I'm trying to add an unique sequence ID to each packet sent so i can keep track of the number of packets lost due to congestion, interference, etc. My sensors currently haveXSensorMTS400 installed on them. I noticed that in its modulation file TestMTS400M.nc there is a reserved field in

RE: [Tinyos-help] Change Java in TinyOS

2006-06-25 Thread Kanishk Panwar
Yeah, I did install it. It runs fine when I execute from cygwin but if I use command promt ot gives me the error shown in the screenshot. -Kanishk. --- Ben Kelley [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:tinyos-help- [EMAIL PROTECTED] On Behalf

RE: [Tinyos-help] Change Java in TinyOS

2006-06-25 Thread Kanishk Panwar
basically, What I want to do is to migrate from default JRE of TinyOs to SDK 1.5. How can I do so? Thanks, Kanishk --- Kanishk Panwar [EMAIL PROTECTED] wrote: Yeah, I did install it. It runs fine when I execute from cygwin but if I use command promt ot gives me the error shown in the

[Tinyos-help] about the mag sensor on MSP410

2006-06-25 Thread campbell gao
hi ,all ! --1-- anyone own theexperimentwith themag sensor on msp410?? --2-- doesthe mag sensorneed much time tosample data ?? --3-- firstly, i write a program for MSP410 that start up a timer in 100msand just sample pir data.OK, i just get sample data which is 9.70 times persecond. and later,

[Tinyos-help] Floating point operations on iMote

2006-06-25 Thread Obi Orjih
I am trying to perform floating point operations on an iMote (yes, I know they are inefficient), but I get the following errors during linking: Error: L6218E: Undefined symbol __mulsf3 (referred from main.exe.o). Error: L6218E: Undefined symbol __addsf3 (referred from main.exe.o). Error:

Re: [Tinyos-help] Obtaining microsecond timestamps in TinyOS 2

2006-06-25 Thread Philip Levis
On Jun 25, 2006, at 5:38 PM, Ajit Mylavarapu wrote: I was wondering how to obtain microsecond accurate timestamps in TinyOS 2. We want to find out the accuracy of our synchronization scheme. I went through the TinyOS help archives. A couple of posts talk about using the LocalTimeMicroC