have you tried increasing the retry via -R switch ?Toontje wrote:So rx_tools worked great on the SRP1. When using rx_power on the RSP1A i get the following:
Any ideas?Code: Select all
Error: bad retune at 88500000 Hz (4 of 3 attempts), r=-5, flags=0 (try increasing -S or -R). Error: reading stream -5
Search found 124 matches
- Sun Nov 04, 2018 9:05 pm
- Forum: Code Corner
- Topic: rtl_power for SDRPlay?
- Replies: 5
- Views: 34453
Re: rtl_power for SDRPlay?
- Tue Oct 30, 2018 8:24 am
- Forum: SDRplay related
- Topic: Alternative to Spyserver
- Replies: 6
- Views: 34079
Re: Alternative to Spyserver
Did you ever come up with a way to sue the RSP1a remotely ? I currently have an RTL-SDR dongle on a Pi3 running rtl_tcp in my attic at home and using iPhone app SDRReceiver I can access my RTL-SDR worldwide. Just bought an RSP1a to improve on my reception but I can't find a way to use the RSP1a wit...
- Wed Aug 08, 2018 8:41 am
- Forum: SDRplay related
- Topic: Starting SoapySDR?
- Replies: 4
- Views: 23338
Re: Starting SoapySDR?
So you're saying that SoapySDR isn't an application I can use to directly play with my SDR and that it's some kind of foundation for other applications like Cubic SDR? Correct. It's called a library (a piece of software that provides some features that can be used by other software). You cannot dir...
- Tue Aug 07, 2018 5:59 pm
- Forum: SDRplay related
- Topic: Starting SoapySDR?
- Replies: 4
- Views: 23338
Re: Starting SoapySDR?
Hello Rob
What do you want to achieve?
SoapySDR is not an standalone application; It's a SDR library which is used by other applications or libraries (like CubicSDR, gqrx, gr-osmosdr, etc)
What do you want to achieve?
SoapySDR is not an standalone application; It's a SDR library which is used by other applications or libraries (like CubicSDR, gqrx, gr-osmosdr, etc)
- Fri Jul 20, 2018 4:39 pm
- Forum: Code Corner
- Topic: Breaking changes in SDRPlay API
- Replies: 4
- Views: 26903
Breaking changes in SDRPlay API
Dear SDRPlay team Here's a request: Could you please mention the breaking changes when you release a new API, so other developers/etc can do something about it? (although in a perfect world, it would be nice not to have any breaking changes) While compiling an open source project, I realized that it...
- Fri Jul 20, 2018 9:02 am
- Forum: SDRplay related
- Topic: RSP2 and API 2.13.1
- Replies: 6
- Views: 31528
Re: RSP2 and API 2.13.1
It's hard to say, but my gut feeling is that you have a problem with Soapy, not the API driver.
Have you tried "soapy=0,driver=sdrplay" in Gqrx?
Are you sure you don't have multiple versions of Soapy installed?
Have you tried the "Refresh" button in CubicSDR's device dialog?
Have you tried "soapy=0,driver=sdrplay" in Gqrx?
Are you sure you don't have multiple versions of Soapy installed?
Have you tried the "Refresh" button in CubicSDR's device dialog?
- Thu Jul 19, 2018 1:36 pm
- Forum: SDRplay related
- Topic: RSP2 and API 2.13.1
- Replies: 6
- Views: 31528
Re: RSP2 and API 2.13.1
Have you installed the udev permission rules?!
Look at the page 4 of http://sdrplay.com/docs/Mirics_SDR_API_ ... e_r1p1.pdf
EDIT: I use SDRPlay on OS X, not Linux, but found this on the forum (search for udev)
Look at the page 4 of http://sdrplay.com/docs/Mirics_SDR_API_ ... e_r1p1.pdf
EDIT: I use SDRPlay on OS X, not Linux, but found this on the forum (search for udev)
- Thu Jul 19, 2018 12:02 pm
- Forum: SDRplay related
- Topic: RSP2 and API 2.13.1
- Replies: 6
- Views: 31528
Re: RSP2 and API 2.13.1
gr-osmosdr has nothing to do with SoapySDR. Make sure that your device is detected by the OS first (for example by lsusb) Then try with CubicSDR or gqrx (although the former relies on Soapy). I've experienced a weird bug in the past: the first run of SoapySDRUtil did not work and I had to run it for...
- Wed Jul 18, 2018 10:14 pm
- Forum: General
- Topic: File type .CF21, cs16, cs8, cu8
- Replies: 3
- Views: 21984
Re: File type .CF21, cs16, cs8, cu8
Thank you so much. - I assume I use the record option in SDRUno to generate the .wav file, although this is really not a "wav" file - I just take this ".wav" file and run it through the rtlsdr-to-gqrx which I will run in a gcc compiler? - What format extension is the output from rtlsdr-to-gprx? (th...
- Wed Jul 18, 2018 10:22 am
- Forum: General
- Topic: File type .CF21, cs16, cs8, cu8
- Replies: 3
- Views: 21984
Re: File type .CF21, cs16, cs8, cu8
Take a look at these two links and let me know if you need further help: https://gist.github.com/DrPaulBrewer/917f990cc0a51f7febb5 https://github.com/pothosware/SoapySDR/blob/master/include/SoapySDR/ConverterPrimatives.hpp By the way, SDRPlay produces I and Q samples as "short" data-type (16 bit val...