Re: [Tinyos-help] reducing signal strength for telosB with TinyOS 2.x

2008-04-28 Thread tarun sharma
Thanks a lot You were right. I used interface CC2420Packet provided by CC2420PacketC which has command to set signal strength for each packet. Thanks for the help! On Mon, Apr 28, 2008 at 1:29 PM, Ittipong Khemapech <[EMAIL PROTECTED]> wrote: > If that's what you need to do, it must be useful to

Re: [Tinyos-help] reducing signal strength for telosB with TinyOS 2.x

2008-04-28 Thread Ittipong Khemapech
If that's what you need to do, it must be useful to have a look at the archives. Both CC1000 and CC2420 allow you to set the transmitting power. Ittipong 2008/4/28 tarun sharma <[EMAIL PROTECTED]>: > Thanks for you reply. > > My aim is to reduce the transmitting range and I understand that this

Re: [Tinyos-help] reducing signal strength for telosB with TinyOS 2.x

2008-04-28 Thread tarun sharma
Thanks for you reply. My aim is to reduce the transmitting range and I understand that this can be done by reducing transmitting prower. So that is, i feel, the second options you suggested. On Mon, Apr 28, 2008 at 1:21 PM, Ittipong Khemapech <[EMAIL PROTECTED]> wrote: > I can't get what you are

Re: [Tinyos-help] reducing signal strength for telosB with TinyOS 2.x

2008-04-28 Thread Ittipong Khemapech
I can't get what you are trying to do. Do you mean RSSI (Received Signal Strength Indicator)? If so, the mote measures it upon (with or without) data reception. What do you mean by "transmitting range"? Do you mean transmission power level (dBm)? Ittipong 2008/4/28 tarun sharma <[EMAIL PROTECTED

[Tinyos-help] reducing signal strength for telosB with TinyOS 2.x

2008-04-28 Thread tarun sharma
hi I am working on a project with TelosB motes and TinyOS 2.x. I need to reduce the signal strength of the motes so as to reduce the transmitting range. I searched the net but couldnt find anything useful. Can anyone please lemme know how i can achieve this?? Thanks _