parent
4ea2c7358a
commit
2fc755aeea
@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
Loading…
Reference in new issue