SDRPlay 1df7:2500 SDRplay RSP1 with op25

VA4JOE

Member
Joined
Jul 25, 2023
Messages
56
Just wondering if anyone knows how to use a chinese knockoff SDRPlay RSP1 with op 25?

I have used this command : ./rx.py --args 'soapy' -N 'LNA:49' -S 1000000 -f 770.206250e6 -o 25000 -l 'http:127.0.0.1:8080' -q 1 -T trunk.tsv -U -V -2 -X -v 5 2> stderr-stream0.2
Then I get this error: thread_body_wrapper :error: ERROR thread[thread-per-block[0]: <block soapy_source_c(2)>]: RtAudio init error 'RtApiPulse::probeDeviceOpen: error connecting input to PulseAudio server.
Thank you for any help givin.
 

VA4JOE

Member
Joined
Jul 25, 2023
Messages
56
Ok I got this to work with this command:
./rx.py --args 'driver=sdrplay,soapy=0' -N 'LNA:49' -S 1000000 -f 770.206250e6 -o 25000 -l 'http:127.0.0.1:8080' -q 0 -T trunk.tsv -U -V -2 -X -v 5 2> stderr-stream0.2
 
Top