Skip to content

Commit

Permalink
Revise IC-705 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed Oct 15, 2023
1 parent 109ee34 commit 72f4aff
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 4 deletions.
22 changes: 22 additions & 0 deletions IC-705-examples/freqset-10m.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/sh
cd /home/kenji/wspr-trx
# IC-705
# set frequency to 28.1246MHz
# set mode to USB-D
# set filter to 300Hz
# set actual output power to 5W (50%)
# set preamp to disable (0)
# disable transmission (0)
# then check the status including PTT
rigctl -m 3085 -r /dev/serial/by-id/usb-Icom_Inc._IC-705_IC-705_31002769-if00 -P RIG -s 19200 - << .EOF.
F 28124600
M PKTUSB 300
L RFPOWER 0.510
L PREAMP 0
T 0
f
m
l RFPOWER
l PREAMP
t
.EOF.
6 changes: 4 additions & 2 deletions IC-705-examples/freqset-15m.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ cd /home/kenji/wspr-trx
# set frequency to 21.0946MHz
# set mode to USB-D
# set filter to 300Hz
# set actual output power to 1W (10%)
# set actual output power to 5W (50%)
# set preamp to disable (0)
# disable transmission (0)
# then check the status including PTT
rigctl -m 3085 -r /dev/serial/by-id/usb-Icom_Inc._IC-705_IC-705_31002769-if00 -P RIG -s 19200 - << .EOF.
F 21094600
M PKTUSB 300
L RFPOWER 0.102
L RFPOWER 0.510
L PREAMP 0
T 0
f
m
l RFPOWER
Expand Down
22 changes: 22 additions & 0 deletions IC-705-examples/freqset-17m.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/sh
cd /home/kenji/wspr-trx
# IC-705
# set frequency to 18.1046MHz
# set mode to USB-D
# set filter to 300Hz
# set actual output power to 5W (50%)
# set preamp to disable (0)
# disable transmission (0)
# then check the status including PTT
rigctl -m 3085 -r /dev/serial/by-id/usb-Icom_Inc._IC-705_IC-705_31002769-if00 -P RIG -s 19200 - << .EOF.
F 18104600
M PKTUSB 300
L RFPOWER 0.510
L PREAMP 0
T 0
f
m
l RFPOWER
l PREAMP
t
.EOF.
22 changes: 22 additions & 0 deletions IC-705-examples/freqset-20m.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/sh
cd /home/kenji/wspr-trx
# IC-705
# set frequency to 14.0956MHz
# set mode to USB-D
# set filter to 300Hz
# set actual output power to 5W (50%)
# set preamp to disable (0)
# disable transmission (0)
# then check the status including PTT
rigctl -m 3085 -r /dev/serial/by-id/usb-Icom_Inc._IC-705_IC-705_31002769-if00 -P RIG -s 19200 - << .EOF.
F 14095600
M PKTUSB 300
L RFPOWER 0.510
L PREAMP 0
T 0
f
m
l RFPOWER
l PREAMP
t
.EOF.
6 changes: 4 additions & 2 deletions IC-705-examples/freqset-30m.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ cd /home/kenji/wspr-trx
# set frequency to 10.1387MHz
# set mode to USB-D
# set filter to 300Hz
# set actual output power to 1W (10%)
# set actual output power to 5W (50%)
# set preamp to disable (0)
# disable transmission (0)
# then check the status including PTT
rigctl -m 3085 -r /dev/serial/by-id/usb-Icom_Inc._IC-705_IC-705_31002769-if00 -P RIG -s 19200 - << .EOF.
F 10138700
M PKTUSB 300
L RFPOWER 0.102
L RFPOWER 0.510
L PREAMP 0
T 0
f
m
l RFPOWER
Expand Down

0 comments on commit 72f4aff

Please sign in to comment.