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/autodecode.sh

7 lines
207 B

#!/bin/bash
# script to auto decode CubeSat Simulator telemetry
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 -

Powered by TurnKey Linux.