Re: [Tinyos-help] BaseStation Modification to Read RSSI

2008-04-15 Thread Dimas Abreu Dutra
There was a change in the intercept interface. The length argument is now a uint8_t instead of uint16_t it should compile on the CVS version of tinyos. Or you can change the intercept.forward signatures on the files to uint16_t length. ~Dimas~ On 4/14/08, basem aljedai [EMAIL PROTECTED] wrote:

[Tinyos-help] BaseStation Modification to Read RSSI

2008-04-14 Thread Basem Aljedai
Dear Dimas, I am working now in a my graduation project which I use on it a set of motes to localize . But my problem is I need to Read the RSSI value to do some statistics and figure out the distance However , Can you help me to fined a version of the BaseStation that read the RSSI value

[Tinyos-help] BaseStation Modification to Read RSSI

2008-04-14 Thread Basem Aljedai
Dear Dimas, I am working now in a my graduation project which I use on it a set of motes to localize . But my problem is I need to Read the RSSI value to do some statistics and figure out the distance However , Can you help me to fined a version of the BaseStation that read the RSSI value

Re: [Tinyos-help] BaseStation Modification to Read RSSI

2008-04-14 Thread Dimas Abreu Dutra
Look at the tutorial I made at http://docs.tinyos.net/index.php/Rssi_Demo The tutorial files are attached. ~Dimas~ On 4/4/08, Basem Aljedai [EMAIL PROTECTED] wrote: Dear Dimas, I am working now in a my graduation project which I use on it a set of motes to localize … But my problem is

Re: [Tinyos-help] BaseStation Modification to Read RSSI

2008-04-14 Thread basem aljedai
Hi , Thanks Thanks Thanks Thanks Thanks Thanks Thanks .. this helps me a lot .. there is a compile error in the RssiBase : In component `BaseStationP': ../InterceptBase/BaseStationP.nc:308: conflicting types for `RadioIntercept.forw ard' /opt/tinyos-2.x/tos/interfaces/Intercept.nc:31: previous

[Tinyos-help] BaseStation Modification to Read RSSI

2008-03-03 Thread Nick Verbaendert
Hi, I'm also curious about the the preliminary version of your BaseStation Modification. Could you send it to me also? Regards, Nick Nick Verbaendert Mail: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] GSM: 0477/32.72.45 ___ Tinyos-help

Re: [Tinyos-help] BaseStation Modification to Read RSSI

2008-02-21 Thread Xavier Orduña
Hi, Just take a look to the contrib-cvs, there's a lot of stuff to merge! Xavi On Tue, Feb 19, 2008 at 5:02 PM, Ittipong Khemapech [EMAIL PROTECTED] wrote: Dear all, Does anybody have modified the BaseStation application in order to read RSSI and display the values on PC screen? If so,

Re: [Tinyos-help] BaseStation Modification to Read RSSI

2008-02-21 Thread Dimas Abreu Dutra
Hello, I have done this to use in a localization problem. I am still working on a tutorial to put in the tinyos wiki, as I said in this thread http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-February/030866.html but I can send you the preliminary version. It is not commented but it

[Tinyos-help] BaseStation Modification to Read RSSI

2008-02-20 Thread Salvo Fiduccia
try this: http://tinyos.cvs.sourceforge.net/tinyos/tinyos-2.x-contrib/stanford-sing/apps/RssiSample/ ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] BaseStation Modification to Read RSSI

2008-02-19 Thread Ittipong Khemapech
Dear all, Does anybody have modified the BaseStation application in order to read RSSI and display the values on PC screen? If so, please give me some hints and/or examples. I am using Tmote Sky, TinyOS 2.x and Windows XP. Many thanks in advance, Ittipong