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

RTL2832 Tuner Issue When Using Both Legacy And New V4 (R828D) Dongle At Same Time #1715

Closed
DSheirer opened this issue Nov 10, 2023 · 0 comments · Fixed by #1716
Closed

RTL2832 Tuner Issue When Using Both Legacy And New V4 (R828D) Dongle At Same Time #1715

DSheirer opened this issue Nov 10, 2023 · 0 comments · Fixed by #1716
Assignees
Labels
Milestone

Comments

@DSheirer
Copy link
Owner

sdrtrunk Version
V0.6.0 Beta 4

Describe the bug
Weird tuning behavior when using both a legacy RTL2832 dongle (e.g. R820T tuner) alongside the new V4 R828D tuner.

On inspecting the code, the VCO reference voltage threshold is being stored as a static value and the second tuner that gets initialized overwrites the first tuner value, causing the first tuner to mis-tune in certain scenarios.

@DSheirer DSheirer added the bug label Nov 10, 2023
@DSheirer DSheirer added this to the Version 0.6.0 milestone Nov 10, 2023
@DSheirer DSheirer self-assigned this Nov 10, 2023
DSheirer pushed a commit that referenced this issue Nov 10, 2023
…at same time causes errant tuning behavior on the first tuner that gets initialized. Removed static qualifier from VCO reference value so that each tuner is allowed to initialize correctly.
DSheirer pushed a commit that referenced this issue Nov 10, 2023
…at same time causes errant tuning behavior on the first tuner that gets initialized. Removed static qualifier from VCO reference value so that each tuner is allowed to initialize correctly.
DSheirer added a commit that referenced this issue Nov 10, 2023
…ing-issue

#1715 RTL2832 Tuner Issue When Using V4 Dongle With Other R820T Tuners
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant