sdrsharp-plutosdr icon indicating copy to clipboard operation
sdrsharp-plutosdr copied to clipboard

Compiling For use Without Modifying Pluto

Open KR0SIV opened this issue 5 years ago • 2 comments

I was looking at compiling the plugin to work under to normal expected frequency range to no avail. Perhaps I'm doing it wrong but it looks like I'm missing references that were not provided in the source.

Once I had it working on the original range I had intended to make it selectable with a dropdown box.

image

KR0SIV avatar Jan 29 '19 16:01 KR0SIV

in general, I'd really recommend just doing the modification, it's officially documented on ADI's website and works absolutely fine.

The values are here: https://github.com/Manawyrm/sdrsharp-plutosdr/blob/master/PlutoSDR/PlutoSDRIO.cs#L195

If it really bothers you, the "proper" solution would be to try to tune a frequency outside the normal range in a try,catch{}-block and then setting the frequency range if that fails. Making it selectable via a dropdown probably doesn't help much.

The missing references are SDR#. These 3 files can be found in your SDR# installation folder (obvs. I can't ship those in this project as these are copyrighted files). Just delete the references and re-add them with the correct path.

Manawyrm avatar Jan 30 '19 20:01 Manawyrm

Hi,

b10de36e5ccf755b90bb74de775f8edba2cd152c fixes this issue. The plugin will now detect non-modded PlutoSDRs and restrict the tuning range.

Please test the new version 0.5.3 and report back.

Manawyrm avatar Jan 31 '19 21:01 Manawyrm