meta data for this page
  •  

This is an old revision of the document!


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>

sudo apt-get install gqrx
gqrx

multimon-ng

sudo apt-get install multimon-ng

rtl_433

sudo apt-get install librtlsdr0 librtlsdr-dev 

And follow instruction: BUILDING

$  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
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

source build

https://github.com/merbanan/rtl_433

git clone https://github.com/merbanan/rtl_433

gnuradio

sudo apt-get install gnuradio

HDRSdr

http://www.hdsdr.de/ Runs under Wine:

SDRSharp

Old version under mono

sudo apt-get install librtlsdr0 librtlsdr-dev 

Wine

Using M$ .NET:

Download and install .NET 4.8 Offline installer

wine ndp48-x86-x64-allos-enu.exe

Mono

Linux installation:

sudo apt-get install mono-complete libportaudio2 librtlsdr0 librtlsdr-dev

Download latest wine-mono. I.e.: wine-mono-5.1.1-x86.msi Install it unde Wine:

wine msiexec /i ./wine-mono-5.1.1-x86.msi 

To uninstall it from Wine:

wine uninstaller

<code bash> ln -s shark.dll libshark.so mono SDRSharp.exe <code>

Issue to shark library found.

MONO_LOG_LEVEL=“debug” MONO_LOG_MASK=“dll” mono SDRSharp.exe