-
Notifications
You must be signed in to change notification settings - Fork 31
Feature request: implement r820tweak #24
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
Comments
+1 on this. Being able to adjust more than just one gain setting is important in obtaining the best performance out of these devices. The Airspy drivers use optimised combinations of the VGA, Mixer, and LNA gain settings for their 'Linearity' and 'Sensitivity' gain profiles, which are defined here: https://github.com/airspy/airspyone_host/blob/master/libairspy/src/airspy.c#L117 The R820Tweak code which sets the relevant registers is here: https://github.com/gat3way/r820tweak/blob/master/src/tuner_r82xx.c#L1076 |
Sounds interesting. Note that SoapyRTLSDR uses librtlsdr as API ( |
Interesting. Was this ever merged? |
You would need to lookup if any of the librtlsdr projects supports this as API. |
Would it be possible to implement the features of https://github.com/gat3way/r820tweak into this driver? r820tweak is a modified RTL-SDR driver that exposes the R820T2 device gain stages and filters and makes them accessible through a GUI app.
The text was updated successfully, but these errors were encountered: