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.
		
		
		
		
		
			| 
				
					
						
							 | 
			6 years ago | |
|---|---|---|
| build | 6 years ago | |
| cmake | 12 years ago | |
| contrib | 6 years ago | |
| debian | 8 years ago | |
| include | 6 years ago | |
| m4 | 14 years ago | |
| src | 6 years ago | |
| .gitignore | 14 years ago | |
| .travis.yml | 12 years ago | |
| AUTHORS | 13 years ago | |
| CMakeLists.txt | 6 years ago | |
| COPYING | 14 years ago | |
| Doxyfile.in | 14 years ago | |
| Makefile.am | 8 years ago | |
| README | 6 years ago | |
| configure.ac | 6 years ago | |
| git-version-gen | 14 years ago | |
| librtlsdr.pc.in | 14 years ago | |
| rtl-sdr.rules | 9 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.