-
Notifications
You must be signed in to change notification settings - Fork 120
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
welle-cli - gain option has no effect #812
Comments
I have the same stick,
but if you use a too high manual gain for local channels, there is definitely a warning:
But it seems that a too high gain will set gain to 0, as the value is "unknown" see welle.io/src/input/rtl_sdr.cpp Lines 195 to 197 in 5481d57
I have tested with some gain settings: local mux (8 km away)gain 0.7
gain 9.7
gain 19.7 (overload, no lock)
gain 29.7 (will be set to 0, see SNR)
gain 39.7 (will be set to 0)
no manual gain
weak mux (67 km away, amplifier needed)no manual gain
gain 0.7 (no lock, signal is too weak)
gain 9.7 (lock)
gain 19.7 (overload, error)
gain 29.7, will be set to 0** see the following message**
workaroundyou can try with
and in a second console
BTW: the total amount of values is 29, but 29.7 is not the 29th value of course, see Lines 128 to 130 in 5481d57
As I am not a programmer I cannot tell you if also this code makes sense: welle.io/src/input/rtl_sdr.cpp Lines 188 to 191 in 5481d57
|
Thanks for the quick reply. First I had to install rtl-sdr.
I was then able to start rtl_tcp:
welle-cli with different gain levels did not work.
I live really badly for DAB+ / certain companies don't want to expand. |
Okay, I'm stupid ... After testing with the numbers, I realized that I can only receive anything at all at levels 0-3.
What I still find a bit strange is the log itself.
|
Hi!
I've been playing around with the project for a week now.
I really like it so far.
I have an RTL-SDR v5 stick from nooelec.
This is connected to a Raspberry Pi 3B+.
It runs RaspberryOS 64bit as normal.
When trying out the best settings, I noticed that the gain parameter (-g) has absolutely no effect.
I live in a place where DAB+ is only possible with an external antenna and optimal positioning.
I wanted to fine-tune everything on the software side.
I can use manual amplification via the GUI.
Is this a bug or deliberately not possible?
The text was updated successfully, but these errors were encountered: