Changes

Jump to: navigation, search

SDR

577 bytes added, 01:12, 3 November 2018
/* RTL-SDR */
=== RTL-SDR ===
==== Debian Packages ====
<pre>apt intsall rtl-sdr</pre> ==== Sources ========= Requirement =====
<pre>
sudo apt-get install git libusb-1.0-0-dev cmake build-essential
</pre>
===== Build =====
<pre>
git clone git://git.osmocom.org/rtl-sdr.git
The test bellow is for a E4000 dongle.
<pre>
sdr@alix2:~$ rtl_test -t
Found 1 device(s):
0: Terratec T Stick PLUS
</pre>
or for other dongle
<pre>
$ rtl_test
Found 1 device(s):
0: NOXON, DAB Stick, SN: 0
 
Using device 0: Terratec Fraunhofer DAB Stick
Found Fitipower FC0013 tuner
Supported gain values (23): -9.9 -7.3 -6.5 -6.3 -6.0 -5.8 -5.4 5.8 6.1 6.3 6.5 6.7 6.8 7.0 7.1 17.9 18.1 18.2 18.4 18.6 18.8 19.1 19.7
Sampling at 2048000 S/s.
 
Info: This tool will continuously read from the device, and report if
samples get lost. If you observe no further output, everything is fine.
 
Reading samples in async mode...
</pre>
==== Use rtl_tcp ====
ControlGroup, administrator
4,210
edits