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/cubesatsim-lite.sh

9 lines
250 B

#!/bin/bash
# script to run CubeSat Simulator Lite
#
# on SDR application, listen at 107.9
echo -e "\nScript to run CubeSat Simulator Lite \n"
sudo /home/pi/CubeSatSim/PiFmRds/src/pi_fm_rds -audio /home/pi/CubeSatSim/wav/afsk2.wav -freq 107.9

Powered by TurnKey Linux.