Skip to content

Commit

Permalink
minor: Add RTL-SDR settings option help
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckschwerdt committed Feb 7, 2023
1 parent 2122f8d commit 416d6c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
= Tuner options =
[-d <RTL-SDR USB device index> | :<RTL-SDR USB device serial> | <SoapySDR device query> | rtl_tcp | help]
[-g <gain> | help] (default: auto)
[-t <settings>] apply a list of keyword=value settings for SoapySDR devices
e.g. -t "antenna=A,bandwidth=4.5M,rfnotch_ctrl=false"
[-t <settings>] apply a list of keyword=value settings to the SDR device
e.g. for SoapySDR -t "antenna=A,bandwidth=4.5M,rfnotch_ctrl=false"
for RTL-SDR use "direct_samp[=1]", "offset_tune[=1]", "digital_agc[=1]", "biastee[=1]"
[-f <frequency>] Receive frequency(s) (default: 433920000 Hz)
[-H <seconds>] Hop interval for polling of multiple frequencies (default: 600 seconds)
[-p <ppm_error>] Correct rtl-sdr tuner frequency offset error (default: 0)
Expand Down
5 changes: 3 additions & 2 deletions man/man1/rtl_433.1
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ Read config options from a file
[\-g <gain> | help] (default: auto)
.TP
[ \fB\-t\fI <settings>\fP ]
apply a list of keyword=value settings for SoapySDR devices
e.g. \-t "antenna=A,bandwidth=4.5M,rfnotch_ctrl=false"
apply a list of keyword=value settings to the SDR device
e.g. for SoapySDR \-t "antenna=A,bandwidth=4.5M,rfnotch_ctrl=false"
for RTL\-SDR use "direct_samp[=1]", "offset_tune[=1]", "digital_agc[=1]", "biastee[=1]"
.TP
[ \fB\-f\fI <frequency>\fP ]
Receive frequency(s) (default: 433920000 Hz)
Expand Down
5 changes: 3 additions & 2 deletions src/rtl_433.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ static void usage(int exit_code)
"\t\t= Tuner options =\n"
" [-d <RTL-SDR USB device index> | :<RTL-SDR USB device serial> | <SoapySDR device query> | rtl_tcp | help]\n"
" [-g <gain> | help] (default: auto)\n"
" [-t <settings>] apply a list of keyword=value settings for SoapySDR devices\n"
" e.g. -t \"antenna=A,bandwidth=4.5M,rfnotch_ctrl=false\"\n"
" [-t <settings>] apply a list of keyword=value settings to the SDR device\n"
" e.g. for SoapySDR -t \"antenna=A,bandwidth=4.5M,rfnotch_ctrl=false\"\n"
" for RTL-SDR use \"direct_samp[=1]\", \"offset_tune[=1]\", \"digital_agc[=1]\", \"biastee[=1]\"\n"
" [-f <frequency>] Receive frequency(s) (default: %i Hz)\n"
" [-H <seconds>] Hop interval for polling of multiple frequencies (default: %i seconds)\n"
" [-p <ppm_error>] Correct rtl-sdr tuner frequency offset error (default: 0)\n"
Expand Down

0 comments on commit 416d6c4

Please sign in to comment.