Re: [Discuss-gnuradio] qt frequency sink runtime error

2017-08-11 Thread Ruediger Bauernschmitt
Dear Kyeong, I did as you proposed. In a first attempt grc did not start complaining that possibly PYTHONPATH or LD_LIBRARY_PATH were not set correctly. I then removed the installation again, this time with apt-get remove --purge and apt-get autoremove. After re-installation with apt-get, grc

[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates of week 13

2017-08-11 Thread Kartik Patel
Hello all, This week I almost completed waterfall sink for float values. For details, kindly check out my blog post here . Regards, Kartik Patel ᐧ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.

Re: [Discuss-gnuradio] USDR-based GSM/UMTS handset?

2017-08-11 Thread Cinaed Simson
On 08/11/2017 08:42 AM, m.j.thayer wrote: > (Re-sendung this after subscribing. Apologies if it ends up being sent > twice. By the way, is there a way to only receive answers to one's own > messages?) If your didn't receive a reply to your question it's because nobody had answer. The development

Re: [Discuss-gnuradio] Installing rtl-sdr

2017-08-11 Thread Andrew Rich
Yeah you need gr-osmocom And be carefull I got caught out it hides under the tree under the very top above the blocks I have a hack rf so I had to install hackrf stuff but for the rtl stuff it comes under osmocom Andrew Sent from my iPhone > On 12 Aug 2017, at 3:18 am, Marcus Müller wrote:

Re: [Discuss-gnuradio] Installing rtl-sdr

2017-08-11 Thread Marcus Müller
Dear Bill, I think rtl-sdr is just the driver for the dongles. What you'd probably like to have is gr-osmosdr, which contains the osmocom source, which is the interface block for such hardware. By the way, don't know about Mint, but on other similar distros, you can directly install what you nee

[Discuss-gnuradio] Installing rtl-sdr

2017-08-11 Thread Bill Maier
I'm having trouble installing rtl-sdr for gnuradio in Linux Mint. Here is the complete set of shell commands I did: sudo pip install PyBOMBS mkdir pyb pybombs recipes add gr-recipes git+https://github.com/gnuradio/gr-recipes.git pybombs prefix init -a default pyb -R gnuradio-def

[Discuss-gnuradio] USDR-based GSM/UMTS handset?

2017-08-11 Thread m.j.thayer
(Re-sendung this after subscribing. Apologies if it ends up being sent twice. By the way, is there a way to only receive answers to one's own messages?)Hello, I'm afraid that I am very naive in radio matters (I hope to gradually change that - reading recommendations welcome!), though I have reason

Re: [Discuss-gnuradio] Overruns B200 802.11 receiver

2017-08-11 Thread Cristian Rodríguez
Hi. For me worked as follows: The reference page transport_udp_sockbufs . i modified the next two: - recv_frame_size: The size of a single receive buffer in bytes - num_recv_frames: The number of receive buffers to

[Discuss-gnuradio] Overruns B200 802.11 receiver

2017-08-11 Thread Markley da Silva Mendes
Hello everyone, I have a USRP B200 card and I'm doing a test of the receiver example provided by the gr-ieee802-11 block, but when I run this example I see in the terminal a sequence of the letter "O", after some time this sequence is stopped, And not being able to discover any WiFi network. Her

Re: [Discuss-gnuradio] installation problem with v3.7.12

2017-08-11 Thread Ron Economos
You can get to older versions by checking them out with git. git checkout v3.7.11 To see all the available tags. git tag I'm not sure why you're not seeing the block parameter colors. The latest version (3.7.12git-218-g811bee8c) is working fine here on Ubuntu 16.04. Ron On 08/11/2017 01:3

Re: [Discuss-gnuradio] installation problem with v3.7.12

2017-08-11 Thread Derek Kozel
Hello Ali, I don't know about #1. Can you share the full version string and some info about your OS? For #2: You can checkout the release tag for 3.7.11 https://github.com/gnuradio/gnuradio/releases/tag/v3.7.11 $ git checkout v3.7.11 $ git submodule update Regards, Derek On Fri, Aug 11, 2017 a

[Discuss-gnuradio] installation problem with v3.7.12

2017-08-11 Thread Ali The GREAT!
Hi all, i use the following command to get the code: $ git clone --recursive https://github.com/gnuradio/gnuradio.git when i install from source ($mkdir build; cd build; cmake ../; make; sudo make install; sudo ldconfig) the installed version is v3.7.12 ($gnuradio-config-info --version) and i ha

[Discuss-gnuradio] [GSoC 17] DAB: Updates

2017-08-11 Thread Moritz Luca Schmid
Hi, I just uploaded my blog post for this week. The user mode for the DAB GUI is ready and can be tested! I am currently adding a developer mode with some nice gr plots. Best Luca ___