Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling For use Without Modifying Pluto #19

Open
KR0SIV opened this issue Jan 29, 2019 · 2 comments
Open

Compiling For use Without Modifying Pluto #19

KR0SIV opened this issue Jan 29, 2019 · 2 comments

Comments

@KR0SIV
Copy link

KR0SIV commented Jan 29, 2019

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

@Manawyrm
Copy link
Owner

Manawyrm commented Jan 30, 2019

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
Copy link
Owner

Manawyrm commented Jan 31, 2019

Hi,

b10de36 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants