added shell script for Pi Ground Station

pull/6/head
alanbjohnston 7 years ago committed by GitHub
parent 32866f8a3c
commit 854b0699cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,6 @@
#!/bin/bash
# script to auto decode CubeSat Simulator telemetry
echo -e "Running 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 -
Loading…
Cancel
Save

Powered by TurnKey Linux.