From 030549c2968e45ebda6bfd923e40509965c1112e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 18 Sep 2021 10:24:36 -0400 Subject: [PATCH] added notes --- groundstation/sstv_decode_prompt.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/groundstation/sstv_decode_prompt.sh b/groundstation/sstv_decode_prompt.sh index 53fdade7..000bd0d5 100755 --- a/groundstation/sstv_decode_prompt.sh +++ b/groundstation/sstv_decode_prompt.sh @@ -43,10 +43,18 @@ read -r choice if [ "$choice" = "1" ]; then frequency=145800000 +echo "Frequency is " $frequency +echo +echo "If the ISS is overhead (check Gpredict) and in SSTV mode (see social media), you can receive images." +echo elif [ "$choice" = "2" ]; then frequency=434900000 +echo +echo "If your CubeSatSim is transmitting in SSTV mode (mode 6) you should get images." +echo "Note: if you see and hear an SSTV signal but don't get any images, the CubeSatSim signal might have a frequency offset. Try rebooting the CubeSatSim to fix." +echo else