RTL-SDR FM reception
RTL-SDR FM reception
Hello, I would like to ask what the quality of FM radio reception is like using RTL-SDR dongles. My experience is that it is below average.
Re: RTL-SDR FM reception
You can try setting the gain of your RTL-SDR dongle manually.
List of supported gain values for your dongle can be listed using the command: rtl_test -t
If Hudiy is running, you need to stop it first to release access to the dongle. Also, make sure the rtl-sdr package is installed.
In general, the higher the gain, the better the reception should be. You can set the gain in main_configuration.json (https://github.com/wiboma/hudiy/blob/ma ... md#fmradio)
Adjusting the gain will also require tuning the squelchLevel and squelchLimit (used in scanning). Keep in mind that higher gain may cause the dongle to draw more power from the USB port.
List of supported gain values for your dongle can be listed using the command: rtl_test -t
If Hudiy is running, you need to stop it first to release access to the dongle. Also, make sure the rtl-sdr package is installed.
Code: Select all
pkill hudiy
sudo apt install rtl-sdr
rtl_test -t
Adjusting the gain will also require tuning the squelchLevel and squelchLimit (used in scanning). Keep in mind that higher gain may cause the dongle to draw more power from the USB port.