Using an SDRPlay RSPdx Over The Network

Using an SDR device over your local network is pretty handy.  If you are like me your antenna connection for your SDR is in one place.   If you want to play “radio” you have to do it in that one place formerly known as “The Ham Shack”.  No more.  The Ham Shack can be anywhere in the house now.

Using an SDR over the network is nothing new but the various methods have pros and cons.   Essentially I want to be able to roll through 0 KHz to 1800 MHz from anywhere in the house.   In my previous blog I used an Airspy HF+ Discovery to stream to a Mac computer.  That worked perfectly but the Airspy HF+ does HF (plus a little more).   It doesn’t go 0-1800.

But my SDRPlay devices (RSPdx, RSP1a, and RSPDuo) do.  SDRPlay has some network Server software called RSP_TCP and let’s just call a duck, a duck shall we?  It’s crap.   It has limitations and it seems to be an abandoned project.  Go to their Github page and nothing has been done to the code for a couple of years.

But the folks at SDRPlay came up with an awesome solution to remote control a couple of years ago (which is probably why they bailed on the RSP_TCP project).

It is called VirtualHere.  I’ll try to make the explanation of that it is as simple as possible.

  • VirtualHere Server is installed on a computer where your RSPdx is plugged into.
  • You then install VirtualHere Client on your Windows laptop and it looks like the RSPdx is physically plugged into that client computer.

In my case I plugged my RSPdx into a Raspberry Pi that I use for Network storage.  It is always on and it is connected to my wired LAN.  And it’s close to my Antenna connection.  You can easily install VirtualHere Server by running this command from this Github page:

curl https://raw.githubusercontent.com/virtualhere/script/main/install_server | sudo sh

And you can check it is running by:

 systemctl status virtualhere

Looks like this:

Server Status (click pic to enlarge)

That end is done.  Time to hop over to the client computer.  Again in my case it is Windows or SDRUno, which is already installed.   Go to the VirtualHere Client page and download the version you need (Windows 64 bit for Win 11 for me).

Run that file and it will see your RSPdx but it will display as 0x3030.

VirtualHere Client (click pic to enlarge)

Right click on that, Select Properties and then change the name to RSPdx.  Then right click on it and tell it to Run.

VirtualHere Client (click pics to enlarge)

Once it is running it will appear in your Windows Device Manager under Sound Controllers as, you guessed it, an RSPdx.

Device Manager (click pic to enlarge)

Now SDRUno will open up because it thinks an RSPdx is connected to your computer.  With no device connected SDRUno won’t even start.   There is one setting you need to change though.  Under main panel settings change the USB Transfer Mode to Bulk.  If you don’t change this setting audio will be horrible and SDRUno may crash.

USB Transfer Settings (click pic to enlarge)

SDRPlay claims that this program doesn’t work great on WiFi but I have found that it does PROVIDED YOU HAVE A STRONG WIFI CONNECTION.  But performance is best if both the Client and Server are on a wired LAN.  Again, I have no beef with its performance over WiFi but I do experience issues if my WiFi signal isn’t strong.

I have had a couple crashes when messing with a weak WiFI signal.  Also I’m not positive but when I do more CPU intensive stuff like Synchronous AM on weak WiFi I can cause a crash.  I’m not 100% positive about that but weak wifi is a no-no.

Anyway, this is THE BEST SDR NETWORKING SOLUTION I HAVE EVER FOUND.  AirSpy Spyserver is pretty awesome but I have always loved the complexity of SDRUno.  I feel like a Signals Intelligence Officer when I’m using it. ?

Some limitations noted.

  • You can only run one client to the server for each device.  No sharing.
  • You can only use one device at a time with the Trial version.
  • The only way to run the client as a service (starts automatically at boot) is to buy the paid version ($49)
  • Lots of Network Attached Storage OS’s can run VirtualHere Server but not Unraid which is what I use.  I think I could put it in a docker container though.
  • Versions that are optimized for your hardware specifically are licensed versions only.
  • Essentially if you want to share one device for one thing, the Trial version is more than adequate.  If you want to use this for business to share multiple USB device like printers, dongles, attached hard drives, etc……….you need the licensed version.

The last thing I’ll say is that USB visualization is usually STUPID EXPENSIVE.  $49 is a BARGAIN and totally worth it if you want to use more than one device.

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *