My RTL dongle used to work just fine for broadcast FM. It is now deaf on the VHF band. I no longer get FM or 2m. I can receive strong UHF signals - anything with an antenna in a 5 mile radius. But 2m repeaters at the same site and strength as the 70cm repeaters are not detected. I don't know if this is a blown LNA on the E4000 or something in the code that changed.
Rob
--
You received this message because you are subscribed to the Google Groups "Ultra Cheap SDR" group.
To view this discussion on the web visit https://groups.google.com/d/msg/ultra-cheap-sdr/-/uPn5fGao9JQJ.
To post to this group, send email to ultra-c...@googlegroups.com.
To unsubscribe from this group, send email to ultra-cheap-s...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ultra-cheap-sdr?hl=en.
Took it apart last night. Took lots of magnification to tell but they are certainly missing. I've ordered a new one.
To post to this group, send email to ultra-cheap-sdr@googlegroups.com
<mailto:ultra-cheap-sdr@googlegroups.com>.
To unsubscribe from this group, send email to
<mailto:ultra-cheap-sdr%2Bunsu...@googlegroups.com>.
For more options, visit this group at
http://groups.google.com/group/ultra-cheap-sdr?hl=en.
--
You received this message because you are subscribed to the Google Groups "Ultra
Cheap SDR" group.
To post to this group, send email to ultra-cheap-sdr@googlegroups.com.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/ultra-cheap-sdr?hl=en.
--
You received this message because you are subscribed to the Google Groups "Ultra Cheap SDR" group.
To post to this group, send email to ultra-cheap-sdr@googlegroups.com.
To unsubscribe from this group, send email to ultra-cheap-sdr+unsubscribe@googlegroups.com.
To post to this group, send email to ultra-c...@googlegroups.com
<mailto:ultra-c...@googlegroups.com>.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/ultra-cheap-sdr?hl=en.
--
You received this message because you are subscribed to the Google Groups "Ultra
Cheap SDR" group.
To post to this group, send email to ultra-c...@googlegroups.com.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/ultra-cheap-sdr?hl=en.
--
You received this message because you are subscribed to the Google Groups "Ultra Cheap SDR" group.
To post to this group, send email to ultra-c...@googlegroups.com.
To unsubscribe from this group, send email to ultra-cheap-s...@googlegroups.com.
With new version, WFM works fine.
./rtl_fm -f 97100000 -W -s 200000 -r 48000 - | aplay -r 48k -f S16_LE -t raw -c 1
-t raw -c 1
Cheers,
Adam.
> 1) I was able to connect my cable company's radio signal to my
> Realtek-USB-stick using a self-made male-male-cable. Explanation: the
> Realtek-USB-stick is a TV-device, so the connector is opposite of the radio
> cable / connector.
You can buy these adapters quite readily in case the one you made yourself is
introducing noise.
> 2) There was still a lot of noise. I varied the sample rate between 100.000
> and 400.000, and 150.000 gave me the best result: no noise anymore. So the
> command is now:
>
> sudo rtl_fm -f 96900000 -W -s 150000 -r 48000 - | aplay -r 48k -f S16_LE -t
> raw -c 1
If you read "rtl_fm --help" it tells you the -W option includes "-s 170000",
so you are overriding that with a slightly smaller sample rate, which will
introduce a bit of noise in loud parts of the broadcast.
> Can someone explain thy the 'medium' sample rate gives the best result? I
> would think a higher sample rate would be better?
-s doesn't set the sample rate, it sets the bandwidth of the signal. If you
capture too much signal you will get noise from adjacent signals, and if you
capture too little you will get noise because parts of the signal are lost.
The bandwidth you set with -s should match the bandwidth of the signal you are
listening to, so you capture the entire signal but nothing more.