FAASGS icon indicating copy to clipboard operation
FAASGS copied to clipboard

[Enhancement] bias-T option for rtl_fm

Open AgriVision opened this issue 3 years ago • 1 comments

In order to power a pre-amplifier with the bias-T this option needs to be added to the rtl_fm command.

$rtl_fm -h ........... [-T enable bias-T on GPIO PIN 0 (works for rtl-sdr.com v3 dongles)] ............

e.g. in sat.sh: timeout $5 rtl_fm -p "${RTL_PPM}" -f "${FREQ}M" -s "${rxbw}" -T\

or via user.conf: BIAST=-T sat.sh: timeout $5 rtl_fm -p "${RTL_PPM}" -f "${FREQ}M" -s "${rxbw}" "${BIAST}"\

AgriVision avatar Mar 25 '21 20:03 AgriVision

Good catch!

I will work on it as time permit...

stdevPavelmc avatar Mar 28 '21 17:03 stdevPavelmc