From 7c9b16a3a99c1f0d384ebdc59b938c8e39d80fc6 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 2 Dec 2024 17:42:35 -0500 Subject: [PATCH] added for JP14 audio out --- direwolf/direwolf-pacsatsim-jp14.conf | 6 ++++++ groundstation/direwolf/direwolf-fm-pacsat-jp14.conf | 5 +++++ groundstation/pacsat.sh | 2 +- pacsatsim.sh | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 direwolf/direwolf-pacsatsim-jp14.conf create mode 100644 groundstation/direwolf/direwolf-fm-pacsat-jp14.conf diff --git a/direwolf/direwolf-pacsatsim-jp14.conf b/direwolf/direwolf-pacsatsim-jp14.conf new file mode 100644 index 00000000..6b28d029 --- /dev/null +++ b/direwolf/direwolf-pacsatsim-jp14.conf @@ -0,0 +1,6 @@ +ADEVICE hw:CARD=Device,DEV=0 plughw:CARD=Device,DEV=0 +PTT GPIO 20 +MYCALL AMSAT +CHANNEL 0 +MODEM 1200 +FULLDUP OFF diff --git a/groundstation/direwolf/direwolf-fm-pacsat-jp14.conf b/groundstation/direwolf/direwolf-fm-pacsat-jp14.conf new file mode 100644 index 00000000..b698b1ca --- /dev/null +++ b/groundstation/direwolf/direwolf-fm-pacsat-jp14.conf @@ -0,0 +1,5 @@ +MYCALL AMSAT +ADEVICE plughw:CARD=Device,DEV=0 plughw:CARD=Device,DEV=0 +PTT GPIO 20 +KISSPORT 8100 +FULLDUP OFF diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 8e728541..f3ff484f 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -52,7 +52,7 @@ if [[ $(arecord -l | grep "USB Audio Device") ]] ; then echo -e "Direwolf using USB Sound Card (FM Transceiver) on $frequency Hz" - direwolf -qd -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat.conf -t 0 & + direwolf -qd -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat-jp14.conf -t 0 & else diff --git a/pacsatsim.sh b/pacsatsim.sh index ffe823bf..71d45328 100755 --- a/pacsatsim.sh +++ b/pacsatsim.sh @@ -185,7 +185,7 @@ else echo -e "Auto decoding APRS Pacsat packets on $frequency Hz" - direwolf -qd -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim.conf -t 0 & + direwolf -qd -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim-jp14.conf -t 0 & fi