Re: [Discuss-gnuradio] Source block for the funcube pro plus

2013-04-02 Thread Volker Schroer
Hi Alex, thank you for your hint. I added the device_name parameter . Now if the device name is not empty, I try to open the appropriate alsa device. If the device string is empty or opening device failed ( perhaps the device string was misspelled ) I try to autodetect the dongle. I

Re: [Discuss-gnuradio] Source block for the funcube pro plus

2013-04-02 Thread Volker Schroer
Hi Ian, is the funcube dongle block connected to a selector block ? If I remember well , I saw such a much some years ago when somebody tried to switch between alsa- sources. So it would be helpfull to know the connection diagram at this poit. vy 73, de Volker Am 01.04.2013 16:42, schrieb

Re: [Discuss-gnuradio] Source block for the funcube pro plus

2013-04-02 Thread Volker Schroer
Hi Ian, it's no problem for me to change the code to set the frequency in Hz instead of Khz because internally I set the frequency in Hz. But what do you think about introducing an additional unit parameter ( 1, 1000, 100 ). So it would be up to the users choice and if you choose 1 you

Re: [Discuss-gnuradio] Source block for the funcube pro plus

2013-04-02 Thread Alexandru Csete
On Tue, Apr 2, 2013 at 11:39 AM, Volker Schroer dl1...@gmx.de wrote: Hi Alex, thank you for your hint. I added the device_name parameter . Now if the device name is not empty, I try to open the appropriate alsa device. If the device string is empty or opening device failed ( perhaps the

Re: [Discuss-gnuradio] Source block for the funcube pro plus

2013-04-01 Thread Iain Young, G7III
Hi Volker, You Wrote: I tested against 3.6.4, gentoo 64 bit. I'm not very familiar with cmake, so perhaps the cmake code may be improved. Can you send me the error message ? I think it was just my set of multiple/semi broken trees of various 3.6.x branches, precog etc that was confusing

Re: [Discuss-gnuradio] Source block for the funcube pro plus

2013-04-01 Thread Iain Young, G7III
On 31/03/13 23:29, Alexandru Csete wrote: On Thu, Mar 28, 2013 at 11:41 AM, Volker Schroer dl1...@gmx.de wrote: Just for your information: In imitation of the gr-fcd source I set up a gnuradio source for the funcube pro+ ( linux only) . To avoid the crashes depending on libusb I used the

Re: [Discuss-gnuradio] Source block for the funcube pro plus

2013-03-31 Thread Alexandru Csete
On Thu, Mar 28, 2013 at 11:41 AM, Volker Schroer dl1...@gmx.de wrote: Just for your information: In imitation of the gr-fcd source I set up a gnuradio source for the funcube pro+ ( linux only) . To avoid the crashes depending on libusb I used the hidraw driver. The source and an example can

[Discuss-gnuradio] Source block for the funcube pro plus

2013-03-28 Thread Volker Schroer
Just for your information: In imitation of the gr-fcd source I set up a gnuradio source for the funcube pro+ ( linux only) . To avoid the crashes depending on libusb I used the hidraw driver. The source and an example can be found on https://github.com/dl1ksv/gr-fcdproplus.git Comments are

Re: [Discuss-gnuradio] Source block for the funcube pro plus

2013-03-28 Thread Iain Young, G7III
Hi Volker You Wrote: In imitation of the gr-fcd source I set up a gnuradio source for the funcube pro+ ( linux only) . To avoid the crashes depending on libusb I used the hidraw driver. The source and an example can be found on Great, thanks for this, what version of gnuradio is it based