Re: [Discuss-gnuradio] SBX Daughterboard dead?

2012-03-03 Thread jsrdor
Thank you for your reply. This is what happens when software developers touch devices such as usrps. Since i have no intention to fry the tvrx daughterboard we are planning to use now , will the following setup be enought? WideBand Rx only 300-3Ghz antenna, grounded through its base surge arres

Re: [Discuss-gnuradio] Volk update to master/next

2012-03-03 Thread Marcus D. Leech
Hi everyone, I just wanted to inform everyone that we made a significant update to master/next tonight to start using Volk. This merges in my safe_align branch that I mentioned a couple of weeks ago. After verifying that it was working on various platforms, including the E100 (and therefore A

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

2012-03-03 Thread Philip Balister
On 02/03/2012 04:51 AM, 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 warm > glass of milk

Re: [Discuss-gnuradio] Volk update to master/next

2012-03-03 Thread Andrew Davis
>[ 25%] Building CXX object >gnuradio-core/src/lib/CMakeFiles/gnuradio-core.dir/general/gr_add_ff.cc.o >/home/glneo/gnuradio/gnuradio-core/src/lib/general/gr_add_ff.cc: In member >function 'virtual int gr_add_ff::work(int, gr_vector_const_void_star&, >gr_vector_void_star&)': >/home/glneo/gnuradi

Re: [Discuss-gnuradio] GR 3.5.1 & OSX

2012-03-03 Thread Carles Fernandez
Hi guys, On OSX 10.6.8 I did the following: $ git clone git://code.ettus.com/ettus/uhd.git $ cd uhd $ mkdir build $ cd build $ cmake ../ $ make $ sudo make install $ cd.. $ git clone git://gnuradio.org/gnuradio $ cd gnuradio $ mkdir build $ cd build cmake ../ ... --

Re: [Discuss-gnuradio] GR 3.5.1 & OSX

2012-03-03 Thread Michael Dickens
Hi Carles - That's great to hear! I take it that you don't have WX installed? Using the QtGui really is nicer anyway :) But, having gnuradio-companion is also nice ... maybe there is some other dependency that isn't getting met for GRC? - MLD On Mar 3, 2012, at 6:18 PM, Carles Fernandez wrot

[Discuss-gnuradio] building carrier sense in the FPGA and UHD

2012-03-03 Thread George Nychis
Hi all, I'm going to be hacking carrier sense in to the FPGA on the USRP2 very soon. Basically, taking what I did with the "in-band" project from the USRP1 with carrier sense, and moving it forward to USRP2. The idea is, just like you can set a timestamp to "gate" a packet on its way out: only t

Re: [Discuss-gnuradio] GR 3.5.1 & OSX

2012-03-03 Thread Carles Fernandez
On Sun, Mar 4, 2012 at 12:22 AM, Michael Dickens wrote: > Hi Carles - That's great to hear!  I take it that you don't have WX > installed?  Using the QtGui really is nicer anyway :)  But, having > gnuradio-companion is also nice ... maybe there is some other dependency that > isn't getting met

Re: [Discuss-gnuradio] GR 3.5.1 & OSX

2012-03-03 Thread Michael Dickens
Did you use MacPorts for the background dependencies? If so, you can install one of the py*-pygtk, e.g., "sudo port install py27-gtk" for Python 2.7 (which is what I use). I find that on OSX, Python 2.6 play nice with GNU Radio or GRC, but 2.7 does; YMMV. - MLD On Mar 3, 2012, at 7:41 PM, Car

Re: [Discuss-gnuradio] GR 3.5.1 & OSX

2012-03-03 Thread Michael Dickens
On Mar 3, 2012, at 8:40 PM, Michael Dickens wrote: > I find that on OSX, Python 2.6 play nice with GNU Radio or GRC, but 2.7 does; meant: "Python 2.6 does not play nice" ... ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org

Re: [Discuss-gnuradio] GR 3.5.1 & OSX

2012-03-03 Thread Carles Fernandez
Well, actually I had the gnuradio port already and I did a "sudo port uninstall gnuradio" before all the building process. I saw that I have py27-gtk installed but python version is 2.6.7...so I did: $ sudo port select python python27 $ python -V Python 2.7.2 but when I do $ cmake ../ I stiil g

Re: [Discuss-gnuradio] GR 3.5.1 & OSX

2012-03-03 Thread Michael Dickens
Hmm ... not sure what's going on. When you're in Python, can you do "import gtk" successfully? That's what CMake is testing for, roughly. If it can't, hopefully the error will shed some light as to what's going on. - MLD On Mar 3, 2012, at 9:16 PM, Carles Fernandez wrote: > Well, actually I