meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
linux:rtl-sdr [2020/10/23 20:35] – created niziaklinux:rtl-sdr [2020/11/02 19:58] niziak
Line 1: Line 1:
 ====== RTL-SDR ====== ====== RTL-SDR ======
 +
 +===== gqrx =====
 +
 +Disconnct tuner and remove DVB Tuner modules and blacklist it:
 +
 +<file /etc/modprobe.d/blacklist_rtl.conf>
 +blacklist dvb_usb_rtl28xxu
 +blacklist rtl2832
 +blacklist rtl2830
 +</code>
 +
 +<code bash>
 +sudo apt-get install gqrx
 +gqrx
 +</code>
 +
 +===== multimon-ng =====
 +
 +<code bash>
 +sudo apt-get install multimon-ng
 +
 +
 +
 +</code>
 +
 +
 +===== rtl_433 =====
 +
 +<code bash>
 +sudo apt-get install librtlsdr0 librtlsdr-dev 
 +</code>
 +
 +And follow instruction: [[https://github.com/merbanan/rtl_433/blob/master/docs/BUILDING.md|BUILDING]]
 +
 +<code bash>
 +$  rtl_433 -f 868330000
 +
 +_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
 +time      : 2020-10-23 23:18:58                    brand     : LaCrosse
 +model     : LaCrosse-TX35DTHIT                     id        : 16
 +Battery   : 1            NewBattery: 0             Temperature: 15.0 C       Integrity : CRC
 +_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
 +time      : 2020-10-23 23:18:58                    brand     : LaCrosse
 +model     : LaCrosse-TX29IT                        id        : 16
 +Battery   : 1            NewBattery: 0             Temperature: 15.0 C       Integrity : CRC
 +_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
 +</code>
 +
 +==== source build ====
 +[[https://github.com/merbanan/rtl_433]]
 +<code bash>
 +git clone https://github.com/merbanan/rtl_433
 +
 +</code>
 +
 ===== gnuradio ===== ===== gnuradio =====
 <code bash>sudo apt-get install gnuradio</code> <code bash>sudo apt-get install gnuradio</code>
Line 5: Line 60:
 ===== HDRSdr ===== ===== HDRSdr =====
 [[http://www.hdsdr.de/]] [[http://www.hdsdr.de/]]
 +Runs under Wine:
  
 ===== SDRSharp ===== ===== SDRSharp =====
 +
 +
 +[[https://airspy.com/download/]]
 +
 +==== Old version under mono ====
 +<code bash>
 +sudo apt-get install librtlsdr0 librtlsdr-dev 
 +</code>
 +
  
 ==== Wine ==== ==== Wine ====
Line 41: Line 106:
  
 <code bash> <code bash>
 +ln -s shark.dll libshark.so
 mono SDRSharp.exe mono SDRSharp.exe
 <code> <code>