Skip to content

Commit

Permalink
K7CH
Browse files Browse the repository at this point in the history
  • Loading branch information
QCaudron committed Oct 11, 2023
1 parent 3873ca0 commit 7166de4
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 3 deletions.
2 changes: 2 additions & 0 deletions assets/programming_files/all_rr_frequencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@
87,W7DK,440.625,+5.0,103.5,549,Tacoma,FM,Radio Club of Tacoma,
88,W7DK,147.380,+0.6,103.5,325,Crawford Mtn.,FM,Radio Club of Tacoma,
89,W7TED,442.450,+5.0,103.5,327,Tacoma,FM,Two Extra Diodes Amateur Radio Society,
90,K7CH,52.930,-1.7,100.0,27,Baw Faw Peak,FM,Carl K7CH's repeater system,
91,K7CH,53.030,-1.7,100.0,203,South Mtn.,FM,Carl K7CH's repeater system,
Binary file modified assets/programming_files/d878.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions assets/programming_files/icom.csv
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ CH No,Name,Mode,Frequency,Dup,Offset,RPT1 Call Sign,RPT2 Call Sign,Filter,TONE,R
87,W7DK,FM,440.625,DUP+,5.0,,,1,TONE,103.5Hz,
88,W7DK,FM,147.38,DUP+,0.6,,,1,TONE,103.5Hz,
89,W7TED,FM,442.45,DUP+,5.0,,,1,TONE,103.5Hz,
90,K7CH,FM,52.93,DUP-,1.7,,,1,TONE,100.0Hz,
91,K7CH,FM,53.03,DUP-,1.7,,,1,TONE,100.0Hz,
2 changes: 2 additions & 0 deletions assets/programming_files/rr_frequencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ Location,Name,Frequency,Duplex,Offset,Tone,rToneFreq,cToneFreq,DtcsCode,DtcsPola
87,W7DK,440.625,+,5.000000,Tone,103.5,88.5,023,NN,FM,5.00,,W7DK - 440.625,,,,
88,W7DK,147.380,+,0.600000,Tone,103.5,88.5,023,NN,FM,5.00,,W7DK - 147.380,,,,
89,W7TED,442.450,+,5.000000,Tone,103.5,88.5,023,NN,FM,5.00,,W7TED - 442.450,,,,
90,K7CH,52.930,-,1.700000,Tone,100.0,88.5,023,NN,FM,5.00,,K7CH - 52.930,,,,
91,K7CH,53.030,-,1.700000,Tone,100.0,88.5,023,NN,FM,5.00,,K7CH - 53.030,,,,
34 changes: 34 additions & 0 deletions assets/repeaters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1511,5 +1511,39 @@
"Long Name":"Two Extra Diodes Amateur Radio Society",
"Website":"https:\/\/www.qrz.com\/db\/w7ted",
"Exclude":null
},
{
"Callsign":"K7CH",
"Output (MHz)":"52.930",
"Offset (MHz)":"-1.7",
"Tone (Hz)":"100.0",
"Coordinates":[
46.487935,
-123.2161347
],
"RepeaterBook ID":"27",
"Group Name":"K7CH",
"Location":"Baw Faw Peak",
"Mode":"FM",
"Long Name":"Carl K7CH's repeater system",
"Website":"https:\/\/www.qrz.com\/db\/k7ch",
"Exclude":null
},
{
"Callsign":"K7CH",
"Output (MHz)":"53.030",
"Offset (MHz)":"-1.7",
"Tone (Hz)":"100.0",
"Coordinates":[
47.31258,
-123.3725683
],
"RepeaterBook ID":"203",
"Group Name":"K7CH",
"Location":"South Mtn.",
"Mode":"FM",
"Long Name":"Carl K7CH's repeater system",
"Website":"https:\/\/www.qrz.com\/db\/k7ch",
"Exclude":null
}
]
2 changes: 2 additions & 0 deletions demo_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
L.marker([47.7565994300, -122.2809982300]).bindPopup('RR# 83 - WA7FUS (224.220)<br>').addTo(map);
L.marker([47.2528991700, -122.4440002400]).bindPopup('RR# 86 - W7DK (147.280)<br>RR# 87 - W7DK (440.625)<br>').addTo(map);
L.marker([47.2794449000, -122.5123217000]).bindPopup('RR# 89 - W7TED (442.450)<br>').addTo(map);
L.marker([46.4879350000, -123.2161347000]).bindPopup('RR# 90 - K7CH (52.930)<br>').addTo(map);
L.marker([47.3125800000, -123.3725683000]).bindPopup('RR# 91 - K7CH (53.030)<br>').addTo(map);

</script>

Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Repeater Roundabout is a weekend-long event held on many of our local repeat

Anyone with a ham radio license can participate ! You don't even have to be local; stations may participate over Echolink, Allstar, or IRLP if they are available.

> This page was last updated on Tuesday October 10 at 13:33.
> This page was last updated on Wednesday October 11 at 08:21.
---

Expand All @@ -24,7 +24,7 @@ Anyone with a ham radio license can participate ! You don't even have to be loca

To get started, check out the [Rules](./rules) page.

Then, check out the list of [89 participating repeaters](./repeaters) from across 42 radio groups that you'll play on during the contest. You can also [view the map](./map) to see where the repeaters are located.
Then, check out the list of [91 participating repeaters](./repeaters) from across 43 radio groups that you'll play on during the contest. You can also [view the map](./map) to see where the repeaters are located.

We provide [files to program your radios](./files) with Chirp and other software.

Expand Down
2 changes: 2 additions & 0 deletions map.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,7 @@ L.marker([48.1442985500, -123.6750030500]).bindPopup('RR# 82 - W7FEL (146.760)<b
L.marker([47.7565994300, -122.2809982300]).bindPopup('RR# 83 - WA7FUS (224.220)<br>').addTo(map);
L.marker([47.2528991700, -122.4440002400]).bindPopup('RR# 86 - W7DK (147.280)<br>RR# 87 - W7DK (440.625)<br>').addTo(map);
L.marker([47.2794449000, -122.5123217000]).bindPopup('RR# 89 - W7TED (442.450)<br>').addTo(map);
L.marker([46.4879350000, -123.2161347000]).bindPopup('RR# 90 - K7CH (52.930)<br>').addTo(map);
L.marker([47.3125800000, -123.3725683000]).bindPopup('RR# 91 - K7CH (53.030)<br>').addTo(map);

</script>
5 changes: 5 additions & 0 deletions repeaters.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ Get started by [programming your radio](/files), and check out the repeaters' lo
| 87 | RCTacoma | W7DK | Tacoma | FM | 440.625 | +5.0 | 103.5 |
| 88 | RCTacoma | W7DK | Crawford Mtn. | FM | 147.380 | +0.6 | 103.5 |
| 89 | TED | W7TED | Tacoma | FM | 442.450 | +5.0 | 103.5 |
| 90 | K7CH | K7CH | Baw Faw Peak | FM | 52.930 | -1.7 | 100.0 |
| 91 | K7CH | K7CH | South Mtn. | FM | 53.030 | -1.7 | 100.0 |

---

Expand Down Expand Up @@ -144,6 +146,9 @@ JCARC
K6MBY
: [Bob K6MBY's repeater system](https://www.qrz.com/db/k6mby)

K7CH
: [Carl K7CH's repeater system](https://www.qrz.com/db/k7ch)

K7DK
: [Mark K7DK's repeater system](https://www.qrz.com/db/K7DK)

Expand Down
2 changes: 1 addition & 1 deletion rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subtitle: How to play in the Repeater Roundabout.

# Repeaters

Only these [89 participating repeaters from 42 radio groups](/repeaters) are eligible for scoring points in the Repeater Roundabout. Please stick to these repeaters; we don't want to annoy anyone who did not want to bring the contest to their repeater.
Only these [91 participating repeaters from 43 radio groups](/repeaters) are eligible for scoring points in the Repeater Roundabout. Please stick to these repeaters; we don't want to annoy anyone who did not want to bring the contest to their repeater.

Please ensure that there is no ongoing activity on a repeater (such as a net) before you call for contacts. We cannot interfere with normal operation.

Expand Down

0 comments on commit 7166de4

Please sign in to comment.