Re: [Tinyos-help] RSSI measurement in mica2

2007-05-09 Thread Rahul Sawant
yes u r right u need to do conversions to the values u obtained through TOSMsg. for conversion formulas see cc1000 data sheet and xbow mpr - mib manual rahul On 5/9/07, Murtuza [EMAIL PROTECTED] wrote: Hi I have a very simple question. If i am not mistaken the RSSI values obtained from a

Re: [Tinyos-help] CC1000 Channels

2007-05-02 Thread Rahul Sawant
Slide # 8 www.cs.berkeley.edu/~*jaein*/presentations/*Jaein**Jeong* _ChipconRadioStack.ppt On 5/1/07, Benjamin Madore [EMAIL PROTECTED] wrote: Hello, Could someone point me to a document that lists the discreet channels on the CC1000. I know I've seen something on it at one time, but I

Re: [Tinyos-help] How to make an application multi-hop enabled

2007-04-21 Thread Rahul Sawant
try reducing the transmit power of motes u will have to do this using the transceiver files. check which transceiver ur mote is using and then use those files to modify transmit power. Rahul On 4/21/07, ankur jain [EMAIL PROTECTED] wrote: Hi all, i was trying all the applications that comes

Re: [Tinyos-help] Message Signal Strength

2007-04-21 Thread Rahul Sawant
RSSI u get is the 10 bit value of ADC to convert to dBm use the formulas in the MPR-MIB Wireless Module Users Manual which can be found here http://www.xbow.com/Support/wUserManuals.aspx Rahul On 4/21/07, Hamdi Roumani [EMAIL PROTECTED] wrote: What data format is the signal strent field in

Re: [Tinyos-help] generate docs

2006-06-29 Thread Rahul Sawant
? Or is it wrong? Perhaps we are not right.Could anybody help us?Thanks in advance,AndresFrom: Rahul Sawant [EMAIL PROTECTED]To: Andres Aberasturi [EMAIL PROTECTED]CC: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] generate docsDate: Wed, 28 Jun 2006 19:12:45 -0500hii think this is because ur

Re: [Tinyos-help] generate docs

2006-06-28 Thread Rahul Sawant
hi i think this is because ur comp already has a file dot.exe and the version of that is old. u can search where it is on ur comp . in my comp it was in \Matlab7\bin\win32 folder as matlab also uses it. i guess if u rename this file in matlab folder everthing will work fine. or i guess change the

Re: [Tinyos-help] Help me with power range and signal strength!

2006-06-27 Thread Rahul Sawant
Hi Use the formula on pg 28 of this document. http://www.xbow.com/Support/Support_pdf_files/MPR-MIB_Series_Users_Manual.pdf also u have declared data in MyMsg to be an array of size 18 ie it runs from 0 to 17 and u r using data[18] is it right just check that. Rahul On 6/27/06, Hieu Tran

Re: [Tinyos-help] Mica2 CC1000ControlM patch - double throughput and calibrate correctly

2006-05-08 Thread Rahul Sawant
according to the operating freq and in CC1000ControlM.nc files. Thanks in advance Rahul Sawant On 5/4/06, David Moss [EMAIL PROTECTED] wrote: Hi Rahul, I assume you did compile the same CC1000ControlM ontoyour base station application?And you're only using mica2's (not mica2dots)? I'll do some

Re: [Tinyos-help] VoltageM errors??

2006-04-26 Thread Rahul Sawant
Hi r u using VoltageC from tos/system if not use this as this is the configuration for VoltageM and it includes voltage.h if ur using VoltageC then It seems like you dont have the voltage.h file in tos/platform/mica2 if u dont just download the attached file Rahul Sawant On 4/26/06, [EMAIL

Re: [Tinyos-help] Is WMEWMA from A.Woo fully implemented in MintRoute?

2006-03-27 Thread Rahul Sawant
value and 75% of new value. Rahul Sawant On 3/27/06, Vinayak Naik [EMAIL PROTECTED] wrote: I do notknow the implementation details of WMEWMA inthe MinRoute codeunder TinyOS. Here are the steps to learn about WMEWMA as a mathematical function: +Google Moving Average +Google Exponentially

[Tinyos-help] MultihopWMEWMA - Basic Arithmetic

2006-03-08 Thread Rahul Sawant
Hi, In file MultihopWMEWMA.nc and in function void updateEst(TableEntry *Nbr) thereis this following line newAve = ((uint16_t) 255 * (uint16_t)Nbr-received) / (uint16_t)usActTotal; can any one tell me why the Nbr-received value is multiplied by 255. TIA Rahul

Re: [Tinyos-help] please help me about this Tiny OS problem....it would be a great help..thankyou

2006-02-20 Thread Rahul Sawant
Swati which programming board r u using mib500 or mib510, and what version of tiny os have u installed if it is mib510 then the problem is as highlighted in green Rahul Sawant On 2/16/06, Swati Gupta [EMAIL PROTECTED] wrote: Hello, This is Swati from DA-IICT, i am working on the Mica motes

Re: [Tinyos-help] MIB510 upload problem with latest cvs update

2006-02-14 Thread Rahul Sawant
if it helps you Rahul Sawant On 2/14/06, André Cunha [EMAIL PROTECTED] wrote: Hello again: Thanks for the help, but it doesn´t work, the cygwin doesn´trecognize the /dev/ttyS0. I´ve also tried to change the files in the tools directory with thefiles of the older versions but it silldoesn´t work. All

[Tinyos-help] Makelocal file

2006-02-02 Thread Rahul Sawant
= mib510,/dev/ttyS0 Rahul Sawant ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help