radio section
This commit is contained in:
parent
763a33b74b
commit
c0fbcdd5f0
26
content/radio/_index.md
Normal file
26
content/radio/_index.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
title: Amateur Radio
|
||||||
|
---
|
||||||
|
|
||||||
|
# Amateur Radio
|
||||||
|
|
||||||
|
I have been an amateur radio operator since 2020, and an electronics enthusiast since long before then.
|
||||||
|
|
||||||
|
## VA3ZZA
|
||||||
|
|
||||||
|
**VA3ZZA** is my primary callsign. If you hear me calling CQ, come say hi!
|
||||||
|
|
||||||
|
I generally operate:
|
||||||
|
|
||||||
|
- 7.030 MHz CW
|
||||||
|
- 2M & 4M FM
|
||||||
|
- APRS
|
||||||
|
|
||||||
|
## VA3UJF
|
||||||
|
|
||||||
|
**VA3UJF** is my secondary callsign. I use it to separate some of my projects from my primary callsign.
|
||||||
|
|
||||||
|
Currently, you may find VA3UJF:
|
||||||
|
|
||||||
|
- [Injecting Canadian passenger train telemetry into the APRS network](https://github.com/ewpratten/aprs-trains/)
|
||||||
|
- [Acting as a repeater linking hub](/radio/va3ujf-hub)
|
17
content/radio/va3ujf-hub.md
Normal file
17
content/radio/va3ujf-hub.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: VA3UJF Radio Linking System
|
||||||
|
---
|
||||||
|
|
||||||
|
VA3UJF operates as a hub for facilitating interconnections between various RF links and amateur VOIP services.
|
||||||
|
|
||||||
|
If you would like to dial in to the system, the following methods are available:
|
||||||
|
|
||||||
|
| Service | Node ID |
|
||||||
|
|-------------|-----------------------------------------------------|
|
||||||
|
| AllStarLink | [542070](http://stats.allstarlink.org/stats/542070) |
|
||||||
|
| EchoLink | 129231 |
|
||||||
|
|
||||||
|
|
||||||
|
## Current link status
|
||||||
|
|
||||||
|

|
@ -28,6 +28,8 @@
|
|||||||
·
|
·
|
||||||
<a href="/projects">Projects</a>
|
<a href="/projects">Projects</a>
|
||||||
·
|
·
|
||||||
|
<a href="/radio">Radio</a>
|
||||||
|
·
|
||||||
<a href="/contact">Contact</a>
|
<a href="/contact">Contact</a>
|
||||||
</span>
|
</span>
|
||||||
<hr style="margin-bottom:0;">
|
<hr style="margin-bottom:0;">
|
||||||
|
@ -43,8 +43,11 @@
|
|||||||
{% endblock page_start %}
|
{% endblock page_start %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 style="margin-bottom:0;padding-bottom:0;">{{page.title}}</h1>
|
<h1 style="margin-bottom:0;padding-bottom:0;">{{page.title}}</h1>
|
||||||
|
{% if page.description %}
|
||||||
<em>{{page.description}}</em>
|
<em>{{page.description}}</em>
|
||||||
<br><br>
|
<br>
|
||||||
|
{% endif %}
|
||||||
|
<br>
|
||||||
|
|
||||||
{{ page.content | safe }}
|
{{ page.content | safe }}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
Loading…
x
Reference in New Issue
Block a user