[Discuss-gnuradio] USB-SA44B spectrum analyzer

2013-11-20 Thread mavijo . sambo
Hi everyone I've been using gnuradio for six months now, I wanted to ask if its possible to interface a signal hound spectrum analyzer to work as a USRP with gnuradio. Thanks Sent from my BlackBerry® wireless device ___ Discuss-gnuradio mailing list

Re: [Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder: How to run on gnuradio v3.6.5.1 ?

2013-11-20 Thread nesimi eldarov
Hi,  I was also trying to use that, but that is hopeless (you have to have ubuntu 9.10, USRP2 which is EOL). Instead you can use Bastians's project   https://github.com/bastibl/gr-ieee802-11 . Среда, 20 ноября 2013, 6:59 +08:00 от Activecat active...@gmail.com: Dear Sir, How to make FTW

Re: [Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder: How to run on gnuradio v3.6.5.1 ?

2013-11-20 Thread Martin Braun (CEL)
On Wed, Nov 20, 2013 at 02:48:53PM +0400, nesimi eldarov wrote: Hi, I was also trying to use that, but that is hopeless (you have to have ubuntu 9.10, USRP2 which is EOL). For the record and the mailing list archives: libusrp2 was deprecated; the actual device (USRP2) is still supported and

[Discuss-gnuradio] gr-ieee802-11 CMake Error

2013-11-20 Thread nesimi eldarov
Hi all, Please help me if you know the solution: My system Ubuntu 13.04 GNURADIO 3.7.2 I run: sudo apt-get install libitpp-dev git clone git://github.com/bastibl/gr-ieee802-11.git cd gr-ieee802-11 mkdir build cd build cmake .. Results:   CMake Warning at CMakeLists.txt:84 (find_package): By

Re: [Discuss-gnuradio] USB-SA44B spectrum analyzer

2013-11-20 Thread Tom Rondeau
On Wed, Nov 20, 2013 at 5:21 AM, mavijo.sa...@gmail.com wrote: Hi everyone I've been using gnuradio for six months now, I wanted to ask if its possible to interface a signal hound spectrum analyzer to work as a USRP with gnuradio. Thanks If it has an open API to the driver (and it looks

[Discuss-gnuradio] GRC: File/Path browser in QT or WX gui ?

2013-11-20 Thread M Dammer
I am looking for a standard file browser widget for a QT or Wx based GUI. You browse the filesystem and the moment you click o.k. the choosen path is put into a variable that can be used within your flowgraph. Is this possible ? Currently the only option I see is to set the filename/path within

Re: [Discuss-gnuradio] gr-ieee802-11 CMake Error

2013-11-20 Thread Tom Rondeau
On Wed, Nov 20, 2013 at 8:44 AM, nesimi eldarov nesaz...@mail.ru wrote: Hi all, Please help me if you know the solution: My system Ubuntu 13.04 GNURADIO 3.7.2 I run: sudo apt-get install libitpp-dev git clone git://github.com/bastibl/gr-ieee802-11.git cd gr-ieee802-11 mkdir build cd

Re: [Discuss-gnuradio] GRC: File/Path browser in QT or WX gui ?

2013-11-20 Thread Marcus Müller
I think that would be possible; however, before you start coding it yourself, please consider the use case: In most cases, things like I want to read that file are considered before starting a flow graph. Greetings, Marcus On 20.11.2013 15:08, M Dammer wrote: I am looking for a standard file

Re: [Discuss-gnuradio] GRC: File/Path browser in QT or WX gui ?

2013-11-20 Thread M Dammer
I was thinking about people who just load a flowgraph and start it. In this case it would be very convenient to have all parameters that need adjusting (including filepath) in the GUI. greetings, Mark On 20/11/13 15:07, Marcus Müller wrote: I think that would be possible; however, before you

Re: [Discuss-gnuradio] gr-ieee802-11 CMake Error

2013-11-20 Thread nesimi eldarov
Hi Tom, I install to usr/local, but there is nothing inside ' lib/cmake/gnuradio', funnily. What is this? Среда, 20 ноября 2013, 9:09 -05:00 от Tom Rondeau t...@trondeau.com: On Wed, Nov 20, 2013 at 8:44 AM, nesimi eldarov nesaz...@mail.ru wrote: Hi all, Please help me if you know the

Re: [Discuss-gnuradio] Limitations of Dampening factor in PLL

2013-11-20 Thread Michael Berman
Tom, Thanks for the quick response on this. Michael On Tue, Nov 19, 2013 at 5:30 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Nov 19, 2013 at 8:16 PM, Michael Berman mrberma...@gmail.com wrote: Can somebody explain why the dampening factor inside gr::blocks::control_loop is clamped

[Discuss-gnuradio] Building GNU Radio for arm etc

2013-11-20 Thread Philip Balister
I've put together a repo manifest file for building GNU Radio using OpenEmbedded. The repo tool will take care of checking out the various layers needed and (if you sue the stable branch) deliver layers that built images on my PC. Repo sucks if you want to so OE development, but I figure most

Re: [Discuss-gnuradio] GRC: File/Path browser in QT or WX gui ?

2013-11-20 Thread Nowlan, Sean
You could have a text box with a file open dialog, and the callback would lock/stop the flowgraph, give the returned file path string to a file_source block, and then unlock/start the flowgraph. -Original Message- From: discuss-gnuradio-bounces+sean.nowlan=gtri.gatech@gnu.org

Re: [Discuss-gnuradio] GRC: File/Path browser in QT or WX gui ?

2013-11-20 Thread Marcus Leech
Just a note that the file-sink block takes a runtime-settable parameter for the file name. In GRC, make this a variable, and link it to a text entry field, and Bob's your uncle. This doesn't have the "file browser" aspects, but it achieves a big part of the goal. on Nov 20, 2013, Nowlan, Sean

[Discuss-gnuradio] Meta-sdr for building gnuradio and other interesting things for embedded devices

2013-11-20 Thread Philip Balister
At GR-COn one of the items we talked about in the embedded working group was creating a meta-sdr layer for OpenEmbedded to collect GNU Radio related recipes (and other interesting SDR recipes). I have started this layer on github: https://github.com/balister/meta-sdr GNU Radio issues can be

Re: [Discuss-gnuradio] gr-ieee802-11 CMake Error

2013-11-20 Thread Tom Rondeau
On Wed, Nov 20, 2013 at 10:58 AM, nesimi eldarov nesaz...@mail.ru wrote: Hi Tom, I install to usr/local, but there is nothing inside 'lib/cmake/gnuradio', funnily. What is this? Please read the link that I sent. Next question: how did you install GNU Radio? From source? Tom Среда, 20

Re: [Discuss-gnuradio] gr-ieee802-11 CMake Error

2013-11-20 Thread nesimi eldarov
Hi, I read that. There is not any folder with that file. Yes, the source : http://gnuradio.org/redmine/news/30   Среда, 20 ноября 2013, 13:05 -05:00 от Tom Rondeau t...@trondeau.com: On Wed, Nov 20, 2013 at 10:58 AM, nesimi eldarov nesaz...@mail.ru wrote: Hi Tom, I install to usr/local,

Re: [Discuss-gnuradio] Building GNU Radio for arm etc

2013-11-20 Thread Philip Balister
On 11/20/2013 09:45 AM, Philip Balister wrote: I've put together a repo manifest file for building GNU Radio using OpenEmbedded. The repo tool will take care of checking out the various layers needed and (if you sue the stable branch) deliver layers that built images on my PC. Repo sucks if

Re: [Discuss-gnuradio] Building GNU Radio for arm etc

2013-11-20 Thread Philip Balister
On 11/20/2013 01:49 PM, Philip Balister wrote: On 11/20/2013 09:45 AM, Philip Balister wrote: I've put together a repo manifest file for building GNU Radio using OpenEmbedded. The repo tool will take care of checking out the various layers needed and (if you sue the stable branch) deliver

Re: [Discuss-gnuradio] Looking for DSSS demodulator

2013-11-20 Thread Achilleas Anastasopoulos
I have been working on a DSSS system for some time now. You can find our work-in-progress here: https://github.com/anastas/gr-cdma.git A few comments: this project grew out of the DARPA spectrum challenge: our team eventually dropped out of the race because of other time commitments but I

Re: [Discuss-gnuradio] gr-ieee802-11 CMake Error

2013-11-20 Thread Tom Rondeau
On Wed, Nov 20, 2013 at 1:07 PM, nesimi eldarov nesaz...@mail.ru wrote: Hi, I read that. There is not any folder with that file. Yes, the source : http://gnuradio.org/redmine/news/30 If it's not installed anywhere, then I'm afraid you don't have a properly installed GNU Radio system. The

Re: [Discuss-gnuradio] Looking for DSSS demodulator

2013-11-20 Thread Ed Criscuolo
Outstanding! Thanks for putting in the time to make this happen! What version of gnuRadio was it built against? @(^.^)@ Ed On 11/20/13 4:05 PM, Achilleas Anastasopoulos wrote: I have been working on a DSSS system for some time now. You can find our work-in-progress here:

[Discuss-gnuradio] gnuradio repository error

2013-11-20 Thread Activecat
It timeouts even after few attempts. See below. $ git clone --progress http://gnuradio.org/git/gnuradio.git Cloning into 'gnuradio'... error: Unable to get pack file http://gnuradio.org/git/gnuradio.git/objects/pack/pack-d0093c65108e2594a080f6e3983dbe9402e10527.pack transfer closed with

Re: [Discuss-gnuradio] gnuradio repository error

2013-11-20 Thread Marcus D. Leech
It timeouts even after few attempts. See below. $ git clone --progress http://gnuradio.org/git/gnuradio.git Cloning into 'gnuradio'... error: Unable to get pack file http://gnuradio.org/git/gnuradio.git/objects/pack/pack-d0093c65108e2594a080f6e3983dbe9402e10527.pack transfer closed with

Re: [Discuss-gnuradio] gnuradio repository error

2013-11-20 Thread Johnathan Corgan
On 11/20/2013 05:46 PM, Marcus D. Leech wrote: It timeouts even after few attempts. See below. $ git clone --progress http://gnuradio.org/git/gnuradio.git It just worked fine for me. And for me as well. It could be something transient with CloudFlare, which caches all the git http

Re: [Discuss-gnuradio] gnuradio repository error

2013-11-20 Thread Marcus D. Leech
On 11/20/2013 05:46 PM, Marcus D. Leech wrote: It timeouts even after few attempts. See below. $ git clone --progress http://gnuradio.org/git/gnuradio.git It just worked fine for me. And for me as well. It could be something transient with CloudFlare, which caches all the git http traffic.

[Discuss-gnuradio] gr-ieee802-11 compilation error

2013-11-20 Thread Activecat
Dear Sir, While compiling gr-ieee802-11 from https://github.com/bastibl/gr-ieee802-11, these errors were encountered: host@~/gr-ieee802-11/build $ make Scanning dependencies of target ieee802_11_generated_includes [ 3%] Generating moving_average_ff.h, moving_average_cc.h [ 3%] Built target

Re: [Discuss-gnuradio] gr-ieee802-11 compilation error

2013-11-20 Thread Bastian Bloessl
On 21 Nov 2013, at 05:05, Activecat active...@gmail.com wrote: Linking CXX shared library libgnuradio-ieee802_11.so /usr/bin/ld: cannot find -llog4cpp /usr/bin/ld: cannot find -llog4cpp oops, can you try to install log4cpp. Under Ubuntu: sudo apt-get install liblog4cpp5-dev Bastian

Re: [Discuss-gnuradio] HELP! - Problem with radio application deploy

2013-11-20 Thread bob wole
Thanks Tom and Marcus for taking time out and explaining things on the list. -- Bob How do you determine the size of taps? How much of a difference does setting the transition width from 1MHz to 10MHz make? Generally, the wider the transition width, the fewer taps. You can use the

[Discuss-gnuradio] gr-ieee802-11: Mostly broken flow graphs in examples

2013-11-20 Thread Activecat
Dear Sirs, From the README file of https://github.com/bastibl/gr-ieee802-11, it mentions in the examples folder are several flowgraphs. But how come many of the flow graphs have errors: many ports are not connected. In this case I do not manage to run those examples. Please help.. Regards,

Re: [Discuss-gnuradio] gr-ieee802-11: Mostly broken flow graphs in examples

2013-11-20 Thread Bastian Bloessl
On 21 Nov 2013, at 08:20, Activecat active...@gmail.com wrote: But how come many of the flow graphs have errors: many ports are not connected. In this case I do not manage to run those examples. Please help.. This is due to a patch that renames the message port names. Just reconnect