meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:rtl-sdr [2020/10/24 10:55] niziaklinux:rtl-sdr [2020/11/07 21:12] (current) niziak
Line 1: Line 1:
 ====== RTL-SDR ====== ====== RTL-SDR ======
-===== 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]]+ 
 +===== multimon-ng =====
  
 <code bash> <code bash>
-$  rtl_433 -f 868330000+sudo apt-get install multimon-ng 
 + 
  
-_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
-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> </code>
 +
 +
 +
  
 ==== source build ==== ==== source build ====
Line 32: Line 25:
 <code bash>sudo apt-get install gnuradio</code> <code bash>sudo apt-get install gnuradio</code>
  
-===== HDRSdr ===== 
-[[http://www.hdsdr.de/]] 
-Runs under Wine: 
  
 ===== SDRSharp ===== ===== SDRSharp =====