Re: [Discuss-gnuradio] UHD disable receive

2011-05-04 Thread Feng Andrew Ge
Josh, I applied your changes below for WBX. Yes, a transmitter doesn't see packets from itself anymore. However, in my experiment, two nodes using tunnel.py could not talk to each other anymore. So I changed the code back and two nodes resumed their communication channel. Your description o

Re: [Discuss-gnuradio] UHD disable receive

2011-05-02 Thread Josh Blum
On 05/02/2011 08:16 AM, Steve Peters wrote: > Sorry to resurrect this somewhat old thread, but I'm mightily confused by > something. Mike originally said: > > "For my simple setup I've got 2 N210's each with an RFX2400 (using TX/RX for > receive)." > > The Ettus website says: > > "The user ma

Re: [Discuss-gnuradio] UHD disable receive

2011-05-02 Thread Steve Peters
Sorry to resurrect this somewhat old thread, but I'm mightily confused by something. Mike originally said: "For my simple setup I've got 2 N210's each with an RFX2400 (using TX/RX for receive)." The Ettus website says: "The user may set the receive antenna to be TX/RX or RX2. However, when usin

Re: [Discuss-gnuradio] UHD disable receive

2011-04-20 Thread Josh Blum
On 04/20/2011 03:24 PM, Feng Andrew Ge wrote: > Josh, > > Thanks for the clarification. > > Does it mean that, by this hacked code, turning off RX mixer at > transmitting time happens on FPGA? Or does it happen at UHD on the host > side? > In this case the mixer is controlled by FPGA GPIOs t

Re: [Discuss-gnuradio] UHD disable receive

2011-04-20 Thread Feng Andrew Ge
Josh, Thanks for the clarification. Does it mean that, by this hacked code, turning off RX mixer at transmitting time happens on FPGA? Or does it happen at UHD on the host side? Andrew On 04/20/2011 06:15 PM, Josh Blum wrote: On 04/20/2011 03:03 PM, Feng Andrew Ge wrote: Josh, When you

Re: [Discuss-gnuradio] UHD disable receive

2011-04-20 Thread Josh Blum
On 04/20/2011 03:03 PM, Feng Andrew Ge wrote: > Josh, > > When you say " In any case, you can shutoff the rx mixer in full duplex > mode with this little change:", is it true that this radio, once started > with the changed code, cannot receive anymore at it runtime? > No: When, and only when,

Re: [Discuss-gnuradio] UHD disable receive

2011-04-20 Thread Feng Andrew Ge
.org wrote: Message: 10 Date: Mon, 18 Apr 2011 17:59:30 -0700 From: Josh Blum To:discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] UHD disable receive Message-ID:<4dacde72.3050...@ettus.com> Content-Type: text/plain; charset=ISO-8859-1 > When sending from A to B, I receive A's mess

Re: [Discuss-gnuradio] UHD disable receive

2011-04-19 Thread Mike Clark
> Are you sure you're really using TX/RX for receive?  As the link Josh > supplied says "The user may set the receive antenna to be TX/RX or RX2. > However, when using an RFX board in full-duplex mode, the receive antenna > will always be set to RX2, regardless of the settings." As far as I know,

Re: [Discuss-gnuradio] UHD disable receive

2011-04-19 Thread Mike Clark
> I might suggest: > 1) shut off the demodulation in software when transmitting. > 2) transmit and receive on different frequencies. > 3) reject the received packet at the mac layer > Thanks for the info. I wasn't sure how to shut off demodulation in software. I ended up finding the "valve" block

Re: [Discuss-gnuradio] UHD disable receive

2011-04-18 Thread Steve Peters
> For my simple setup I've got 2 N210's each with an RFX2400 (using TX/RX for > receive). > Are you sure you're really using TX/RX for receive? As the link Josh supplied says "The user may set the receive antenna to be TX/RX or RX2. However, when using an RFX board in full-duplex mode, the receiv

Re: [Discuss-gnuradio] UHD disable receive

2011-04-18 Thread Josh Blum
> When sending from A to B, I receive A's message on B. The problem is I > also receive A's message on A. Same happens when going from B to A. Is > this normal? I know the RFX2400 is full duplex, but this was not what > I was expecting. Is there any way to disable the receive path while > transmit

[Discuss-gnuradio] UHD disable receive

2011-04-18 Thread Mike Clark
I just got my shiny new N210's last week. I've setup UHD and GnuRadio from GIT. I've done some simple tests and have been able to transmit data from one N210 to the other. Today I started working on bidirectional communication. For my simple setup I've got 2 N210's each with an RFX2400 (using TX/RX