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

12 lines
206 B

#!/bin/bash
echo -e "\nDemo of CubeSatSim sends AFSK telemetry at 434.9 MHz continuously\n\n"
#exit
sudo killall -9 rpitx
sudo killall -9 sendiq
sudo fuser -k 8080/tcp
/home/pi/CubeSatSim/radioafsk a 3

Powered by TurnKey Linux.