<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://kc1zty.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://kc1zty.github.io/" rel="alternate" type="text/html" /><updated>2026-07-31T20:00:34+00:00</updated><id>https://kc1zty.github.io/feed.xml</id><title type="html">KC1ZTY Ham Radio Notes</title><subtitle>Ham radio builds, antenna experiments, measurements, and operating notes.</subtitle><entry><title type="html">Building my first (working) dipole antenna</title><link href="https://kc1zty.github.io/station-log/2026/07/22/Building-my-first-working-dipole-antenna.html" rel="alternate" type="text/html" title="Building my first (working) dipole antenna" /><published>2026-07-22T00:00:00+00:00</published><updated>2026-07-22T00:00:00+00:00</updated><id>https://kc1zty.github.io/station-log/2026/07/22/Building-my-first-working-dipole-antenna</id><content type="html" xml:base="https://kc1zty.github.io/station-log/2026/07/22/Building-my-first-working-dipole-antenna.html"><![CDATA[<p>I’m super pumped about building my own antennas. There’s something magical about turning a carefully measured and cut length of wire, into hardware that can reach someone miles away. It feels so good, man. And this craft is niche, even for engineers, and I’m excited to build the skills needed to earn my place amongst its dark wizards.</p>

<p>The very first thing I ever tried was a dual-band <a href="https://en.wikipedia.org/wiki/Yagi%E2%80%93Uda_antenna">Yagi</a> antenna to work the repeater on the space station, but man that was <em>not</em> the right starter project. I will post about it when I make it work.</p>

<p>Antenna building requires many little details to be done <em>just right</em>: materials, sizes, lengths, connectors, you name it. Every choice will determine whether you end up with an antenna that will work <em>at all</em>, or merely an interesting-looking piece of metal, let alone one that works <em>well</em>.</p>

<p>So, after the confusing failure with the Yagi, I put it on the back burner and looked for something more attainable. I settled on a center-fed <a href="https://en.wikipedia.org/wiki/Dipole_antenna">dipole antenna</a> for the 2m band. It is simple, compact, and forgiving enough, but still challenging enough to teach me something.</p>

<h2 id="scaling-back">Scaling back</h2>
<p>As always, I went a little bit too far too fast. I bought some aluminum rods from the Home Depot and fired up the computer to CAD an articulated hub for a stowable antenna. After a bit of thinking I decided to pull back the scope and start with an even simpler version: a dipole made with two lengths of electrical wire.</p>

<h2 id="antenna-design">Antenna design</h2>
<p>I’m building a center-fed, half-wave dipole for the 2m band. It is designed to be mounted vertically for vertical polarization. This configuration should give me good performance for the local 2m repeaters and simplex.</p>

<p>To calculate the length of the wire segments I went with the basic formula 
\(\lambda = \frac{c}{f}\)</p>

<p>I want the antenna centered on 146.52 MHz (simplex calling frequency for 2m), and assuming $c \approx 300\ \text{Mm/s}$ this gives a length of:</p>

\[\lambda = \frac{300}{146.52} \approx 2.05\ \text{m}\]

<p>Since this is a half-wave, the total antenna length is $\frac{\lambda}{2}$ and each half of the dipole’s length is approximately $\frac{2.05}{4}\ \text{m} \approx 0.51 \ \text{m}$</p>

<p>So I started with that amount of wire on each side and expected to trim down once tuning with the nanoVNA.</p>

<p>I grabbed a couple of lengths of 12 AWG wire I had lying around in the shop. It’s quite beefy for an antenna like this, but it should help with bandwidth.</p>

<h2 id="making-the-antenna">Making the antenna</h2>
<p>I designed and printed a central “hub” to hold a panel mounted BNC connector and to provide some structure, fastening and stress relief for the wires.</p>

<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;">
    <img src="/assets/pics/dipole_project/wire-dipole-core.jpg" alt="3D printed Dipole hub" style="flex: 1 1 300px; min-width: 0px; height: auto;" />
    <img src="/assets/pics/dipole_project/wire-dipole-stressrelief.jpg" alt="Zip-tied wires" style="flex: 1 1 300px; min-width: 0px; height: auto;" />
</div>

<p>I soldered the wire halves directly onto the BNC connector. The heavy wire made the center connection tricky, so next time I’ll use something thinner and more flexible. I protected the solder joints with heat shrink, secured the wire halves to the hub with zip ties, and gave everything a firm tug test. Nothing moved, good to go.</p>

<p>This antenna needs to be installed in a vertical orientation, and since the wire is not structural and the antenna will rather need to be hung, I also printed two little clamps to perform as hooks and allow me to hang the antenna.</p>

<div style="text-align: center;">
    <img src="/assets/pics/dipole_project/wire-dipole-end-clamp.jpg" alt="Little clamps for hanging the antenna" style="width: 100%; max-width: 300px; height: auto;" />
</div>

<p>I added a channel for the wire so when the clamp is screwed together the wire is bitten by the clamps and they don’t detach. The clamps are made of PLA and the tiny M2 screws are not electrically connected to the wire, so there should be no significant effect on the antenna performance.</p>

