Re: [Discuss-gnuradio] USRP Basics questions

2009-04-15 Thread Somya Ajmera
Hi Josh, on the  SMA connectors I had connected my transmit receive antennas. I wanted to know if while transmitting and receiving signals using USRP sink and source blocks, can I silmatenously probe any pin on the transmit/receive daughter board inorder to see the signal out and in to USRP.

Re: [Discuss-gnuradio] using gnuradio for GPS

2009-04-15 Thread Dimitris Symeonidis
Should we try and put this on CGRAN? I tried to contact the developer regarding some issues (specifically, that gps-usrp doesn't compile with the latest gnuradio trunk), but got no response. Dimitris Symeonidis If you think you're too small to make a difference, try sleeping with a mosquito! -

[Discuss-gnuradio] Using send_now=0 on USRP2

2009-04-15 Thread Per Zetterberg
Dear All, I am trying to issue 5 calls to tx_16sc (of 371 samples each i.e., one ETH packet per call) to the USRP2. I transmit a simple sinuswave. If I set send_now=1 in the metadata it works as expected and I can see the signal on a spectrum analyzer. If I set send_now=0 I can only

Re: [Discuss-gnuradio] Help initial problems with the USRP2

2009-04-15 Thread Ane Andersen
Hi Eric ...Okey now I have another problem. I downloaded rev 10851 of the gnuradio from the trunk and now I get two errors when I try to make. I configured ld.so.conf as describe in your wiki. But I still have make errors Br Ane 2009/4/8 Eric Blossom e...@comsec.com On Wed, Apr 08, 2009 at

Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 2 available for testing

2009-04-15 Thread Paco Garcia
Jonathan, It works ok for me, except for the mpsk_receiver with the setup from http://www.nabble.com/QPSK-phase-noise-td22934944.html. This is the constellation I get for a 40 dB SNR BPSK: http://www.nabble.com/file/p23060668/Screenshot.png Screenshot.png Johnathan Corgan-2 wrote: GNU

Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 2 available for testing

2009-04-15 Thread Paco Garcia
Johnathan, It works ok for me, except for the mpsk_receiver with the setup from http://www.nabble.com/QPSK-phase-noise-td22934944.html. This is the constellation I get for a 40 dB SNR BPSK: http://www.nabble.com/file/p23060683/Screenshot.png Screenshot.png Johnathan Corgan-2 wrote: GNU

Re: [Discuss-gnuradio] USRP Basics questions

2009-04-15 Thread Josh Blum
You want to probe the SMA connectors. The pins tx0-tx7 are digital control lines. If you see any signal on the control lines, it is probably very weak leakage from the DAC. Somya Ajmera wrote: Hi Josh, on the SMA connectors I had connected my transmit receive antennas. I wanted to know if

Re: [Discuss-gnuradio] [Douglas Geiger BBN 802.11b] Porting code on USRP2 problems

2009-04-15 Thread Ben Yahmed
Hi all, Since I have tested the tx code (bbn_80211b_tx_port2.py), I wanted to run the bbn_80211b_rx.py inorder to capture the packets sent but I encountred this error: # ./bbn_80211b_rx.py Traceback (most recent call last): File ./bbn_80211b_rx.py, line 179, in module main () File

[Discuss-gnuradio] BBN_80211 and gr.hier_block2 (I only have USRP1s)

2009-04-15 Thread Jane Chen
Hi all,,   I read the [Discuss-gnuradio] and know that gr.hier_block is gone in current GNU Radio. http://www.mail-archive.com/discuss-gnuradio@gnu.org/msg12193.html   I used the command: svn co https://www.cgran.org/cgran/projects/bbn_80211/trunk bbn_80211   I checked out the bbn trunk and got

Re: [Discuss-gnuradio] Timestamps, data rates

2009-04-15 Thread Eric Blossom
On Tue, Apr 14, 2009 at 02:19:38PM -0500, Douglas Geiger wrote: I'm running some experiments with my two USRP2's - as I want to get synchronized samples out of them. I have the clock's locked to my external 10Mhz, and they sync_to_pps correctly (i.e. the timestamp resets on the next PPS).

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-15 Thread Eric Blossom
On Tue, Apr 14, 2009 at 01:48:21PM -0700, Smith L. wrote: Hi, I am trying to establish communication between USRP2 and USRP1. I am using RFX2400 daughterboard. I am using Ubuntu 8.10. I am using the svn version of GNU Radio. I dont know the revision number. I am not able to receive

Re: [Discuss-gnuradio] Help initial problems with the USRP2

2009-04-15 Thread Eric Blossom
On Wed, Apr 15, 2009 at 04:59:15PM +0200, Ane Andersen wrote: Hi Eric ...Okey now I have another problem. I downloaded rev 10851 of the gnuradio from the trunk and now I get two errors when I try to make. I configured ld.so.conf as describe in your wiki. But I still have make errors Br

[Discuss-gnuradio] USRP2 Sockets

2009-04-15 Thread devin kelly
I've been looking over the GNU Radio code and I can't seem to figure what is being done in /usrp2/host/lib/open_usrp2_socket.cc file. Specifically, lines 97 through to 128. What I think is happening is that a pair of connected sockets is created (97) then a process is forked (102). So, the

Re: [Discuss-gnuradio] BBN_80211 and gr.hier_block2 (I only have USRP1s)

2009-04-15 Thread Douglas Geiger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jane Chen wrote: Hi all,, I read the [Discuss-gnuradio] and know that gr.hier_block is gone in current GNU Radio. http://www.mail-archive.com/discuss-gnuradio@gnu.org/msg12193.html I used the command: svn co

Re: [Discuss-gnuradio] USRP2 Sockets

2009-04-15 Thread Eric Blossom
On Wed, Apr 15, 2009 at 04:20:20PM -0400, devin kelly wrote: I've been looking over the GNU Radio code and I can't seem to figure what is being done in /usrp2/host/lib/open_usrp2_socket.cc file. Specifically, lines 97 through to 128. What I think is happening is that a pair of connected

Re: [Discuss-gnuradio] Using the dqpsk modulator

2009-04-15 Thread Karim El Defrawy
Thanks a lot for the feedback. I got it to work eventually. Eric Blossom wrote: On Tue, Apr 14, 2009 at 04:03:13AM -0700, karim wrote: Eric Blossom wrote: On Thu, Apr 09, 2009 at 09:46:43AM -0700, karim wrote: Hi, I am trying to use the dqpsk modulator block to modulate some data and

[Discuss-gnuradio] XCVR2450 fix announcement

2009-04-15 Thread Josh Blum
To users having difficulty with the XCVR2450 daughterboard. A bug was found that effects the XCVR2450 in transceiver applications, especially tunnel.py. A fix has been applied to the host code in r10853 of the trunk. This fix is for XCVR2450 + USRP (does not apply to the USRP2). Testers are

[Discuss-gnuradio] new CGRAN upgrades complete!

2009-04-15 Thread George Nychis
Hi everyone, The CGRAN upgrades are finally complete. After our server took a hit last week, I figured it was time to upgrade some things while I fixed some others. CGRAN is now using Trac 0.11.4 and subversion 1.6.0, with some python and apache module updates in the background. This seems to