Re: [Discuss-gnuradio] Meet SDR guys IRL: Karlsruhe WSR

2012-02-03 Thread Andre Puschmann
On 02/02/2012 01:30 PM, Martin Braun wrote: > Hope to see some of you guys there! We'll be there, really looking forward to meeting you guys! I guess most of the attendees arrive the day before, i.e. March 6. How about a warm glass of milk the night before the workshop? Anybody interested? -Andre

[Discuss-gnuradio] Compile-time error with boost-1.47 and with volk

2012-02-03 Thread Jiri Pittner
After configuring current git version of Gnuradio as /configure --enable-gr-uhd --enable-gr-noaa --enable-usrp2 --enable-usrp --enable-gr-usrp --enable-grc --enable-gr-audio-alsa --enable-gr-trellis --disable-volk and running make, while boost-1.47 is installed, I am getting the following error

Re: [Discuss-gnuradio] Meet SDR guys IRL: Karlsruhe WSR

2012-02-03 Thread Martin Braun
On Fri, Feb 03, 2012 at 10:51:51AM +0100, Andre Puschmann wrote: > On 02/02/2012 01:30 PM, Martin Braun wrote: > > Hope to see some of you guys there! > > We'll be there, really looking forward to meeting you guys! I guess most > of the attendees arrive the day before, i.e. March 6. How about a wa

[Discuss-gnuradio] RX->TX Switching delay on XCVR2400?

2012-02-03 Thread Florian Schlembach
Trying out the tunnel.py example, we are transmitting a ping request between two USRP2s. The receiving USRP should respond immediately with a ping reply what the outpout is also saying. At all, this ping reply is not send. We can bypass this by deploying a time.sleep(0.05) at the RX-USRP before

Re: [Discuss-gnuradio] Meet SDR guys IRL: Karlsruhe WSR

2012-02-03 Thread Ulrika Uppman
Hi Martin and Andre, We haven't got all the traveling plans yet, but me and Patrik are planning to arrive at Karlsruhe the day before. It sounds really nice to meet for a beverage of some kind in the evening. Regards, Ulrika -Ursprungligt meddelande- On Fri, Feb 03, 2012 at 10:51:51AM

Re: [Discuss-gnuradio] Meet SDR guys IRL: Karlsruhe WSR

2012-02-03 Thread Andre Puschmann
On 02/03/2012 11:41 AM, Martin Braun wrote: > that's a great idea. Some might disagree about the choice of beverage, I reckon you're right! I might revise my choice as well :-) > I'll book a table somewhere downtown and answer here about the location Awesome! -Andre _

Re: [Discuss-gnuradio] Meet SDR guys IRL: Karlsruhe WSR

2012-02-03 Thread Philip Balister
Also, if you are at FOSDEM, stop by the OE table and look for me. Philip On 02/02/2012 01:30 PM, Martin Braun wrote: > Hi, > > for anyone who wants to meet up with fellow SDR devs, the 7th Karlsruhe > Workshop on Software Radio will be held March 7/8, here in Karlsruhe, > Germany. > > Some of y

Re: [Discuss-gnuradio] Compile-time error with boost-1.47 and with volk

2012-02-03 Thread Volker Schroer
Hi Jiri, I'm using gentoo, too and it compiles with boost-1.47.0-r1. Do you have some older files of boost installed while trying to compil with 1.47 ? volk does not compile , because you have a 64 bit system. I fixed this problem by deleting line 21 in volk/gen/archs.xml before runnig boos

Re: [Discuss-gnuradio] Compile-time error with boost-1.47 and with volk

2012-02-03 Thread mleech
Volk seems to build just fine under Cmake on my 64-bit systems. On Fri, 03 Feb 2012 16:53:19 +0100, Volker Schroer wrote: > Hi Jiri, > > I'm using gentoo, too and it compiles with boost-1.47.0-r1. Do you have > some older files of boost installed while trying to compil with 1.47 ? > > vo

[Discuss-gnuradio] Help please!

2012-02-03 Thread Javier Suarez
Good morning, I am working with Gnuradio +UHD version 3.5.1, the daughter boardas are RFX 2200 and frequency: 2400 - 25000 MHz.I want to make a simple spectrum analizer, I tried to do it by myself but I always had a mistake. Then I started to try with an example who came with it which is uhd_ fft.

Re: [Discuss-gnuradio] Compile-time error with boost-1.47 and with volk

2012-02-03 Thread Jiri Pittner
Hi Volker, thanks for the hints. I have presently 3 versions of boost: Installed versions: 1.42.0(1.42)(19:46:44 5.3.2011)(python -examples) 1.46.1(1.46)(23:21:11 11.5.2011)(python -examples) 1.47.0(1.47)(14:25:38 1.11.2011)(python -examples) and I am using eselect to switch between. I ca

Re: [Discuss-gnuradio] Compile-time error with boost-1.47 and with volk

2012-02-03 Thread Ben Hilburn
Jiri - Just to echo Marcus, have you tried building with CMake? Many people find that the CMake build magically fixes bizarre build errors; it certainly does in my case! Cheers, Ben On Fri, Feb 3, 2012 at 8:59 AM, Jiri Pittner wrote: > Hi Volker, > > thanks for the hints. I have presently 3 ve

