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/fox-fsk.sh

12 lines
398 B

#!/bin/bash
# script to run Sim in Fox FSK emulation mode
# kill rtl if running
ps -ef | grep rpitx | grep -v grep | awk '{print $2}' | sudo xargs kill
echo -e "Script to run CubeSat Simulator in Fox FSK Mode\n"
sudo nc -l 8080 | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo /home/pi/CubeSatSim/rpitx/rpitx -i- -m RF -f 434.9e3&
/home/pi/CubeSatSim/radioafsk

Powered by TurnKey Linux.