From 631a6912052cd4ebc005799338ac624ffe239efc Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 7 Dec 2024 09:09:25 -0500 Subject: [PATCH] Update pacsat.sh added -P+ -D3 --- groundstation/pacsat.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index f3ff484f..e12d15f4 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -44,21 +44,21 @@ echo frequency="$8e6" -echo "Note that the 'Tuned to' frequency will be different from the chosen frequency due to the way SDRs work." +#echo "Note that the 'Tuned to' frequency will be different from the chosen frequency due to the way SDRs work." -echo +#echo if [[ $(arecord -l | grep "USB Audio Device") ]] ; then echo -e "Direwolf using USB Sound Card (FM Transceiver) on $frequency Hz" - direwolf -qd -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat-jp14.conf -t 0 & + direwolf -P+ -D3 -qd -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat-jp14.conf -t 0 & else echo -e "Direwolf using RTL-SDR on $frequency Hz" - direwolf -r 48000 -qd -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-pacsat.conf -t 0 & + direwolf -P+ -D3 -r 48000 -qd -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-pacsat.conf -t 0 & sleep 5