Update pacsatsim.sh add pacsatsim-d.sh and rpitx

pacsat-rpitx
Alan Johnston 2 months ago committed by GitHub
parent 489e2eab1e
commit 53a05e66e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -186,6 +186,13 @@ else
# echo -e "Auto decoding APRS Pacsat packets on $frequency Hz"
# direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim-loopback.conf -t 0 &
/usr/bin/x-terminal-emulator --geometry=120x40 -e "/home/pi/CubeSatSim/pacsatsim-d.sh"
arecord -D plughw:CARD=Loopback,DEV=1 -f S16_LE -r 48000 -c 1 | csdr convert_s16_f | csdr gain_ff 14000 | csdr convert_f_samplerf 20833 | sudo rpitx -i- -m RF -f 434900 &
echo "Don't close the direwolf window or the Pacsatsim will stop running."
echo
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.