<h2 id="time-to-test">Time to test!</h2>

<h3 id="the-nanovna">The nanoVNA</h3>
<p>I have a relatively cheap nanoVNA I got from <a href="https://www.amazon.com/dp/B085CFHTBM">Amazon</a>. I didn’t want to spend the big bucks just yet, so we’re yet to see if I need to regret any life decisions.</p>

<p>This was my first time actually using the nanoVNA for tuning rather than just to click around on the screen. Once I understood the workflow, I realized how useful a device this is.</p>

<p>The UI is convoluted though, and mine came without a manual. I relied heavily on ChatGPT while learning how to use this thing. Now I can measure how well the antenna performs and determine whether it’s safe to connect to my radio or not.</p>

<p>I think I’ll write a post on how to use it. Or maybe make a video or something. Anyway, time to test!</p>

<p>I hung the antenna near the center of my living room using painter’s tape and string, with the BNC connector at a convenient height. Because the antenna is so light, I didn’t need any fancy mounting solution. The pic below shows how my setup looked.</p>

<figure style="text-align: center;">
    <div style="text-align: center;">
        <img src="/assets/pics/dipole_project/wire-antenna-test.png" alt="Testing the antenna with the nanoVNA" style="width: 100%; max-width: 300px; height: auto;" />
    </div>
    <figcaption> Ignore the mess, ha!</figcaption>
</figure>

<p>After calibrating the VNA with a 3’ coax jumper, I hooked it to the antenna and did a first sweep between 140 and 150 MHz, and saw a pretty bad SWR of roughly 6:1. I shortened the halves by folding the wire ends back on themselves. Folding the ends back reduces their contribution to the antenna’s effective electrical length, making quick iterations really convenient.</p>

<figure style="text-align: center;">
    <div style="text-align: center;">
        <img src="/assets/pics/dipole_project/wire-dipole-bad-swr.jpg" alt="Pretty bad SWR reading in the nanoVNA" style="width: 100%; max-width: 300px; height: auto;" />
    </div>
    <figcaption>Pretty bad SWR of flat ~6:1</figcaption>
</figure>

<p>After a couple of tries, including widening the sweep from 110 to 150 MHz so I could see more of the antenna’s response, I finally ended up with a pretty decent dip at the right frequency!</p>

<figure style="text-align: center;">
<div style="text-align: center;">
    <img src="/assets/pics/dipole_project/wire-dipole-vna.jpg" alt="SWR dip in the nanoVNA at 146MHz" style="width: 100%; max-width: 300px; height: auto;" />
</div>
<figcaption>Nice dip at ~146MHz!</figcaption>
</figure>

<p>I had to step back each time I wanted the VNA’s reading to stabilize. That suggested the antenna was not fully balanced and the coax was interacting with it.</p>

<p>I tried coiling a choke with the coax, but I only have 3 feet to work with. The small coil made the reading a bit more stable, but also detuned the antenna <em>a lot</em>. I should get a set of Mix 43 ferrite beads.</p>

<p>Once I saw I had low SWR across the 2m band, I hooked up my HT (an AnyTone AT-D878UVII Plus), and tuned to the local <a href="https://www.repeaterbook.com/repeaters/details.php?state_id=25&amp;ID=11451">W1BOS repeater</a> and heard some activity, but I wasn’t able to open the repeater (no tail, no CW ID back).</p>

<p>I was a bit disappointed, but then decided to test it outside and it was a great success!</p>

<p>I called CQ on 2m simplex and made contact with a local ham <a href="https://www.qrz.com/db/N1OSG">N1OSG (Andy)</a>. He gave me a 59 report, and I received him with equal strength and clarity. I had worked his station before using the SignalStuff stick, but it had been noisy. I was really happy with the quality of that first contact!</p>

<p>Andy then helped me test the local repeaters and reported that my signal came through well. We worked the 2m repeaters but skipped the 70cm ones because the nanoVNA showed an out-of-range SWR around 430 MHz.</p>

<p>So, I built a pretty decent 2m dipole, not a dual-band dipole. Still, pretty good!</p>

<h2 id="lessons-learned">Lessons learned?</h2>
<p><strong>Yes:</strong></p>
<ul>
  <li>The nanoVNA is super useful. Learn how to use it well and efficiently</li>
  <li>The leads between the BNC and the radiating elements can actually form part of the antenna, so either measure them and add them to the element’s length, or make them as short as possible (less critical for the lower bands)</li>
  <li>The antenna is not fully balanced, so there’s some current flowing on the coax. Get some ferrites!</li>
</ul>

<h2 id="future-projects">Future projects?</h2>
<p><strong>YES!</strong>
I’m going to basically build the same antenna as I had originally imagined it, using rods instead of wires and adding pivot points to the hub so it is nicely portable.</p>

