Skip to content

Manawyrm/sdrsharp-plutosdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdrsharp-plutosdr

Analog Devices ADALM-PlutoSDR driver for SDR#

WARNING!

Incompatible with the latest version of SDR#.
Needs a SDR# version containing a "FrontEnds.xml" file.
https://airspy.com/downloads/sdrsharp-x86-noskin.zip is compatible.

Installation

Windows

Make sure you're using the x86 / 32-bit version of SDR#! It'll not work with the 64bit version.

Make sure you're using the latest firmware for the PlutoSDR!

  1. Install the USB drivers for the PlutoSDR.

  2. Copy the the contents of the current release .zip into SDR# installation directory

  3. Add the following line in the frontendPlugins sections of FrontEnds.xml file:

    <add key="PlutoSDR" value="SDRSharp.PlutoSDR.PlutoSDRIO,SDRSharp.PlutoSDR" />

  4. Launch SDR# and cross fingers :)

Be aware that any update of SDR# will require you to follow again steps 2 to 4!

Mod for 70-6000 MHz operation currently required for this plugin!

If you're experiencing hang-ups related to EMI issues, read this EEVBlog forum thread. There's a small mod which can help.

Thanks to

Jean-Michel Picod for the bladeRF driver, which was used as a base for this driver https://github.com/jmichelp/sdrsharp-bladerf

dos_fan] and prog for very helpful support while debugging

Bugs? Ideas?

Please report them using the bugtracker on the Github project!