From 3cfd6f2d05be5755fae2b285f9f727c8f2f66ccc Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 15 May 2021 09:50:28 -0400 Subject: [PATCH] Update rpitx.py --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 029daa01..e6d538ad 100644 --- a/rpitx.py +++ b/rpitx.py @@ -60,7 +60,7 @@ if __name__ == "__main__": print("SSTV") GPIO.output(txLed, txLedOn); # os.system("(while true; do (sleep 5 && cat /home/pi/CubeSatSim/wav/sstv.wav); done) | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo rpitx -i- -m RF -f 434.9e3") - os.system("(while true; do (sleep 5 && cat /home/pi/CubeSatSim/wav/sstv.wav); done) | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo rpitx -i- -m RF -f 434.9e3 &") +# os.system("(while true; do (sleep 5 && cat /home/pi/CubeSatSim/wav/sstv.wav); done) | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo rpitx -i- -m RF -f 434.9e3 &") while True: GPIO.output(txLed, txLedOn); os.system("raspistill -o ~/camera_out.jpg -w 640 -h 496") # > /dev/null 2>&1")