[Discuss-gnuradio] GNURadio on custom SDR platform

2011-08-05 Thread Martin Flasskamp
Hello all, My name is Martin Flasskamp and I'm currently starting my diploma thesis at Bielefeld University in Germany. My task is to create a wireless demonstration system which enables two nodes to communicate wirelessly using software-defined radio. The platform I'll use is our own modular FPG

Re: [Discuss-gnuradio] GNURadio on custom SDR platform

2011-08-05 Thread Matthias Wilhelm
Hi, this sounds like you want to implement the sender/receiver functionality on the host, so why not write a GNU Radio integration module and use existing RX/TX code? There are already physical layer implementations for ZigBee, 802.11, Bluetooth, Gen2, etc. available (e.g., at https://www.cgr

[Discuss-gnuradio] bug on get_mboard_sensor("gps_time") : may return old value

2011-08-05 Thread Bastien Auneau
Hi Using USRP N210, UHD 3.2.1, windows7 (VC++ 9), GPSDO (Jackson Labs) I first use : get_mboard_sensor("gps_time") set_time_next_pps(0, 1, 5400) Since gps time returns soon after pps edge occurs, I know that time is set to 0 at a known GPS time called gps_t_0 (which is gps time returned

[Discuss-gnuradio] Bug with USRP2/SBX and UHD when launching the acquisition

2011-08-05 Thread Emmanuel Caillé
Hello all, I have a problem with my USRP2 (with a SBX board) : Most of times when I launch the acquisition, no data are received. For example with uhd_fft.py : $ uhd_fft.py linux; GNU C++ version 4.5.2; Boost_104200; UHD_003.002.001-fc349d3 -- Opening a USRP2/N-Series device... -- Current recv f

[Discuss-gnuradio] problem regarding installing the gr-rds

2011-08-05 Thread bilal ghouri
hello people, i have successfully installed the gnuradio 3.2.2 on ubuntu 10.04, and i want to use the RDS enabled application on the grc. when i install it, it is showing me many errors. i dont know whether i am using the right source onto it or not. i followed the steps from https://www.cgran.org/

[Discuss-gnuradio] bug while executing the "make" command

2011-08-05 Thread bilal ghouri
hello people, In the gr-rds repository installation to work with the grc, after configuring it when i enter the make command i am getting the following error rds.cc:145:20: error: Python.h: No such file or directory rds.cc:2557:4: error: #error "This python version requires swig to be run with the

Re: [Discuss-gnuradio] Bug with USRP2/SBX and UHD when launching the acquisition

2011-08-05 Thread Josh Blum
On 08/05/2011 07:33 AM, Emmanuel Caillé wrote: > Hello all, > > I have a problem with my USRP2 (with a SBX board) : > Most of times when I launch the acquisition, no data are received. > > For example with uhd_fft.py : > > $ uhd_fft.py > linux; GNU C++ version 4.5.2; Boost_104200; UHD_003.002.

[Discuss-gnuradio] bug fix for GPSDO discovery and querying "gps_time"

2011-08-05 Thread Bastien Auneau
Hi I have experienced some issues regarding querying GPS time (get_mboard_sensor("gps_time")) and about GPSDO discovery stability For more details, see previous posts : http://lists.gnu.org/archive/html/discuss-gnuradio/2011-08/msg00111.html http://lists.gnu.org/archive/html/discuss-gnuradio/2011-

Re: [Discuss-gnuradio] Bug with USRP2/SBX and UHD when launching the acquisition

2011-08-05 Thread Marcus D. Leech
On 05/08/2011 10:33 AM, Emmanuel Caillé wrote: Hello all, I have a problem with my USRP2 (with a SBX board) : Most of times when I launch the acquisition, no data are received. For example with uhd_fft.py : $ uhd_fft.py linux; GNU C++ version 4.5.2; Boost_104200; UHD_003.002.001-fc349d3 -- Ope

Re: [Discuss-gnuradio] 'gr_top_block_sptr' object has no attribute '_setup_usrp'

2011-08-05 Thread saketh kumar
Hi Thanks marcus. I am new to Gnu Radio and Python. I am working on USRP N200 with RFX2400. I am trying to make digital-bert scripts to work for UHD. I made some changes in the code but i am encoutering errors. The latest error is shown below: aravind@COE-CW85V91:~/gnuradio/gnuradio-examples/

Re: [Discuss-gnuradio] 'gr_top_block_sptr' object has no attribute '_setup_usrp'

2011-08-05 Thread Marcus D. Leech
On 05/08/2011 1:35 PM, saketh kumar wrote: Hi Thanks marcus. I am new to Gnu Radio and Python. I am working on USRP N200 with RFX2400. I am trying to make digital-bert scripts to work for UHD. I made some changes in the code but i am encoutering errors. The latest error is shown below: Loo

Re: [Discuss-gnuradio] 'gr_top_block_sptr' object has no attribute '_setup_usrp'

2011-08-05 Thread saketh kumar
I got it what you are trying to say but i haven't mentioned any integer type in the code so which very large value is it taking. -saketh On Fri, Aug 5, 2011 at 1:35 PM, saketh kumar wrote: > Hi > >Thanks marcus. I am new to Gnu Radio and Python. I am working on USRP > N200 with RFX2400. I am

Re: [Discuss-gnuradio] Full Duplex communication on E100, with separate antenna

2011-08-05 Thread Meyer S. Jacobs
Using this flow graph: http://i.imgur.com/K9TaN.png I get this traceback: -- Opening USRP-E on /dev/usrp_e0 Traceback (most recent call last): File "full_duplex.py", line 60, in tb = full_duplex() File "full_duplex.py", line 31, in __init__ num_channels=1, File "/usr/lib/python2.6/s

Re: [Discuss-gnuradio] Full Duplex communication on E100, with separate antenna

2011-08-05 Thread Nick Foster
On Fri, 2011-08-05 at 13:40 -0700, Meyer S. Jacobs wrote: > Using this flow graph: http://i.imgur.com/K9TaN.png What version of E100 images are you using? The older stuff had a known bug that would cause this. Update to latest images & try again. --n > > > I get this traceback: > -- Opening US

Re: [Discuss-gnuradio] Full Duplex communication on E100, with separate antenna

2011-08-05 Thread Meyer S. Jacobs
I updated the usrp kernel module and boot files with the versions published on the wiki. The problem persists. I also recently applied the Console Development Image from http://ettus-apps.sourcerepo.com/redmine/ettus/projects/usrpe1xx/wiki/Images (within the last week). root@usrp-e1xx:~# uname -a

Re: [Discuss-gnuradio] [USRP-users] USRP-E100 update (new kernel and rootfs)

2011-08-05 Thread Radio Man
Phil, What may be the reason that after updating FAT and uploading rootfs with new files It blows when python is interpreting from gnuradio import uhd I need to upload new UHD from GIT and compile it? WD ___ Discuss-gnuradio mailing list Discuss-gnuradio

Re: [Discuss-gnuradio] [USRP-users] USRP-E100 update (new kernel and rootfs)

2011-08-05 Thread rdmill...@hotmail.com
K. Leaving in 5 Sent via DROID on Verizon Wireless -Original message- From: Radio Man To: Philip Balister Cc: "usrp-us...@lists.ettus.com" , GNURadio Discussion List Sent: Fri, Aug 5, 2011 21:26:00 GMT+00:00 Subject: Re: [Discuss-gnuradio] [USRP-users] USRP-E100 update (new kernel

Re: [Discuss-gnuradio] [USRP-users] USRP-E100 update (new kernel and rootfs)

2011-08-05 Thread Josh Blum
On 08/05/2011 02:26 PM, Radio Man wrote: > Phil, > What may be the reason that after updating FAT and uploading rootfs with new > files It blows when python is interpreting > from gnuradio import uhd > Send the error verbose and the output of uhd_usrp_probe > I need to upload new UHD from GIT

Re: [Discuss-gnuradio] Full Duplex communication on E100, with separate antenna

2011-08-05 Thread Meyer S. Jacobs
>On Fri, Aug 5, 2011 at 15:41, Josh Blum wrote: > Can you tell me the output of uhd_usrp_probe > > thanks > -josh It appears I must have botched something during the updating. Now everything gives this error: root@usrp-e1xx:~# uhd_usrp_probe linux; GNU C++ version 4.5.2 20101204 (prerelease); Bo

Re: [Discuss-gnuradio] USRP2 Spectrum Sensing Help

2011-08-05 Thread Julio Hector Aguilar Rent
hello, how you did it, that changed in the sensing spectrum, I'm using the module FLEX900? devin kelly-2 wrote: > > Hello, > > I've created a spectrum sensor with the USRP2, my python script uses the > same idea as usrp_spectrum_sense.py found in gnuradio. That is, it tunes, > takes an FFT,

Re: [Discuss-gnuradio] Full Duplex communication on E100, with separate antenna

2011-08-05 Thread Josh Blum
On 08/05/2011 03:53 PM, Meyer S. Jacobs wrote: >> On Fri, Aug 5, 2011 at 15:41, Josh Blum wrote: >> Can you tell me the output of uhd_usrp_probe >> >> thanks >> -josh > > It appears I must have botched something during the updating. Now > everything gives this error: > > root@usrp-e1xx:~# uhd_