SDRPlusPlus icon indicating copy to clipboard operation
SDRPlusPlus copied to clipboard

Key Funcube pro+

Open landry76560 opened this issue 4 years ago • 7 comments
trafficstars

Hello,

would it be possible to implement the Funcube Pro+ key in your next update?

landry76560 avatar Nov 07 '21 22:11 landry76560

Hello, I do not own this dongle so I cannot implement support for it.

AlexandreRouma avatar Nov 07 '21 22:11 AlexandreRouma

You can try the SoapySDR Driver https://github.com/pothosware/SoapyFCDPP

nmaster2042 avatar Nov 08 '21 00:11 nmaster2042

hmm, didn't know soapy supports it, good to know

AlexandreRouma avatar Nov 08 '21 00:11 AlexandreRouma

emailed the manufacturer about it, may be able to get one to add support for it

AlexandreRouma avatar Oct 03 '22 15:10 AlexandreRouma

I am able to get SDRPlusPlus to run using SoapyFCDPP. However, the audio is "choppy". When I try CubicSDR with the SoapyFCDPP driver I am able to get it to work when I modify the run-time setting (RF sample rate?). I cannot find a place in SDRPlusPlus to input such a number when choosing the SDR source.

vasagle-gleblu avatar Nov 14 '22 22:11 vasagle-gleblu

If the issue is caused by RTaudio: https://github.com/AlexandreRouma/SDRPlusPlus/discussions/112 If not, notify the SoapyFCDPP devs, I don't do support for individual soapy modules.

AlexandreRouma avatar Nov 15 '22 08:11 AlexandreRouma

The author of the SoapyFCDPP driver said the parameter I'm looking for is called the period:

"This setting adjusts the number of samples requested by the SoapyFCDPP driver on each read of the Linux audio system. Smaller values mean smaller blocks of samples, delivered more often - which can help SDR applications to run more smoothly, as you have noticed.

The default value if not specifically set is sample_rate/4, which means the SDR gets samples delivered 4 times a second, leading to 'choppy' audio"

Where can I change this value in the UI of SDR++? Thank you.

vasagle-gleblu avatar Nov 18 '22 02:11 vasagle-gleblu