From 421566cec53462beacf629bb75537ffc32b50660 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 2 Jun 2026 13:30:40 -0400 Subject: [PATCH] Update pacsat.sh frequency in Hz --- groundstation/pacsat.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 9baaaed3..e61d3fc1 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -164,6 +164,7 @@ set -- $value callsign="$1" txfrequency="$7e3" rxfrequency="$8e3" +frequency="$8e6" echo -n "Callsign is " echo $callsign @@ -230,9 +231,9 @@ if [ "$lpf" = "0" ] && [ "$txc" = "0" ] ; then set -- $value #rtl_fm -M fm -f 144.39M -s 48k | aplay -D hw:${2:0:1},0,0 -r 48000 -t raw -f S16_LE -c 1 - rtl_fm -M fm -f $rxfrequency -s 48k | tee >(aplay -D hw:${2:0:1},0,0 -r 48000 -t raw -f S16_LE -c 1) | aplay -r 48000 -t raw -f S16_LE -c 1 + rtl_fm -M fm -f $frequency -s 48k | tee >(aplay -D hw:${2:0:1},0,0 -r 48000 -t raw -f S16_LE -c 1) | aplay -r 48000 -t raw -f S16_LE -c 1 - rtl_fm -M fm -f $rxfrequency -s 48k | aplay -D hw:${2:0:1},0,0 -r 48000 -t raw -f S16_LE -c 1 & + rtl_fm -M fm -f $frequency -s 48k | aplay -D hw:${2:0:1},0,0 -r 48000 -t raw -f S16_LE -c 1 & fi