-
Notifications
You must be signed in to change notification settings - Fork 895
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 Low Signal Strength on Record Signal #177
Comments
Confirmed under Gentoo with gain 50. We will search for the bug! Edit: rtlsdr seems to need ludicrously high gain values (300-400). We will improve the GUI to get aware of the maximum gain levels |
@cspain what backend are you using? Native Backend for RTL-SDR works fine on Windows 10 for me. Edit: How high did you turn your gain? |
I have attached some screen grabs with the issue. Maybe the noise floor is
too high.
Thanks!
…On Mar 1, 2017 4:13 AM, "Johannes Pohl" ***@***.***> wrote:
@cspain <https://github.com/cspain> what backend are you using? Native
Backend for RTL-SDR works fine on Windows 10 for me.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#177 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB_AOxoqpsTRcVzMzGn7JNkDMZ_8o1Haks5rhTbAgaJpZM4MPK5H>
.
|
@cspain I can not see your screen grabs. Maybe try putting the gain to 300 like @andynoack mentioned? |
Putting the gain to 300 worked. Thank you.
This tool is great by the way and I appreciate all the work put into it and
the fact you're sharing it.
…On Mar 1, 2017 8:44 AM, "Johannes Pohl" ***@***.***> wrote:
@cspain <https://github.com/cspain> I can not see your screen grabs.
Maybe try putting the gain to 300 like @andynoack
<https://github.com/andynoack> mentioned?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#177 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB_AO5gcnOGLjileICtzouS1nvGHT9Upks5rhXZTgaJpZM4MPK5H>
.
|
You're welcome @cspain . Glad it works now! |
Hi I've also had this problem last sunday during my tests RTL-SDR devices' gain is limited to 40, how would you do to set it to 300 ? By the way, as cspain said, the works done here is huge and highly appreciated, big thank you ! |
I was limited to 40 gain in the past (maybe an earlier build) , when I
tried it again today I was able to set 300.
…On Mar 1, 2017 2:26 PM, "Gustave" ***@***.***> wrote:
Hi
I've also had this problem last sunday during my tests
RTL-SDR devices' gain is limited to 40, how would you do to set it to 300 ?
Why spectrum analyser works well without this 300 gain ?
It seems pretty unrealistic to set gain to 300, it's a really high value
By the way, as cspain said, the works done here is huge and highly
appreciated, big thank you !
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#177 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB_AO8gvsA6cKfiiYqTnET0B95elr4Ptks5rhcZVgaJpZM4MPK5H>
.
|
HI @gustavecha , as @cspain correctly assumed it was indeed a buggy limitation in an earlier version to restrict RTL-SDR to gain 40. RTL-SDR API demands such high values, there is nothing much I can do about it. The whole gain setting will be made clearer with implementation of: #148. I will add a slider for the gain, so it becomes obvious what the maximum gain for a device is. |
Understood this clear explanation :) I assumed RTL-SDR gain was limited to 40 by refering to max value used in SDR# / RTL_TCP with this output in console : "Setting gain value to index 40". |
The "Setting gain value to 40" is message from URH. It has some maximum values for each device built in to prevent unneeded API calls and provide a maximum for the GUI elements. You see only the frequency in spectrum analyzer: If you record with gain 40 you also see a signal, it is just quite weak. However, this is enough for FFT to perform its magic and show you the frequencies fo the signal. |
Regarding the 'Setting gain value to index 40', I was talking about what is shown in console when I use RTL_TCP with SDR#, it wasn't about URH. Ok for spectrum analyzer, seemed legit as I read it, Thx :) |
Oh sorry I misread your first comment. Seems to be a quite funny coincidence here:
|
Sounds good :) Have a nice evening |
Windows 10 using NooElec RTL-SDR USB Dongle:
Signal when using the spectrum analyzer/tuner is good, but when recording the signal is very weak - sometimes barely above the noise despite the gain being turned up.
This problem was briefly mentioned in Issue #162.
Thank you.
The text was updated successfully, but these errors were encountered: