|
Citizens Band
(95.901)
|
FRS
(95.501)
|
MURS
(95.2701)
|
GMRS
(95.1701)
|
Amateur Technician Class
(Part 97)
|
---|---|---|---|---|---|
Frequency Range |
Low VHF
27MHz
|
UHF
460MHz
|
VHF
150MHz
|
UHF
460MHz
|
Low VHF and up
29MHz+
|
Channels | 40 | 22 | 5 |
30
Note: shared with FRS except for repeater channels
|
Unlimited (Subject to local band plan agreements) |
License Required
|
No. License by FCC rule
|
No. License by FCC rule. Secondary user, so subject to interference from primary licensees. | No. License by FCC rule. Secondary user, so subject to interference from primary licensees. | Yes. $35 license for 10 year term. No test required. License covers licensee + 'family' (95.1705) | Yes. $35 non-refundable fee and 35 question test for 10 year term. License covers individual only. |
Maximum Power /
Expected Range
|
4 watts (AM)
12 watts (SSB)
Realistic range in rural environment 10-20 mi?
|
2 watts. Range arbitrarily limited by fixed antenna requirement. Realistic range in rural environment 3-5 mi? | 2 watts. Range may be extended by improved external antenna, but no repeaters permitted. Realistic range in rural environment 5-7 mi? | 50 watts. Range may be extended by external antenna and repeaters. Simplex range in rural environment 15-25 mi? |
1500 watts. Sub bands may have lower limits. 50+mi range simplex in ideal conditions. Repeaters and linking can arbitrarily extend range.
|
Data | No (95.971) | Yes (95.531(a)) | Yes (95.2731 (a) and (b)) | Yes (95.1731 (d)) | All analog and digital emission types permitted* |
Type Accepted Equipment Availability
|
Inexpensive vehicle mount systems commonly available. Handheld units uncommon with relatively poor performance due to antenna size. | Inexpensive handheld units commonly available. Units capable of data transfer uncommon. | Inexpensive handheld units commonly available. Units capable of data transfer uncommon. | Inexpensive handheld units commonly available. Vehicle mount systems available. Repeater systems commercially available. | FCC type acceptance not required. |
KL1V
Another Alaskan Ham
09 September 2025
Cross Reference of Radio Services Avalable to the Individual
04 August 2025
HF APRS
28 July 2025
Unexpected Fossil
09 May 2025
🦐 IT'S AS SHRIMPLE AS THAT 🦐
10 January 2025
Ham projects for 2025
2025 has dawned with a fresh list of aspirations for myself. While some goals, such as a new job, are outside the scope of this blog, there are multiple items that deserve to be listed here, mostly to hold my feet to the fire.
Site Summit BBS:
I've managed to convince holdouts on the KL7AA board to let me move forward with an upgrade/replacement of the packet node on Site Summit. The plan is to install a full featured linBPQ based packet node with BBS, forwarding, and Winlink capabilities in its place. There will be a 1200bd port on 145.010MHz and a 9600bd port on 440.050MHz. Ideally, this will also be links to the Wasilla node too, although I haven't yet approached the MatSu club on this matter.
Robust Packet HF APRS igate:
The radio running the Robust Packet HF igate on 10.1473MHz USB has apparently seem to have gone deaf, although I have not dedicated time to in-depth troubleshooting of the system. For the time being, the igate has been pulled offline, pending future troubleshooting efforts. The future of this system is, at this time, unknown.
Home shack master plan:
Utilizing my current Hermes Lite 2 and shack pc running Linux Mint, plus hopefully a Hardrock50 amp if I manage to save up the money, my purely personal goal is to have a fully remote HF operating position. I also plan to bring my VHF igate back online. I also have a SEA-222 marine HF transceiver, which, if it is stable enough, I plan to press into service as an HF packet node on 14.105MHz LSB (technically 14.102MHz USB, since packet doesn't care, but who's counting). If all this jank actually ends up working, I may crosslink the HF packet and VHF APRS port, but that's much further down the line.
There's a lot up there, when you start dissecting each piece, and that's before you factor in other obligations, but I think I can pull it off.
~moose
Junkbin GPS Stratum 1 NTP Clock Source (A Work in Progress)
I don't know where most of these parts came from, but when I opened my electronics junk drawer the other day I found an Orange Pi Zero+ and a serial GPS of dubious quality that also featured a PPS out. With these two parts in hand and a suitable project box, my weekend free time is suddenly consumed with a pending project: build a stratum 1 NTP server using only parts on hand.
OK, but what even is that word salad of a title?
Network Time Protocol (NTP) is a method of synchronizing clocks over the internet. Wikipedia has much better information than I could ever hope to provide here, but the gist is NTP servers are organized hierarchically based on their distance from known stable clock sources. This distance is referred to as the 'stratum' of the server. Stratum 0 is a master clock itself, such as a GPS, atomic clock, WWV signal, or other authoritative time source. Stratum 1 is any NTP server directly attached to a stratum 0 clock. Since my junk drawer project welds a microcomputer and GPS receiver together, it will (eventually) qualify as stratum 1 (with caveats).
Pulse Per Second (PPS) is a signal put out by time sources to define the precise beginning of a second. A GPS connected via serial port can vaguely define the time in its NMEA sentences, but PPS provides a stable 'tick-tock' to the time sentences.