Hi Mike
My APRS system startup bash script on the vehicle Debian laptop
starts rigctld then direwolf and puts them in background, then
sleeps a seconds before running some rigctl commands to save/set
opfreq. As I am only using it to TX posn on 30m every 10 minutes I
have the transceiver toggle between the APRS and voice
frequencies.
The second delay is about the rig setting VFO mode
(inadvertently) on dw start, when I am actually using a rig
memory. (which also covers mode and bandpass. I have also used it
to "auto" QSY to the 2m APRS frequency then back to HF for voice)
Not within the direwolf conf file but works reliably.
The base script steps then;
/usr/local/bin/rigctld -m 3068 -r /dev/icom9100a -s 19200 -c 0x7c
&
sleep 2
rigctl -m 2 E 1
sleep 2
/usr/local/bin/direwolf -t 0 -a 300 -X 1 -c
/home/<user>/direwolf/hf-std-30m-inet-aprs-beacon.conf | tee
-a logs/dw.log &
sleep 1
rigctl -m 2 V MEM
In my case the above is within a timed process kill loop, the end
of which has;
rigctl -m 2 V currVFO
Hope this is helpful.
Cheers Bob VK2YQA
On 8/9/24 06:08, Michael Durkin wrote:
toggle quoted message
Show quoted text
I want to set my 897D frequency when starting
direwolf inside the direwolf conf ....
Possible?
Maybe even to FM
Mike