Re: [Discuss-gnuradio] Cannot run FM radio either

2016-05-10 Thread Silverfox
You might find the tutorials on greatscottgadgets.com useful for guidance. They are under the education link SDR with HACKRF Alan From: Discuss-gnuradio [mailto:discuss-gnuradio-bounces+alan.r.hill=gmail@gnu.org] On Behalf Of West, Nathan Sent: Tuesday, May 10, 2016 8:19 PM To: Vini

Re: [Discuss-gnuradio] gnuradio and android

2015-07-23 Thread Silverfox
No. Sorry everyone. I meant ARM not android. Alan From: Marcus Müller [mailto:marcus.muel...@ettus.com] Sent: Thursday, July 23, 2015 7:26 AM To: Silverfox; GNURadio Discussion List Subject: Re: [Discuss-gnuradio] gnuradio and android So is this related to Android at all? Because

[Discuss-gnuradio] gnuradio and android

2015-07-22 Thread Silverfox
I complied the latest code on a Raspberry Pi 2 and the standalone applications seem to work but I ran into strange behavior when I ran gnuradio-companion. I could not get common data types to work between processes. That is, I could not resolve type conflicts between ins and outs. Any hints on w

Re: [Discuss-gnuradio] GNU Radio Installation

2015-05-28 Thread Silverfox
Check the internet for suggestions on how to cure slow internet connections in Ubuntu. You do not have to be using it to have it active. Alan From: Gerome Jan L [mailto:geromejanlla...@gmail.com] Sent: Thursday, May 28, 2015 5:10 PM To: Silverfox Cc: discuss-gnuradio@gnu.org Subject: Re

Re: [Discuss-gnuradio] GNU Radio Installation

2015-05-28 Thread Silverfox
The fixes to Ubuntu installed IPV6 which basically kills the network opens. Disable it and reboot. 73, Alan - W6ARH From: discuss-gnuradio-bounces+alan.r.hill=gmail@gnu.org [mailto:discuss-gnuradio-bounces+alan.r.hill=gmail@gnu.org] On Behalf Of Gerome Jan L Sent: Thursday, May

Re: [Discuss-gnuradio] Help needed

2015-02-12 Thread Silverfox
uot; block is set to QT or console only (or maybe QT usage with WX option). If that is not it, can you paste the full output? Greetings, Marcus On 02/11/2015 07:02 PM, Silverfox wrote: I have been using gnurad-companion for some time now but for the last few months I have been getting errors t

[Discuss-gnuradio] Help needed

2015-02-11 Thread Silverfox
I have been using gnurad-companion for some time now but for the last few months I have been getting errors that prevent use. My system is an up to date Mint OS. The version of the application is 3.7.6.1. I am experiencing errors that according to internet searches appear every now and then for

[Discuss-gnuradio] Interesting Discussion on SDR

2014-08-21 Thread Silverfox
http://www.altera.com/technology/system-design/articles/2014/software-define d-radio-openradio.html?utm_source=altera&utm_medium=email&utm_campaign=syste m_design_journal&utm_content=&elq=9da82267f3ce42d08181e5a21f8ec57c&elqCampai gnId=829 73, Alan - W6ARH

Re: [Discuss-gnuradio] Why am I dropping data over the UDP network?

2014-07-16 Thread Silverfox
It is my understanding that the UDP protocol does not quarentee delivery to the destination. That is, it has no recovery mechanism for undelivered packets. Alan From: discuss-gnuradio-bounces+alan.r.hill=gmail@gnu.org [mailto:discuss-gnuradio-bounces+alan.r.hill=gmail@gnu.org] O

Re: [Discuss-gnuradio] gr-air-modes compilation

2014-04-28 Thread Silverfox
gr-air-modes did not require it but it was needed to compile libzmq. I'll check but I am sure all I have is Python 2.7. Cheers, Alan From: Nick Foster [mailto:bistrom...@gmail.com] Sent: Monday, April 28, 2014 9:13 AM To: Silverfox Cc: GNURadio Discussion List Subject: Re: [Di

Re: [Discuss-gnuradio] gr-air-modes compilation

2014-04-28 Thread Silverfox
I got it complied and working. The key was to install Cython. It is probably worthwhile to add it to the dependency list. Alan From: Nick Foster [mailto:bistrom...@gmail.com] Sent: Sunday, April 27, 2014 4:30 PM To: Silverfox Subject: Re: [Discuss-gnuradio] gr-air-modes compilation

[Discuss-gnuradio] gr-air-modes compilation

2014-04-27 Thread Silverfox
I am trying to compile the lasted code from github and am getting an error from CMake. It is looking for pyZMQ and not finding it. I tried to install the module but not having much luck - that is it is not simple. Is there a scenario that I can follow? The dependency list does not cite PyMZQ so