[Tinyos-help] BMAC

2012-05-16 Thread Mubashir Rehmani
Dear All, Can anyone comment on the following: 1. The LowPowerListening LPL stack of 2420 is not actually the BMAC protocol, instead, it is actually similar to the behaviour of BMAC for the CC2420 radio in TinyOS 2.x. Am i right? 2. What is the default mac protocol in Tinyos 2.x? Let's say, if w

[Tinyos-help] BMAC

2012-05-15 Thread Mubashir Rehmani
Dear All, Can anyone comment on the following: 1. The LowPowerListening LPL stack of 2420 is not actually the BMAC protocol, instead, it is actually similar to the behaviour of BMAC for the CC2420 radio in TinyOS 2.x. Am i right? 2. What is the default mac protocol in Tinyos 2.x? Let's say, if w

Re: [Tinyos-help] Question related with TKN154 mac

2012-05-10 Thread Mubashir Rehmani
the code (http://code.google.com/p/tinyos-main/). > > Thanks, > Jan > > On Wed, May 2, 2012 at 6:49 PM, Mubashir Rehmani > wrote: > > Dear All, > > > > > > I am using TKN154 mac implementation for TinyOS2. My question is, when i > > reduce the transm

[Tinyos-help] Question related with TKN154 mac

2012-05-02 Thread Mubashir Rehmani
Dear All, I am using TKN154 mac implementation for TinyOS2. My question is, when i reduce the transmission power, it does not affect with TKN154 mac implementation. I have tried to change the transmission power and it works fine with other code but as soon as i use TKN154 mac, the transmission goe

Re: [Tinyos-help] Turn off AVcc pin on Telosb

2012-03-23 Thread Mubashir Rehmani
Hi, Please look at the following link, it may help you: http://anwarmamat.blogspot.fr/2009_04_01_archive.html Kind Regards On 18 March 2012 12:18, Imene Boudellioua wrote: > Hi, > > Is there a ways to set the AVcc pin in Telosb (Pin 1 in the 10-[in > expansion connector U2) to low, or clear it?

Re: [Tinyos-help] ADC port

2012-02-29 Thread Mubashir Rehmani
Thanks Eric for your answer. Now the things are clear to me. Kind Regards On 29 February 2012 11:52, Eric Decker wrote: > > > 2012/2/29 Mubashir Rehmani > >> Hi Angré, >> >> Yes, all i want is to have output 0 or 1 on pin 10. If i clearly >> understood, po

Re: [Tinyos-help] ADC port

2012-02-29 Thread Mubashir Rehmani
Thanks André. Really thanks. Kind Regards 2012/2/29 André Rodrigues > ** > yes > > - Original Message - > *From:* Mubashir Rehmani > *To:* André Rodrigues > *Cc:* Eric Decker ; > tinyos-help@millennium.berkeley.edu > *Sent:* Wednesday, February 29, 2

Re: [Tinyos-help] ADC port

2012-02-29 Thread Mubashir Rehmani
gt; and control the I/O signals through tinyos. More precisely, i want to > attach an electronic switch, which enables or disable an external device > (antenna) with the signal i provide it to this expansion pin 10 (ADC3). Do > you have any idea how to achieve this? > > Kind Regards >

Re: [Tinyos-help] ADC port

2012-02-29 Thread Mubashir Rehmani
0:16, Eric Decker wrote: > > > On Tue, Feb 28, 2012 at 11:58 PM, Mubashir Rehmani > wrote: > >> Dear All, >> >> I want to control the I/O of the 10-pin extension connector of (U2) of >> the Telosb mote. In fact, i want to use ADC3 and control its power level

[Tinyos-help] ADC port

2012-02-29 Thread Mubashir Rehmani
Dear All, I want to control the I/O of the 10-pin extension connector of (U2) of the Telosb mote. In fact, i want to use ADC3 and control its power level in order to connect the digital switch with it. Can anyone tell me how i can control the voltage level of this ADC3 from the tinyos code? Pleas

[Tinyos-help] ADC3 (10-pin expansion connnector) U2 of Telosb mote

2012-02-28 Thread Mubashir Rehmani
Dear All, I want to control the I/O of the 10-pin extension connector of (U2) of the Telosb mote. In fact, i want to use ADC3 and control its power level in order to connect the digital switch with it. Can anyone tell me how i can control the voltage level of this ADC3 from the tinyos code? Pleas

[Tinyos-help] ADC3 (10-pin expansion connnector) U2 of Telosb mote

2012-02-28 Thread Mubashir Rehmani
Dear All, I want to control the I/O of the 10-pin extension connector of (U2) of the Telosb mote. In fact, i want to use ADC3 and control its power level in order to connect the digital switch with it. Can anyone tell me how i can control the voltage level of this ADC3 from the tinyos code? Pleas

Re: [Tinyos-help] Select the channel in nesc

2012-02-24 Thread Mubashir Rehmani
Here is the source http://enl.usc.edu/enl/trunk/tenet/doc/Recompile_Mote_Binary.HOWTO Regards On 24 February 2012 10:46, Eric Decker wrote: > what are you quoting from? > > > On Fri, Feb 24, 2012 at 1:19 AM, Mubashir Rehmani wrote: > >> Hello, >> >> Please se

Re: [Tinyos-help] Select the channel in nesc

2012-02-24 Thread Mubashir Rehmani
Hello, Please see below to change the channel for CC2420 4.1. Modify the RF channel frequency - You can change the RF channel frequency used by the motes. For example, to change the RF channel of the motes with CC2420 radio (e.g. telosb, micaz), put the following line at t

Re: [Tinyos-help] Cognitive Radio Sensor Network

2012-02-02 Thread Mubashir Rehmani
Hello Fazlullah Khan, See this, it may help you http://stuweb.ee.mtu.edu/~ljialian/ Regards On 2 February 2012 06:41, Fazlullah Khan wrote: > Good Evening! > I hope you will be fine and enjoying good health. Do you have > simulation/implementation code of > Dynamic Spectrum Sensing and Spectr

[Tinyos-help] make: /bin/sh: Command not found

2012-01-13 Thread Mubashir Rehmani
Dear All, I am facing an error. When i run the command make telosb then it gives this error: make: /bin/sh: Command not found I also tried motelist and SerialForwarder and all of them are working fine. Can anyone suggest me something? Kind Regards -- Mubashir Husain Rehmani ___

[Tinyos-help] Telosb mote resynchronizing error

2012-01-11 Thread Mubashir Rehmani
Dear All, Can anyone give me suggestion to connect Telosb mote to the serial port (usb) of the PC? Infact, i first run the command: $ motelist I got, COM10 as the port of my USB. then i run, $ java net.tinyos.sf.SerialForwarder -comm serial@COM10:57600 A java based application was opened and it