You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/groundstation/serenity-decode.sh

42 lines
631 B

#!/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
direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf-4800.conf -t 0
sleep 5
#setsid CubicSDR
setsid CubicSDR
sleep 10
$SHELL

Powered by TurnKey Linux.