<p>73, KC1ZTY out.</p>]]></content><author><name></name></author><category term="station-log" /><category term="ham-radio" /><category term="projects" /><category term="antennas" /><summary type="html"><![CDATA[I’m super pumped about building my own antennas. There’s something magical about turning a carefully measured and cut length of wire, into hardware that can reach someone miles away. It feels so good, man. And this craft is niche, even for engineers, and I’m excited to build the skills needed to earn my place amongst its dark wizards.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://kc1zty.github.io/assets/pics/dipole_project/wire-antenna-test.png" /><media:content medium="image" url="https://kc1zty.github.io/assets/pics/dipole_project/wire-antenna-test.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Testing a cheap mobile antenna</title><link href="https://kc1zty.github.io/station-log/2026/07/20/Testing-a-cheap-mobile-antenna.html" rel="alternate" type="text/html" title="Testing a cheap mobile antenna" /><published>2026-07-20T00:00:00+00:00</published><updated>2026-07-20T00:00:00+00:00</updated><id>https://kc1zty.github.io/station-log/2026/07/20/Testing-a-cheap-mobile-antenna</id><content type="html" xml:base="https://kc1zty.github.io/station-log/2026/07/20/Testing-a-cheap-mobile-antenna.html"><![CDATA[<p>It took a while, but my <a href="https://a.co/d/0gd4XHSu">Bingfu dual-band mobile antenna</a> finally arrived. It’s cheap, but the reviews were encouraging. Since I’ve been struggling to get good reception with the rubber duck on my handheld, I wanted to see how much difference an external antenna would make.</p>

<h2 id="setting-it-up">Setting it up</h2>

<p>The antenna came with two sets of radials, three short and three long, and absolutely no instructions. So guessing on their length, I assumed the longer radials were intended for the 2m configuration, so those are the ones I installed.</p>

<p>It also came with about 10–12 feet of coax that felt excessive, and might be awkward to route through the car. But for this first test I set it up outside on my balcony, and it worked out perfectly! I could put the antenna outside while sitting comfortably indoors with the radio.</p>

<figure style="text-align: center;">
	<img src="/assets/pics/Bingfu_mobile_antenna_test.jpg" alt="Bingfu dual-band mobile antenna set up outdoors" style="width: 100%; height: auto;" />
	<figcaption>The antenna set up outside for its first test.</figcaption>
</figure>

<h2 id="first-impressions">First impressions</h2>

<p>So far, I’m getting good reception from W1BOS and K1BOS, which I expected. The real surprise was hearing a nice, clean signal from <a href="https://www.qrz.com/db/KC1US">KC1US</a> all the way from Reading. I had never heard that repeater with the rubber duck!</p>

<p>I’ll figure out how to mount everything in the car before my next mobile test. For now, though, so far so good!</p>

<p>73, KC1ZTY out.</p>]]></content><author><name></name></author><category term="station-log" /><category term="ham-radio" /><category term="projects" /><category term="antennas" /><summary type="html"><![CDATA[It took a while, but my Bingfu dual-band mobile antenna finally arrived. It’s cheap, but the reviews were encouraging. Since I’ve been struggling to get good reception with the rubber duck on my handheld, I wanted to see how much difference an external antenna would make.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://kc1zty.github.io/assets/pics/Bingfu_mobile_antenna_test.jpg" /><media:content medium="image" url="https://kc1zty.github.io/assets/pics/Bingfu_mobile_antenna_test.jpg" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">KC1ZTY Starting Notes</title><link href="https://kc1zty.github.io/station-log/2026/07/19/kc1zty-starting-notes.html" rel="alternate" type="text/html" title="KC1ZTY Starting Notes" /><published>2026-07-19T00:00:00+00:00</published><updated>2026-07-19T00:00:00+00:00</updated><id>https://kc1zty.github.io/station-log/2026/07/19/kc1zty-starting-notes</id><content type="html" xml:base="https://kc1zty.github.io/station-log/2026/07/19/kc1zty-starting-notes.html"><![CDATA[<p>I recently earned my amateur-radio license and have been learning through a mixture of operating, antenna building, testing, and experimentation.</p>

<p>This site will be my record of that work.</p>

<h2 id="current-equipment">Current equipment</h2>

<ul>
  <li>AnyTone AT-D878UVII Plus</li>
  <li>Baofeng BF-F8HP</li>
  <li>NanoVNA</li>
  <li>Signal Stuff antenna</li>
  <li>Half-built, homemade yagi antenna</li>
  <li>(Bingfu dual band antenna with mag mount)[https://a.co/d/03S0yPUY]</li>
</ul>

<h2 id="current-projects">Current projects</h2>

<p>I’m currently working on antennas for the 2-meter and 70-centimeter bands, including a ground-plane antenna and a Yagi that is intended to hopefully one day working the ISS!</p>

<p>I’ll use this site to document the designs, mistakes, measurements, and results.</p>]]></content><author><name></name></author><category term="station-log" /><category term="ham-radio" /><category term="projects" /><summary type="html"><![CDATA[I recently earned my amateur-radio license and have been learning through a mixture of operating, antenna building, testing, and experimentation.]]></summary></entry></feed>