Changes

Jump to: navigation, search

SDR

987 bytes added, 21:36, 24 June 2013
git clone git://git.osmocom.org/osmo-sdr.git
./multimode.py --devinfo=rtl_tcp=foo.fixme.ch:1234 --freq=98.5M --dmode=WFM --mthresh=-35 --vol=10
 
== RTL-SDR ==
 
=== Requirement ===
<pre>
sudo apt-get install git
sudo apt-get install libusb-1.0-0-dev
sudo apt-get install cmake
sudo apt-get install build-essential
</pre>
 
=== Build ===
<pre>
git clone git://git.osmocom.org/rtl-sdr.git
cd rtl-sdr/
mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo ldconfig
</pre>
 
=== Test the dongle ===
 
The test bellow is for a E4000 dongle.
<pre>
sdr@alix2:~$ rtl_test -t
Found 1 device(s):
0: Terratec T Stick PLUS
 
Using device 0: Terratec T Stick PLUS
Found Elonics E4000 tuner
Supported gain values (14): -1.0 1.5 4.0 6.5 9.0 11.5 14.0 16.5 19.0 21.5 24.0 29.0 34.0 42.0
Benchmarking E4000 PLL...
[E4K] PLL not locked for 52000000 Hz!
[E4K] PLL not locked for 2225000000 Hz!
[E4K] PLL not locked for 1113000000 Hz!
[E4K] PLL not locked for 1251000000 Hz!
E4K range: 53 to 2224 MHz
E4K L-band gap: 1113 to 1251 MHz
</pre>
 
=== Use rtl_tcp ===
 
To start rtl_tcp on every ethernet interfaces and the port 1234:
<pre>
pi@sdr1 ~ $ rtl_tcp -a 0.0.0.0 p 1234
Found 1 device(s).
Found Fitipower FC0013 tuner
Using Terratec NOXON DAB/DAB+ USB dongle (rev 1)
Tuned to 100000000 Hz.
listening...
Use the device argument 'rtl_tcp=0.0.0.0:1234' in OsmoSDR (gr-osmosdr) source
to receive samples in GRC and control rtl_tcp parameters (frequency, gain, ...).
</pre>
 
== SDR# ==
* http://spacenear.us/tracker/
* https://en.wikipedia.org/wiki/ISM_band
 
== HOWTO ==
 
<pre>
pi@sdr1 ~ $ rtl_tcp -a 0.0.0.0
Found 1 device(s).
Found Fitipower FC0013 tuner
Using Terratec NOXON DAB/DAB+ USB dongle (rev 1)
Tuned to 100000000 Hz.
listening...
Use the device argument 'rtl_tcp=0.0.0.0:1234' in OsmoSDR (gr-osmosdr) source
to receive samples in GRC and control rtl_tcp parameters (frequency, gain, ...).
</pre>
== Participants ==
* [[User:Mc]]
* [[User:Francois]]
391
edits