Re: [Tinyos-help] high frequency sampling

2008-05-01 Thread Eric Keller
I think you should be able to use DMA under tinyos-2.x. The issue then becomes a problem of processing all the data before the next frame of data is available. You may want to look into using the hardware multiplier. Eric On Mon, Apr 28, 2008 at 2:39 AM, kuldeep m [EMAIL PROTECTED] wrote: Hi,

[Tinyos-help] high frequency sampling

2008-04-28 Thread kuldeep m
Hi, I'am working on acoustic sensors available with SBTv80 attached to TelosB mote. The main objective is to process acoustic signals at very high frequency of around 8-10 Khz for foot step detection. At present we are using TinyOS-1.x with millisec granular timer to drive the data collection

[Tinyos-help] High Frequency Sampling class path errors

2007-02-06 Thread Chris Byers
Dear TinyOS, I am trying to run the High Frequency Sampling program and have been following the README. When I get to the command: java Sample 200 2 I get the following error: -- Capture Output -- C:\Program Files\Crossbow\Crimson\IDE.bat

Re: [Tinyos-help] High Frequency Sampling class path errors

2007-02-06 Thread Michael Schippling
Did you run the whole jmakefile in the HFS directory? It generates a bunch of app specific message classes, but I'm not sure that is the real problem... MS Chris Byers wrote: Dear TinyOS, I am trying to run the High Frequency Sampling program and have been following the README. When I

[Tinyos-help] High Frequency Sampling using TOSSIM

2007-01-22 Thread Robert Stewart
Hi I am trying to use a mica2dot to perform some high frequency sampling. I have been trying to use the High Frequency Sampling example program and have modified it to work on a mica2dot. There are some bugs in the code though and I have been trying to debug it using TOSSIM. The problem that I

[Tinyos-help] high frequency sampling

2006-09-12 Thread siva prasad
hi all... ihav some doubts i hav modified the delta application such tht it will read the external ADC signal...it was successful... -- i hav sampled a signal of 0.5V(1Hz) sinusoidal signal at 1ms...i am losing lot of packets.. wat might be the reason...any remedies? -- wat is the

Re: [Tinyos-help] high frequency sampling

2006-09-12 Thread Michael Schippling
In general you can only expect about 100 TOS messages per second in the best case. If you are trying to send more than that you will loose all the overflow. You can aggregate multiple data samples into one message but that still gives you (with a 30 byte payload in each packet) only about 1500

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-10 Thread Michael Schippling
@Millennium.Berkeley.EDU *Subject:* Re: [Tinyos-help] High Frequency Sampling - Sample.class run error You don't have to disable MOTECOM, you need one setting for SF to get to the serial poet, and then there is a setting...probably in the tutorial...that allows programs that use BuildSource to attach to the enet

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-09 Thread #AMIT SATPATHY#
Hi. I noticed that my mail cannot be viewed on the website so i am sending it from another e-mail address. I have tried to run the High Frequency Program from the xbow/apps folder and i get the following error: -- Capture Output --"C:\Program Files\Crossbow\Crimson\IDE.bat"

RE: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-09 Thread #AMIT SATPATHY#
is the MAKEFILE. Thanks and regards. Amit. From: [EMAIL PROTECTED] on behalf of #AMIT SATPATHY#Sent: Thu 3/9/2006 4:51 PMTo: [EMAIL PROTECTED]Cc: tinyos-help@Millennium.Berkeley.EDUSubject: Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Hi. I noticed that my mail cannot

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-09 Thread Michael Schippling
SATPATHY# *Sent:* Thu 3/9/2006 4:51 PM *To:* [EMAIL PROTECTED] *Cc:* tinyos-help@Millennium.Berkeley.EDU *Subject:* Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Hi. I noticed that my mail cannot be viewed on the website so i am sending it from another e-mail address. I

RE: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-09 Thread #AMIT SATPATHY#
Title: Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Its not in the code. Wheni compile the code, it compiles successfully. However, after i upload to the motes and run the Sample.class program, the program runs and then after a while(for like 2 seconds),message comes

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-08 Thread Amit Satpathy
ted by the readme file. The error is that it can't find a platform specific version of TOSMsg. Could anyone tell me how to resolve this error? Thank you and regards. Amit. From:"Amit Satpathy" [EMAIL PROTECTED]To:[EMAIL PROTECTED]CC:tinyos-help@Millennium.Berkeley.EDUSubject:

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-05 Thread Amit Satpathy
that is available from the website. Thanks and regards. Amit. From: Michael Schippling [EMAIL PROTECTED] To: Amit Satpathy [EMAIL PROTECTED] CC: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Date: Thu, 02 Mar 2006 23:43:55 -0700 Java looks

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-03 Thread Michael Schippling
[EMAIL PROTECTED] To: Amit Satpathy [EMAIL PROTECTED] CC: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Date: Thu, 02 Mar 2006 23:43:55 -0700 Java looks ok, but is not connecting to TOSBase...don't use GenericBase. Make sure you have

[Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-02 Thread Amit Satpathy
Hi. I am currently trying to run the High Frequency Sampling program in the tinyos-1.x/apps folder on 2 Mica2 motes. I have followed all the instructions written in the readme file. However, when i run Sample.class using the java -cp . Sample 200 2 , i get the following error: --

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-02 Thread Michael Schippling
The first problem is simply that you have overwritten the classpath that contains the tools/java files so it can't find MessageListener. This is a red herring, so stick with the second java invocation. The real problem is in your second example where, apparently, serial- Forwarder isn't

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-02 Thread Amit Satpathy
@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Date: Thu, 02 Mar 2006 21:14:37 -0700 The first problem is simply that you have overwritten the classpath that contains the tools/java files so it can't find MessageListener. This is a red herring, so

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-02 Thread Amit Satpathy
currently using the latest version of TinyOS that is available from the website. Thanks and regards. Amit. From: Michael Schippling [EMAIL PROTECTED] To: Amit Satpathy [EMAIL PROTECTED] CC: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] High Frequency Sampling - Sample.class