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