Re: [Discuss-gnuradio] GNU Radio Companion - ALSA

2017-02-21 Thread Robin A. Jensen
Hello Cinaed. It's (maybe) because X GUI is startet up on RPi and i'm connectet with a VNC-Client. But anyway, i got it to work by taking Rationel Resampler out of the chain and then cheat with the Sample Rate. So now: RTL-SDR Source: Samp_Rate: 2M -> Low Pass: Samp_rate: 1.92 M, decimation:4

[Discuss-gnuradio] Receiving streaming data by external application

2017-02-21 Thread Mehmeto
Hi ya, Just executed the flowgraphs "Streaming processed data from the E31x with GNU Radio and ZMQ" https://kb.ettus.com/Streaming_processed_data_from_the_E31x_with_GNU_Radio_and_ZMQ#Host_flow_graph. The flowgraphs work just fine. I want to replace the fm_receiver_zmq_host.grc with my own a

[Discuss-gnuradio] Receiving streaming data by external application

2017-02-21 Thread Mehmeto
Hi ya, Just executed the flowgraphs "Streaming processed data from the E31x with GNU Radio and ZMQ" https://kb.ettus.com/Streaming_processed_data_from_the_E31x_with_GNU_Radio_and_ZMQ#Host_flow_graph. The flowgraphs work just fine. I want to replace the fm_receiver_zmq_host.grc with my own a

Re: [Discuss-gnuradio] Receiving streaming data by external application

2017-02-21 Thread Marcus Müller
Hi Mehmeto, I'd argue you're looking at the best example :) But: gr-zmq comes with more examples in gnuradio/gr-zeromq/examples . If you're on linux, these get typically installed to /usr[/local]/share/gnuradio/examples/zeromq Also, you posted this question twice (no harm done); I'd like to poin

[Discuss-gnuradio] Gunradio on RHEL6

2017-02-21 Thread Sumit Saluja
HI All, I have compiled gnuradio on RHEL6 I am able compile gnuradio but some of the components are disabled * sphinx -- * gr-ctrlport -- * gr-comedi -- * gr-qtgui -- * gr-uhd -- * gr-video-sdl -- * gr-wxgui -- * gr-zeromq How can I enable them ? Thanks Sumit Saluja __

Re: [Discuss-gnuradio] Gunradio on RHEL6

2017-02-21 Thread Kyeong Su Shin
Dear Sumit Saluja: It is usually because your system have unmet dependencies (or because cmake failed to detect the libraries, even though they were actually installed). You have to check the cmake log and install missing dependencies. Alternatively, you can try PyBombs if it is for your personal

Re: [Discuss-gnuradio] Gunradio on RHEL6

2017-02-21 Thread Neel Pandeya
I would strongly suggest that you use RHEL/CentOS 7 instead, as RHEL/CentOS 6 is quite old now, and the default versions of many packages are old or obsolete. --Neel Pandeya On 21 February 2017 at 08:13, Sumit Saluja wrote: > > HI All, > > I have compiled gnuradio on RHEL6 I am able compile g

[Discuss-gnuradio] [GRCon17] Call for Presentations & Papers

2017-02-21 Thread Ben Hilburn
Hey all - The CFP for GRCon17 is now live! You can find the details on the GRCon17 website: http://gnuradio.org/grcon-2017/submit/ We are accepting abstracts for three types of presentations at GRCon17: talks, tutorials, and posters. The format for the poster presentations will change somewhat th

[Discuss-gnuradio] GSL_FOUND both TRUE and FALSE

2017-02-21 Thread Achilleas Anastasopoulos
Hi all, after a long time update from source on a Fedora 23 I came across the following problem when cmaking: -- Configuring gr-fec support... -- Dependency ENABLE_VOLK = ON -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_BLOCKS = ON -- D

Re: [Discuss-gnuradio] volk compile error on raspberry pi3

2017-02-21 Thread Cinaed Simson
Hi Michael - it worked. Thanks! I upgraded Raspbian Jessie to Debian Jessie and was able to install gnuradio 3.7.10.1 from source. The CFLAGS at that URL are for pi2 - for the pi3 I used CFLAGS="-march=armv8-a -mtune=cortex-a53 -mfloat-abi=hard -mfpu=neon-vfpv4 -O2" but CFLAGS="-march=armv

Re: [Discuss-gnuradio] GNU Radio Companion - ALSA

2017-02-21 Thread Cinaed Simson
On 02/21/2017 04:20 AM, Robin A. Jensen wrote: > Hello Cinaed. > > It's (maybe) because X GUI is startet up on RPi and i'm connectet with a > VNC-Client. > But anyway, i got it to work by taking Rationel Resampler out of the > chain and then cheat with the Sample Rate. > So now: > RTL-SDR Source: