- #!/bin/bash
- PSK="/home/pi/PSK31-Modulation-WAV-Generator/psk"
- GPS=$(/home/pi/BallonSonde/read_nmea.py)
- DATA="This is the EasterEGG ! We are actually located at : "$GPS" Please feedback something to me at f4iyq@pi3rrot.net ! <3 Peace !"
- $PSK -m qpsk -s 250 -f ~/BallonSonde/tx_process/filename.wav -t "$DATA"
- ~/BallonSonde/tx_process/4_tx_file ~/BallonSonde/tx_process/filename.wav
|