From ffbe63563401dd295f33cfb716805b207416019a Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 4 Jun 2019 18:00:21 -0400 Subject: [PATCH] Create decode.sh --- groundstation/decode.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 groundstation/decode.sh diff --git a/groundstation/decode.sh b/groundstation/decode.sh new file mode 100644 index 00000000..19ca82f0 --- /dev/null +++ b/groundstation/decode.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# script to auto decode CubeSat Simulator telemetry + +# kill openwebrx if it is running +ps -ef | grep openwebrx | grep -v grep | awk '{print $2}' | sudo xargs kill + +echo -e "Script to auto decode CubeSat Simulator telemetry\n" + +sudo rtl_fm -f 440.386M -s 22050 -g 48 - | multimon-ng -a AFSK1200 -A -t raw - +