You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtlsdrblog
31ad06018f
|
5 years ago | |
---|---|---|
build | 5 years ago | |
cmake | 11 years ago | |
contrib | 5 years ago | |
debian | 7 years ago | |
include | 5 years ago | |
m4 | 13 years ago | |
src | 5 years ago | |
.gitignore | 13 years ago | |
.travis.yml | 11 years ago | |
AUTHORS | 12 years ago | |
CMakeLists.txt | 5 years ago | |
COPYING | 13 years ago | |
Doxyfile.in | 13 years ago | |
Makefile.am | 7 years ago | |
README | 5 years ago | |
configure.ac | 5 years ago | |
git-version-gen | 13 years ago | |
librtlsdr.pc.in | 13 years ago | |
rtl-sdr.rules | 8 years ago |
README
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.