diff --git a/groundstation/aprs-cubicsdr.sh b/groundstation/aprs-cubicsdr.sh new file mode 100755 index 00000000..5879942e --- /dev/null +++ b/groundstation/aprs-cubicsdr.sh @@ -0,0 +1,24 @@ +#!/bin/bash +# script to run CubicSDR and Direwolf to decode APRS + +echo "Script to run CubicSDR and Direwolf for ARISS Radio Pi" + +echo + +echo "Note: Run CubicSDR, Select Generic RTL2832 device then click Start to begin" + +echo "Then tune to 144.39 MHz NBFM and Audio Output hw:Loopback,0 + +echo + +echo + +sudo modprobe snd-aloop + +sleep 5 + +direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf.conf -t 0 + +sleep 10 + +#$SHELL diff --git a/groundstation/serenity-decode.sh b/groundstation/serenity-decode.sh deleted file mode 100755 index c4bc9647..00000000 --- a/groundstation/serenity-decode.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/bash -# script to run CubicSDR and Direwolf to decode Serenity - -echo "Script to run CubicSDR and Direwolf for ARISS Radio Pi" - -echo - -echo "Note: Select Generic RTL2832 device then click Start to begin" - -echo - -echo "Then tune 437.1 MHz NBFM" - -echo - -sudo modprobe snd-aloop - -sudo systemctl stop openwebrx - -sudo killall -9 java &>/dev/null - -sudo killall -9 rtl_fm &>/dev/null - -sudo killall -9 qsstv &>/dev/null - -sudo systemctl stop rtl_tcp - -sudo killall -9 rtl_tcp &>/dev/null - -sleep 5 - -#setsid CubicSDR & -#/home/pi/CubeSatSim/groundstation/cubicsdr.sh& - -echo "Run CubicSDR in another window" - -sleep 5 - -direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf-4800.conf -t 0 - -sleep 10 - -$SHELL