|
@@ -27,20 +27,18 @@ echo " => Playing WAV file"
|
|
cd ~/trxamadrmv3_7/linux
|
|
cd ~/trxamadrmv3_7/linux
|
|
./txwfal 0
|
|
./txwfal 0
|
|
sleep 1
|
|
sleep 1
|
|
-aplay ~/BallonSonde/sound/2024_aubusson/1_presentation.wav
|
|
|
|
-sleep 1
|
|
|
|
-aplay ~/BallonSonde/sound/2024_aubusson/2_tx_sstv.wav
|
|
|
|
|
|
+aplay ~/BallonSonde/sound/2025_stpourcain/1_prez.wav
|
|
ionice -c 2 -n 0 aplay /ramfs/out.wav
|
|
ionice -c 2 -n 0 aplay /ramfs/out.wav
|
|
|
|
|
|
sleep 1
|
|
sleep 1
|
|
|
|
|
|
-aplay ~/BallonSonde/sound/2024_aubusson/2_tx_qpsk.wav
|
|
|
|
|
|
+aplay ~/BallonSonde/sound/2025_stpourcain/2_qpsq31.wav
|
|
# Generate the wav file to Tx
|
|
# Generate the wav file to Tx
|
|
/home/pi/BallonSonde/tx_process/qpsk31
|
|
/home/pi/BallonSonde/tx_process/qpsk31
|
|
# Tx the wav file !
|
|
# Tx the wav file !
|
|
aplay /ramfs/psk.wav
|
|
aplay /ramfs/psk.wav
|
|
|
|
|
|
-aplay ~/BallonSonde/sound/2024_aubusson/3_tx_cw.wav
|
|
|
|
|
|
+aplay ~/BallonSonde/sound/2025_stpourcain/3_cw.wav
|
|
echo "F4KOA-AM F4KOA-AM from France" | /usr/local/bin/cwwav -f 700 -w 20 -o /ramfs/cw.wav
|
|
echo "F4KOA-AM F4KOA-AM from France" | /usr/local/bin/cwwav -f 700 -w 20 -o /ramfs/cw.wav
|
|
aplay /ramfs/cw.wav; rm /ramfs/cw.wav
|
|
aplay /ramfs/cw.wav; rm /ramfs/cw.wav
|
|
# On se passe
|
|
# On se passe
|
|
@@ -48,13 +46,15 @@ aplay /ramfs/cw.wav; rm /ramfs/cw.wav
|
|
# alt 311.7 lat 46.0154466667N lon 1.0988666667E for example...
|
|
# alt 311.7 lat 46.0154466667N lon 1.0988666667E for example...
|
|
#aplay /ramfs/cw.wav; rm /ramfs/cw.wav
|
|
#aplay /ramfs/cw.wav; rm /ramfs/cw.wav
|
|
|
|
|
|
-aplay ~/BallonSonde/sound/2024_aubusson/9_stop_en.wav
|
|
|
|
-aplay ~/BallonSonde/sound/2024_aubusson/9_stop_fr.wav
|
|
|
|
|
|
+aplay ~/BallonSonde/sound/2025_stpourcain/4_stop.wav
|
|
raspi-gpio set 4 dh
|
|
raspi-gpio set 4 dh
|
|
|
|
|
|
|
|
+# un peu de repos pour le transceiver :)
|
|
|
|
+# et ça aide au GPS pour retrouver ses petits.
|
|
|
|
+sleep 30
|
|
|
|
+
|
|
if [[ -f /ramfs/out.wav ]]; then
|
|
if [[ -f /ramfs/out.wav ]]; then
|
|
echo " => All done, cleaning ramfs"
|
|
echo " => All done, cleaning ramfs"
|
|
rm -rf /ramfs/out.wav
|
|
rm -rf /ramfs/out.wav
|
|
fi
|
|
fi
|
|
|
|
|
|
-sleep 15
|
|
|