Re: [Discuss-gnuradio] reg problem in running gnuradio 3.5 benchmark programs

2012-02-03 Thread Ben Hilburn
Shantharam - Okay, well if you aren't seeing a signal on your analyzer, then you definitely aren't going to receive any packets! 1) What does uhd_usrp_probe tell you about your device? 2) Have you tried running the tx_waveforms example application in UHD to see if you can get a signal out? Cheer

Re: [Discuss-gnuradio] Error while using uhd usrp blocks

2012-02-03 Thread Ben Hilburn
Tom - maybe you can correct me if I'm wrong, here? I think you are asking about the changes Tom made to the general loop formula, the details of which you can find here: http://www.trondeau.com/blog/2011/8/13/control-loop-gain-values.html Cheers, Ben On Thu, Feb 2, 2012 at 7:14 AM, shashank gau

Re: [Discuss-gnuradio] Help please!

2012-02-03 Thread Almohanad Fayez
Javier, the RFX2200 daughterboard works in the following frequency range 2.0–2.4 GHz you're trying to use it outside the supported frequencies (2.45GHz and 93.3 MHz) you should either work with the supported frequencies or buy a different daughterboard to work with those frequencies Almoh

Re: [Discuss-gnuradio] RX->TX Switching delay on XCVR2400?

2012-02-03 Thread Ben Hilburn
Florian - Please don't e-mail the same question to the list in multiple threads - it actually makes it more difficult for people to help you in a coherent manner. Switching between RX and TX on the XCVR daughterboard should have very minimal overhead - certainly not 6 ms. As soon as it sees the

Re: [Discuss-gnuradio] Compile-time error with boost-1.47 and with volk

2012-02-03 Thread Jiri Pittner
Hi Ben, thanks for the hint - with cmake, I compiled it without any problem, including volk, using the boost-1.47.0 version. I do not have USRP at hand over the weekend, so I remain curious whether the runtime crash disappears, too. However, there is a problem: I want to use also the funcube-

[Discuss-gnuradio] uhd drivers compatible with usrp1

2012-02-03 Thread Ebtisam Ahmed
hi all, I have been using a usrp1 device for some time now and i have been recommended to upgrade to uhd drivers for better support. I want to ask is there much difference in using uhd driver as im very much familiar with previous drivers now and can i easily use uhd drivers too?? Plus is there so

Re: [Discuss-gnuradio] Compile-time error with boost-1.47 and with volk

2012-02-03 Thread Josh Blum
On 02/03/2012 01:20 PM, Jiri Pittner wrote: > Hi Ben, > > thanks for the hint - with cmake, I compiled it without any problem, > including volk, using the boost-1.47.0 version. I do not have USRP > at hand over the weekend, so I remain curious whether the runtime crash > disappears, too. > > Ho

Re: [Discuss-gnuradio] RX->TX Switching delay on XCVR2400?

2012-02-03 Thread Florian Schlembach
> Please don't e-mail the same question to the list in multiple threads - > it actually makes it more difficult for people to help you in a coherent > manner. Sorry, I thought about to specify that a little bit more to make it findable more easily afterwards. > It is possible that tunnel.py is

Re: [Discuss-gnuradio] Compile-time error with boost-1.47 and with volk

2012-02-03 Thread Jiri Pittner
Hi Josh, On Fri, 3 Feb 2012, Josh Blum wrote: On 02/03/2012 01:20 PM, Jiri Pittner wrote: Hi Ben, thanks for the hint - with cmake, I compiled it without any problem, including volk, using the boost-1.47.0 version. I do not have USRP at hand over the weekend, so I remain curious whether th

Re: [Discuss-gnuradio] Compile-time error with boost-1.47 and with volk

2012-02-03 Thread Josh Blum
On 02/03/2012 01:34 PM, Jiri Pittner wrote: > > Hi Josh, > > On Fri, 3 Feb 2012, Josh Blum wrote: > >> >> >> On 02/03/2012 01:20 PM, Jiri Pittner wrote: >>> Hi Ben, >>> >>> thanks for the hint - with cmake, I compiled it without any problem, >>> including volk, using the boost-1.47.0 version.

Re: [Discuss-gnuradio] uhd drivers compatible with usrp1

2012-02-03 Thread Josh Blum
On 02/03/2012 01:23 PM, Ebtisam Ahmed wrote: > hi all, > > I have been using a usrp1 device for some time now and i have been > recommended to upgrade to uhd drivers for better support. I want to > ask is there much difference in using uhd driver as im very much > familiar with previous drivers

Re: [Discuss-gnuradio] Compile-time error with boost-1.47 and with volk

2012-02-03 Thread Jiri Pittner
Unfortunately, it is not cached, but seems to be inherent feature of autotools: rm -rf gr-fcd git clone https://github.com/csete/gr-fcd cd gr-fcd ./bootstrap ./configure make ... /bin/grep: /usr/local/lib64/libgruel.la: No such file or directory ...the same error Jiri On Fri, 3 Feb 2012, Josh

[Discuss-gnuradio] problem running uhd_fft.py

2012-02-03 Thread davood ahmady
hello all when I run uhd_fft.py and change sample rate from 1 to 2 the graph is being locked and i couldnot change anythig, what is my fault? Thank you. Davood ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listin