mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-01-03 14:57:16 +01:00
17 lines
1.2 KiB
Plaintext
17 lines
1.2 KiB
Plaintext
rtl-sdr
|
|
turns your Realtek RTL2832 based DVB dongle into a SDR receiver
|
|
======================================================================
|
|
|
|
For more information see:
|
|
https://osmocom.org/projects/rtl-sdr/wiki
|
|
|
|
Modified RTL-SDR Blog Version
|
|
|
|
1) VCO PLL current fix - Improves stability at frequencies above ~1.5 GHz https://www.rtl-sdr.com/beta-testing-a-modified-rtl-sdr-driver-for-l-band-heat-issues/
|
|
2) RTL_TCP ring buffer enhancement by Stephen Blinick https://www.rtl-sdr.com/significantly-improving-rtl_tcps-performance-with-ring-buffers/
|
|
3) Enabled direct sampling for rtl_tcp
|
|
4) rtl_biast program added, including the ability to turn on/off any GPIO
|
|
5) Hack to force the bias tee to always be on by setting the unused IR endpoint bit to 0 in the EEPROM. Example to force the BT to be always ON "rtl_eeprom -b y", to remove forced BT "rtl_eeprom -b n"
|
|
6) Hack to force direct sampling to be always on by setting the unused remote-enabled bit to 1 in the EEPROM. Example to force direct samping always "rtl_eeprom -q y". To remove forced direct sampling "rtl_eeprom -q n"
|
|
7) Repurposed "offset tuning" to toggle bias tee ON/OFF. We can now use the "offset tuning" button in SDR# and other programs to toggle the bias tee if there is no specific button in the GUI.
|