From a92c2312f49785638df020b3e06bf42f9960770d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 14 Jun 2021 09:33:19 -0400 Subject: [PATCH] added soundCard to RTL-SDR --- groundstation/fox-startup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/groundstation/fox-startup.sh b/groundstation/fox-startup.sh index 3467f676..822d2b32 100755 --- a/groundstation/fox-startup.sh +++ b/groundstation/fox-startup.sh @@ -40,6 +40,9 @@ if [ ! -f "$FILE" ]; then sudo sed -i "s/whenAboveHorizon=false/whenAboveHorizon=true/g" /home/pi/Documents/FITB/FoxTelem.properties + sudo sed -i "s/soundCard=NONE/soundCard=RTL SDR/g" /home/pi/Documents/FITB/FoxTelem.properties # change to FunCube + + python3 /home/pi/CubeSatSim/groundstation/loc-foxtelem.py # echo "Enter your Maidenhead grid square. It is two letters followed by two numbers followed by two letters with no spaces. If you don't know your gridsquare, you can look it up here https://dxcluster.ha8tks.hu/hamgeocoding/"