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

RTL SDR input max frequency is 1900MHz #1497

Closed
srcejon opened this issue Nov 4, 2022 · 1 comment
Closed

RTL SDR input max frequency is 1900MHz #1497

srcejon opened this issue Nov 4, 2022 · 1 comment

Comments

@srcejon
Copy link
Collaborator

srcejon commented Nov 4, 2022

In rtlsdrinput.cpp, we have:

const quint64 RTLSDRInput::frequencyHighRangeMax = 1900000UL;

However, with the e4000 tuner, max frequency is supposedly 2.3GHz. E.g: https://www.nooelec.com/store/nesdr-xtr-rtl2832u-e4000.html

rtlsdr_tuner rtlsdr_get_tuner_type() should indicate if RTLSDR_TUNER_E4000 or RTLSDR_TUNER_R820, it we want to limit to 1900 for 820 tuners.

@f4exb
Copy link
Owner

f4exb commented Nov 5, 2022

Since dialing a frequency out of range does not seem to hurt anything maybe I would just set the limiit to 2.4 GHz so it can fit all possible tuners and possibly the 2.3 GHz Ham band for the E4000 units that may work at these frequencies since it is also very much dependent on the units.

@f4exb f4exb closed this as completed in 66f34d5 Nov 5, 2022
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