Re: Tinyos-help Digest, Vol 89, Issue 69
2010-10-01 01:27:36 GMT
Hi, i am a beginner of tinyOS , currently i am working on a WSN project ..The purpose is to track a target inside the network. We will have two anchors ( MICAZs positions are already know) two relay node and one base. My questions is
1) How to send the information (hop count) from the anchor that i received from the target to the base station( via multi-hop ) ...if i put the station close to one anchor the then the other anchor will be out of range
thanks for the time and really appriciate it ,
lance
Send Tinyos-help mailing list submissions to
tinyos-help <at> millennium.berkeley.edu
To subscribe or unsubscribe via the World Wide Web, visit
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
or, via email, send a message with subject or body 'help' to
tinyos-help-request <at> millennium.berkeley.edu
You can reach the person managing the list at
tinyos-help-owner <at> millennium.berkeley.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Tinyos-help digest..."
Today's Topics:
1. Re: FFT(Fast Fourier Transform) in TinyOS (Michael Schippling)
2. which version of Tinyos is this? (wasif masood)
3. Re: acoustic recording source code (Michael Schippling)
----------------------------------------------------------------------
Message: 1
Date: Thu, 30 Sep 2010 10:39:59 -0600
From: Michael Schippling <schip <at> santafe.edu>
Subject: Re: [Tinyos-help] FFT(Fast Fourier Transform) in TinyOS
To: Christian To <xtian_1028 <at> yahoo.com>
Cc: tinyos-help <at> millennium.berkeley.edu
Message-ID: <4CA4BD5F.6040709 <at> santafe.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I don't know of any official code but I have a little
C demo I made for myself years ago here:
http://www.etantdonnes.com/DATA/FFT.zip
The problem is that the micro-controllers have very
little RAM and no math support beyond an integer
multiply instruction. You can use the above code
to do fixed point calculations which will alleviate
the problems but it's not ideal. It would be better
to do calculations at the host node.
MS
Christian To wrote:
> Hello!
>
> I am an undergraduate student trying to build a wireless sensor network
> that monitors vibration from civil structures.
>
> I was wondering if TinyOS has an implementation of FFT (Fast Fourier
> Transform) so that I can do modal analysis.
>
> If there is so, can anyone please tell me?
>
> Thank You!
>
> - Christian To
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help <at> millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
------------------------------
Message: 2
Date: Thu, 30 Sep 2010 18:44:11 +0200
From: wasif masood <rwmasood <at> gmail.com>
Subject: [Tinyos-help] which version of Tinyos is this?
To: tinyos forum <tinyos-help <at> millennium.berkeley.edu>
Message-ID:
<AANLkTim48Dgi4XB5ihE5T_tJRR7URKSpcUFcBG_pFhGC <at> mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
can anyone please tell me which version of tinyos is at this CVS address:
cvs -z3 -d:pserver:anonymous <at> tinyos.cvs.sourceforge.net:/cvsroot/tinyos
checkout
available at:
http://docs.tinyos.net/index.php/TinyOS_CVS_access
is this 2.1.1 or what? because lately we are having problem running tests on
Indriya test bed because of this different versions of tinyos
--
Wasif Masood
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20100930/4435f1bf/attachment-0001.htm
------------------------------
Message: 3
Date: Thu, 30 Sep 2010 10:44:53 -0600
From: Michael Schippling <schip <at> santafe.edu>
Subject: Re: [Tinyos-help] acoustic recording source code
To: =?x-gbk?Q?=B9=F9=C1=E8=B3=AC?= <glc216722 <at> 163.com>
Cc: Tinyos-help <tinyos-help <at> millennium.berkeley.edu>
Message-ID: <4CA4BE85.6000809 <at> santafe.edu>
Content-Type: text/plain; charset=x-gbk; format=flowed
search this list for keywords:
audio, microphone, FastAdc
and have a look at these links:
> Hi Omar,
>
> Use this library (works only for IRIS so far)
>
> http://szte-wsn.cvs.sourceforge.net/viewvc/szte-wsn/tinyos/tos/lib/Atm128FastAdc/
>
> and this sample application to sample the mic at 9 KHz.
>
> http://szte-wsn.cvs.sourceforge.net/viewvc/szte-wsn/tinyos/apps/MicReadStreamTest/
>
> Miklos
?????? wrote:
> Hi all,
> I'm a freshman of tinyos , my boss want me to record acoustic
> sounds over a sensor network. However, I don't really know how to use
> Mic to record sounds, so who can send me a source code of acoustic
> recording ,and a piece of cooperative recording code would be better.
> Thank you very much!
>
>
> ------------------------------------------------------------------------
> ????????????????????????????24??????????????
> <http://yxp.163.com/photo/ep.html?sss=fromyx0911>
>
> ------------------------------------------------------------------------
> ????????????????????????????24??????????????
> <http://yxp.163.com/photo/ep.html?sss=fromyx0911>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help <at> millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
------------------------------
_______________________________________________
Tinyos-help mailing list
Tinyos-help <at> millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
End of Tinyos-help Digest, Vol 89, Issue 69
*******************************************
<div> <p>Hi, i am a beginner of tinyOS , currently i am working on a WSN project ..The purpose is to track a target inside the network. We will have two anchors ( MICAZs positions are already know) two relay node and one base. My questions is<br><br>1) How to send the information (hop count) from the anchor that i received from the target to the base station( via multi-hop ) ...if i put the station close to one anchor the then the other anchor will be out of range <br><br><br>thanks for the time and really appriciate it ,<br><br>lance<br><br><br><br><br><br><br></p> <div class="gmail_quote">On Fri, Oct 1, 2010 at 3:00 AM, <span dir="ltr"><<a href="mailto:tinyos-help-request <at> millennium.berkeley.edu">tinyos-help-request <at> millennium.berkeley.edu</a>></span> wrote:<br><blockquote class="gmail_quote">Send Tinyos-help mailing list submissions to<br> <a href="mailto:tinyos-help <at> millennium.berkeley.edu">tinyos-help <at> millennium.berkeley.edu</a><br><br> To subscribe or unsubscribe via the World Wide Web, visit<br> <a href="https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help" target="_blank">https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help</a><br><br> or, via email, send a message with subject or body 'help' to<br> <a href="mailto:tinyos-help-request <at> millennium.berkeley.edu">tinyos-help-request <at> millennium.berkeley.edu</a><br><br> You can reach the person managing the list at<br> <a href="mailto:tinyos-help-owner <at> millennium.berkeley.edu">tinyos-help-owner <at> millennium.berkeley.edu</a><br><br> When replying, please edit your Subject line so it is more specific<br> than "Re: Contents of Tinyos-help digest..."<br><br><br> Today's Topics:<br><br> 1. Re: FFT(Fast Fourier Transform) in TinyOS (Michael Schippling)<br> 2. which version of Tinyos is this? (wasif masood)<br> 3. Re: acoustic recording source code (Michael Schippling)<br><br><br> ----------------------------------------------------------------------<br><br> Message: 1<br> Date: Thu, 30 Sep 2010 10:39:59 -0600<br> From: Michael Schippling <<a href="mailto:schip <at> santafe.edu">schip <at> santafe.edu</a>><br> Subject: Re: [Tinyos-help] FFT(Fast Fourier Transform) in TinyOS<br> To: Christian To <<a href="mailto:xtian_1028 <at> yahoo.com">xtian_1028 <at> yahoo.com</a>><br> Cc: <a href="mailto:tinyos-help <at> millennium.berkeley.edu">tinyos-help <at> millennium.berkeley.edu</a><br> Message-ID: <<a href="mailto:4CA4BD5F.6040709 <at> santafe.edu">4CA4BD5F.6040709 <at> santafe.edu</a>><br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br> I don't know of any official code but I have a little<br> C demo I made for myself years ago here:<br> <a href="http://www.etantdonnes.com/DATA/FFT.zip" target="_blank">http://www.etantdonnes.com/DATA/FFT.zip</a><br><br> The problem is that the micro-controllers have very<br> little RAM and no math support beyond an integer<br> multiply instruction. You can use the above code<br> to do fixed point calculations which will alleviate<br> the problems but it's not ideal. It would be better<br> to do calculations at the host node.<br><br> MS<br><br><br> Christian To wrote:<br> > Hello!<br> ><br> > I am an undergraduate student trying to build a wireless sensor network<br> > that monitors vibration from civil structures.<br> ><br> > I was wondering if TinyOS has an implementation of FFT (Fast Fourier<br> > Transform) so that I can do modal analysis.<br> ><br> > If there is so, can anyone please tell me?<br> ><br> > Thank You!<br> ><br> > - Christian To<br> ><br> ><br> ><br> > ------------------------------------------------------------------------<br> ><br> > _______________________________________________<br> > Tinyos-help mailing list<br> > <a href="mailto:Tinyos-help <at> millennium.berkeley.edu">Tinyos-help <at> millennium.berkeley.edu</a><br> > <a href="https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help" target="_blank">https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help</a><br><br><br> ------------------------------<br><br> Message: 2<br> Date: Thu, 30 Sep 2010 18:44:11 +0200<br> From: wasif masood <<a href="mailto:rwmasood <at> gmail.com">rwmasood <at> gmail.com</a>><br> Subject: [Tinyos-help] which version of Tinyos is this?<br> To: tinyos forum <<a href="mailto:tinyos-help <at> millennium.berkeley.edu">tinyos-help <at> millennium.berkeley.edu</a>><br> Message-ID:<br> <<a href="mailto:AANLkTim48Dgi4XB5ihE5T_tJRR7URKSpcUFcBG_pFhGC <at> mail.gmail.com">AANLkTim48Dgi4XB5ihE5T_tJRR7URKSpcUFcBG_pFhGC <at> mail.gmail.com</a>><br> Content-Type: text/plain; charset="iso-8859-1"<br><br> can anyone please tell me which version of tinyos is at this CVS address:<br><br> cvs -z3 -d:pserver:anonymous <at> tinyos.cvs.sourceforge.net:/cvsroot/tinyos<br> checkout<br><br><br> available at:<br><a href="http://docs.tinyos.net/index.php/TinyOS_CVS_access" target="_blank">http://docs.tinyos.net/index.php/TinyOS_CVS_access</a><br><br><br> is this 2.1.1 or what? because lately we are having problem running tests on<br> Indriya test bed because of this different versions of tinyos<br> --<br> Wasif Masood<br> -------------- next part --------------<br> An HTML attachment was scrubbed...<br> URL: <a href="https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20100930/4435f1bf/attachment-0001.htm" target="_blank">https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20100930/4435f1bf/attachment-0001.htm</a><br><br> ------------------------------<br><br> Message: 3<br> Date: Thu, 30 Sep 2010 10:44:53 -0600<br> From: Michael Schippling <<a href="mailto:schip <at> santafe.edu">schip <at> santafe.edu</a>><br> Subject: Re: [Tinyos-help] acoustic recording source code<br> To: =?x-gbk?Q?=B9=F9=C1=E8=B3=AC?= <<a href="mailto:glc216722 <at> 163.com">glc216722 <at> 163.com</a>><br> Cc: Tinyos-help <<a href="mailto:tinyos-help <at> millennium.berkeley.edu">tinyos-help <at> millennium.berkeley.edu</a>><br> Message-ID: <<a href="mailto:4CA4BE85.6000809 <at> santafe.edu">4CA4BE85.6000809 <at> santafe.edu</a>><br> Content-Type: text/plain; charset=x-gbk; format=flowed<br><br> search this list for keywords:<br> audio, microphone, FastAdc<br><br> and have a look at these links:<br> > Hi Omar,<br> ><br> > Use this library (works only for IRIS so far)<br> ><br> > <a href="http://szte-wsn.cvs.sourceforge.net/viewvc/szte-wsn/tinyos/tos/lib/Atm128FastAdc/" target="_blank">http://szte-wsn.cvs.sourceforge.net/viewvc/szte-wsn/tinyos/tos/lib/Atm128FastAdc/</a><br> ><br> > and this sample application to sample the mic at 9 KHz.<br> ><br> > <a href="http://szte-wsn.cvs.sourceforge.net/viewvc/szte-wsn/tinyos/apps/MicReadStreamTest/" target="_blank">http://szte-wsn.cvs.sourceforge.net/viewvc/szte-wsn/tinyos/apps/MicReadStreamTest/</a><br> ><br> > Miklos<br><br><br> ?????? wrote:<br> > Hi all,<br> > I'm a freshman of tinyos , my boss want me to record acoustic<br> > sounds over a sensor network. However, I don't really know how to use<br> > Mic to record sounds, so who can send me a source code of acoustic<br> > recording ,and a piece of cooperative recording code would be better.<br> > Thank you very much!<br> ><br> ><br> > ------------------------------------------------------------------------<br> > ????????????????????????????24??????????????<br> > <<a href="http://yxp.163.com/photo/ep.html?sss=fromyx0911" target="_blank">http://yxp.163.com/photo/ep.html?sss=fromyx0911</a>><br> ><br> > ------------------------------------------------------------------------<br> > ????????????????????????????24??????????????<br> > <<a href="http://yxp.163.com/photo/ep.html?sss=fromyx0911" target="_blank">http://yxp.163.com/photo/ep.html?sss=fromyx0911</a>><br> ><br> ><br> > ------------------------------------------------------------------------<br> ><br> > _______________________________________________<br> > Tinyos-help mailing list<br> > <a href="mailto:Tinyos-help <at> millennium.berkeley.edu">Tinyos-help <at> millennium.berkeley.edu</a><br> > <a href="https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help" target="_blank">https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help</a><br><br><br> ------------------------------<br><br> _______________________________________________<br> Tinyos-help mailing list<br><a href="mailto:Tinyos-help <at> millennium.berkeley.edu">Tinyos-help <at> millennium.berkeley.edu</a><br><a href="https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help" target="_blank">https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help</a><br><br> End of Tinyos-help Digest, Vol 89, Issue 69<br> *******************************************<br> </blockquote> </div> <br> </div>
RSS Feed