1

radio section

This commit is contained in:
Evan Pratten 2023-03-17 11:53:09 -04:00
parent 763a33b74b
commit c0fbcdd5f0
4 changed files with 49 additions and 1 deletions

26
content/radio/_index.md Normal file
View 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)

View 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
![VA3UJF Connection Map](http://stats.allstarlink.org/stats/542070/networkMap)

View File

@ -28,6 +28,8 @@
·
<a href="/projects">Projects</a>
&centerdot;
<a href="/radio">Radio</a>
&centerdot;
<a href="/contact">Contact</a>
</span>
<hr style="margin-bottom:0;">

View File

@ -43,8 +43,11 @@
{% endblock page_start %}
{% block content %}
<h1 style="margin-bottom:0;padding-bottom:0;">{{page.title}}</h1>
{% if page.description %}
<em>{{page.description}}</em>
<br><br>
<br>
{% endif %}
<br>
{{ page.content | safe }}
{% endblock content %}