Search found 9 matches

by MikeR
Tue Jul 24, 2018 8:52 pm
Forum: SDRplay related
Topic: Beta testing: SDRduo coherent sampling & code testing.
Replies: 1
Views: 12161

Beta testing: SDRduo coherent sampling & code testing.

Hi, Some great results thanks to sdrplay support over the last few weeks. Using the sample v3 api code for windows I added code to dump both tuner IQ streams to stdout. An earlier version of the play_sdr command line app I'd hacked together for my RSP2s under Linux featured antenna switching, tuning...
by MikeR
Thu Jul 09, 2015 4:23 pm
Forum: SDRplay related
Topic: Frequency coverage
Replies: 4
Views: 18594

Re: Frequency coverage

Ive not checked 400 MHz however I found tuning the SDRPlay to 291 Mhz with the gain at 33 will show Tetra stations aliasing down from 394ish MHz. Quite easy to see if you turn up in frequency the real signals move down or off to the left as expected, yet the aliased images go right. Not ideal but ha...
by MikeR
Thu Jun 11, 2015 8:48 pm
Forum: Code Corner
Topic: Fedora 21 & sdr-j-spectrumviewer
Replies: 0
Views: 14009

Fedora 21 & sdr-j-spectrumviewer

Hopefully this is of use for Linux / Fedora users to check if the sdrplay is working. The only working application I have found so far is sdr-j-spectrumviewer which can be found here: http://www.sdr-j.tk/index.html The sdrplay driver needs installing (see instructions elsewhere) for me the rules did...
by MikeR
Mon Jun 08, 2015 5:44 pm
Forum: Code Corner
Topic: Linux
Replies: 54
Views: 198213

Re: Linux

dockerised SDRPlay deployment - discuss. host still requires the driver. test apps + additional downloaded apps sit in a container. one container for all distros. may solve the distro headace if usb sharing is possible. It may make a neat cross distro server setup without the need to manage all the ...
by MikeR
Sun Jun 07, 2015 7:15 pm
Forum: Code Corner
Topic: rtl_tcp server
Replies: 15
Views: 64988

Re: rtl_tcp server

Hi, I built and installed libusb 1.0.19 to the fedora box. Now its worse than ever for the SDRPlay. With libusb 1.0.19 it fails to read from the dongle. The old libusb had no problems with the dongle while using sdr-j-viewer. - Maybe the driver needs re-installing to recognise the usblib update? - e...
by MikeR
Sat Jun 06, 2015 8:56 pm
Forum: Code Corner
Topic: rtl_tcp server
Replies: 15
Views: 64988

Fedora install no go...

Fedora 20 - The reality is no go.... Package 1:libusb-0.1.5-3.fc20.x86_64 already installed and latest version [1922355.489406] usb 1-2.3: new high-speed USB device number 28 using xhci_hcd [1922355.576230] usb 1-2.3: New USB device found, idVendor=1df7, idProduct=2500 [1922355.576235] usb 1-2.3: Ne...
by MikeR
Sat Jun 06, 2015 8:43 pm
Forum: Code Corner
Topic: rtl_tcp server
Replies: 15
Views: 64988

Re: rtl_tcp server

Spoke too soon, ./sdr: error while loading shared libraries: libmirsdrapi-rsp-1.1.so: cannot open shared object file: No such file or directory On Fedora its:- lrwxrwxrwx. 1 root root 45 Jun 4 14:20 /usr/local/lib/libmirsdrapi-rsp.so -> /usr/local/lib/libmirsdrapi-rsp-x86_64-1.1.so Looks like libmir...
by MikeR
Sat Jun 06, 2015 8:30 pm
Forum: Code Corner
Topic: rtl_tcp server
Replies: 15
Views: 64988

Re: rtl_tcp server

The library names helped - The fedora box builds it now.

-Mike.
by MikeR
Sat Jun 06, 2015 7:40 pm
Forum: Code Corner
Topic: rtl_tcp server
Replies: 15
Views: 64988

Re: rtl_tcp server

Hi Tony, I didn't realise the platform was debian/arm when you posted this to facebook. I built the code via github on one of my Raspberry PI2's - worked first time ! No errors and currently streaming from the PI2 to GQRX running on OS X -its stable providing frequency isnt changed too often. Log be...