|
@@ -31,8 +31,8 @@ sleep 1
|
|
|
|
|
|
############################
|
|
############################
|
|
# Partie prez + SSTV
|
|
# Partie prez + SSTV
|
|
-#aplay ~/BallonSonde/sound/2025_stpourcain/1_prez.wav
|
|
|
|
-#ionice -c 2 -n 0 aplay /ramfs/out.wav
|
|
|
|
|
|
+aplay ~/BallonSonde/sound/2025_stpourcain/1_prez.wav
|
|
|
|
+ionice -c 2 -n 0 aplay /ramfs/out.wav
|
|
|
|
|
|
sleep 1
|
|
sleep 1
|
|
|
|
|
|
@@ -40,9 +40,9 @@ sleep 1
|
|
###########################
|
|
###########################
|
|
# Partie QPSK31
|
|
# Partie QPSK31
|
|
|
|
|
|
-#aplay ~/BallonSonde/sound/2025_stpourcain/2_qpsq31.wav
|
|
|
|
-#/home/pi/BallonSonde/tx_process/qpsk31
|
|
|
|
-#aplay /ramfs/psk.wav
|
|
|
|
|
|
+aplay ~/BallonSonde/sound/2025_stpourcain/2_qpsq31.wav
|
|
|
|
+/home/pi/BallonSonde/tx_process/qpsk31
|
|
|
|
+aplay /ramfs/psk.wav
|
|
|
|
|
|
###########################
|
|
###########################
|
|
# Partie CW super crade
|
|
# Partie CW super crade
|
|
@@ -60,14 +60,14 @@ echo $MESSAGE | /usr/local/bin/cwwav -f 700 -w 22 -o /ramfs/cw.wav; aplay /ramfs
|
|
##########################
|
|
##########################
|
|
# Stop Message
|
|
# Stop Message
|
|
|
|
|
|
-#aplay ~/BallonSonde/sound/2025_stpourcain/4_stop.wav
|
|
|
|
-# On coupe le TX#
|
|
|
|
|
|
+aplay ~/BallonSonde/sound/2025_stpourcain/4_stop.wav
|
|
|
|
+# On coupe le TX
|
|
raspi-gpio set 4 dh
|
|
raspi-gpio set 4 dh
|
|
|
|
|
|
##########################
|
|
##########################
|
|
# un peu de repos pour le transceiver :)
|
|
# un peu de repos pour le transceiver :)
|
|
# et ça aide au GPS pour retrouver ses petits.
|
|
# et ça aide au GPS pour retrouver ses petits.
|
|
-#sleep 30
|
|
|
|
|
|
+sleep 30
|
|
|
|
|
|
if [[ -f /ramfs/out.wav ]]; then
|
|
if [[ -f /ramfs/out.wav ]]; then
|
|
echo " => All done, cleaning ramfs"
|
|
echo " => All done, cleaning ramfs"
|