From 661ba1d115d20192f9f4cf763ed6edeedad49da5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 2 Mar 2026 10:57:15 -0500 Subject: [PATCH] Update pacsat.sh create PacSatGround dir if not present --- groundstation/pacsat.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 5151e803..c072d488 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -1,6 +1,17 @@ #!/bin/bash -# script to auto decode packet using rtl_fm and Direwolf and run Pacsat +# script to auto decode packet using rtl_fm and Direwolf and run Pacsat Ground Station + +if [ ! -d "/home/pi/PacSatGround" ]; then + + mkdir /home/pi/PacSatGround + + echo + echo "You will need to install the Pacsatsim spacecraft file and set the Delay to 750ms and Port to 8100 and restart the Pacsat Ground Station" + + sleep 10 + +fi sudo modprobe snd-aloop