From ede7922fa7ff9dc29efb052207c0503f5191ec4d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 28 Nov 2024 12:43:38 -0500 Subject: [PATCH] Update pacsatsim.sh commented out rtl-sdr --- pacsatsim.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pacsatsim.sh b/pacsatsim.sh index 40d5f809..2ea4707b 100755 --- a/pacsatsim.sh +++ b/pacsatsim.sh @@ -175,7 +175,7 @@ else echo -e "Auto decoding APRS Pacsat packets on $frequency Hz" - direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-pacsat.conf -t 0 & + direwolf -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim.conf -t 0 & fi @@ -185,8 +185,7 @@ value=`aplay -l | grep "Loopback"` echo "$value" > /dev/null 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 $frequency -s 48k | tee >(aplay -D hw:${2:0:1},0,0 -r 48000 -t raw -f S16_LE -c 1) | aplay -D hw:0,0 -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 -D hw:0,0 -r 48000 -t raw -f S16_LE -c 1 & /home/pi/pi_pacsat/Debug/pi_pacsat -c /home/pi/pi_pacsat/Debug/pacsat.config -d /home/pi/PacSat