Re: [Tinyos-help] how to measure the Rssi with mica2

2008-06-10 Thread Ittipong Khemapech
I think it should be better to send questions to the group. That message was
sent to the list several months ago. I tried to adapt the transmission power
in TOSSIM.

Now I am using TinyOS 2.x. I think CC1000RadioC is what you are looking for
(If I still remember).

Ittipong

2008/6/10 王薇 [EMAIL PROTECTED]:

  hi, Ittipong

 I got a message u post before

 Ittipong Khemapech wrote:

 * Dear all,
 **
 ** As I am new to TinyOS, I plan to adapt some existing modules such as
 ** CntToLedsAndRfm and RfmToLeds. The main goals are to transmit messages
 ** at different transmit powers and to read RSSI of each incoming data.
 ** I've finished the adjusting TX part but got stuck with the RSSI reading.
 **
 ** I was wondering if anyone had some experiences to this. My targeted
 ** platform is TinyOS.
 **
 ** Thank you,
 ** Ittipong*

 
 actually, what I am doing is so similar to yours, *to transmit messages *
 *at different transmit powers and to read RSSI of each incoming data* 
 but I haven't finished to adjust Tx, say nothing of RSSI, I am so new in
 this field, and time is so limited, so, can you give me some suggestion
 about what you have done, im so appreciate your help. thanks a lot.
 is it to add sth in the *CntToLedsAndRfm or  my platform is tinyos1.x
 ,mica2

 Vivienne
 *

 --
 Date: Mon, 9 Jun 2008 21:41:00 +0100
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC: tinyos-help@millennium.berkeley.edu
 Subject: Re: [Tinyos-help] how to measure the Rssi with mica2

 This may be useful to you.

 http://docs.tinyos.net/index.php/Rssi_Demo

 Ittipong

 2008/6/9 wang wei [EMAIL PROTECTED]:

 Hi, all
 I'm trying to get the RSSI from the Rx with mica2 mote, but after learning
 many messages posted befoore,im more confused about how to measure it.
 my platform is tinyos1.x, mica2,cc1000,mib510
 1.i tried the Pong applicaction, but it seems its not compatible to mica2,
 I really wanna know if the Pong application can work with mica2?
 2.someone said it needs to import two interfaces: RSSI and ReceiveMSG.
 Initially use enable signal strength reading by RSSI.rssi_enable(). When you
 receive a message  in  ReceiveMsg.receive(), you can read the signal
 strength using  strength field. but i dont think there is RSSI interface in
 tinyos1.x
 3.how to use TOS_Msg to measure?
 Ican anyone tell me how to get the RSSI with mica2 ,thanks in advance.

 /V

 ___
 Tinyos-help mailing list
 Tinyos-help@millennium.berkeley.edu
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



 --
 Windows Live Writer,支持离线撰写博客内容,随时随地想写就写。 
 立即使用!http://get.live.cn/product/writer.html

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] how to measure the Rssi with mica2

2008-06-09 Thread Gary Lee
Hi,

I tried to run RssiDemo under Tinyos 2.x. I copied all the files to the
directory. However, when I type make telosb, it says that there is a
conflicting type for RadioIntercept.forward error.

Anyone can help? Regards,

Gary

On Mon, Jun 9, 2008 at 1:41 PM, Ittipong Khemapech [EMAIL PROTECTED]
wrote:

 This may be useful to you.

 http://docs.tinyos.net/index.php/Rssi_Demo

 Ittipong

 2008/6/9 wang wei [EMAIL PROTECTED]:

  Hi, all
 I'm trying to get the RSSI from the Rx with mica2 mote, but after learning
 many messages posted befoore,im more confused about how to measure it.
 my platform is tinyos1.x, mica2,cc1000,mib510
 1.i tried the Pong applicaction, but it seems its not compatible to mica2,
 I really wanna know if the Pong application can work with mica2?
 2.someone said it needs to import two interfaces: RSSI and ReceiveMSG.
 Initially use enable signal strength reading by RSSI.rssi_enable(). When you
 receive a message  in  ReceiveMsg.receive(), you can read the signal
 strength using  strength field. but i dont think there is RSSI interface in
 tinyos1.x
 3.how to use TOS_Msg to measure?
 Ican anyone tell me how to get the RSSI with mica2 ,thanks in advance.

 /V

 ___
 Tinyos-help mailing list
 Tinyos-help@millennium.berkeley.edu
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



 ___
 Tinyos-help mailing list
 Tinyos-help@millennium.berkeley.edu
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] how to measure the Rssi with mica2

2008-06-09 Thread Varun Jain
Hi Gary,

I had a similar  problem, if you see the intercept has the following
event:

 

event bool forward(message_t* msg, void* payload, uint8_t len);

 

Some 8 months ago, there was  The big interface switchover for Packet,
Send, Receive, and AMSend. So you got to update these interfaces if you
are running an old repository, the problem was that some interfaces did
not have the uint8_t len parameter in their events.

 

Cheers,

 

 

Varun Jain

RD Embedded Design Engineer

Spiderbox Pty. Ltd.

P: +617 3318 9509

F: +617 3318 9595

M: +61401 091 248

E: [EMAIL PROTECTED]

W: http://www.spiderbox.com.au http://www.spiderbox.com.au/ 

 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary
Lee
Sent: Tuesday, June 10, 2008 10:08 AM
To: Ittipong Khemapech
Cc: tinyos-help@millennium.berkeley.edu
Subject: Re: [Tinyos-help] how to measure the Rssi with mica2

 

Hi,

 

I tried to run RssiDemo under Tinyos 2.x. I copied all the files to the
directory. However, when I type make telosb, it says that there is a
conflicting type for RadioIntercept.forward error.

 

Anyone can help? Regards,

 

Gary

On Mon, Jun 9, 2008 at 1:41 PM, Ittipong Khemapech 
[EMAIL PROTECTED] wrote:

This may be useful to you.

http://docs.tinyos.net/index.php/Rssi_Demo

Ittipong

2008/6/9 wang wei [EMAIL PROTECTED]:

Hi, all
I'm trying to get the RSSI from the Rx with mica2 mote, but after
learning many messages posted befoore,im more confused about how to
measure it.
my platform is tinyos1.x, mica2,cc1000,mib510
1.i tried the Pong applicaction, but it seems its not compatible to
mica2, I really wanna know if the Pong application can work with mica2?
2.someone said it needs to import two interfaces: RSSI and ReceiveMSG.
Initially use enable signal strength reading by RSSI.rssi_enable(). When
you receive a message  in  ReceiveMsg.receive(), you can read the signal
strength using  strength field. but i dont think there is RSSI interface
in tinyos1.x
3.how to use TOS_Msg to measure?
Ican anyone tell me how to get the RSSI with mica2 ,thanks in advance. 

/V

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

 

image001.jpg___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help