<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>amateurradio &amp;mdash; Neil&#39;s Blog</title>
    <link>https://wf.kawa-kun.com/tag:amateurradio</link>
    <description>Amateur radio and electronics</description>
    <pubDate>Thu, 10 Sep 2026 01:46:25 -0700</pubDate>
    <item>
      <title>First success with syncing radio and magloop variable capacitor</title>
      <link>https://wf.kawa-kun.com/first-success-with-syncing-radio-and-magloop-variable-capacitor</link>
      <description>&lt;![CDATA[Part of my goal with the whole magloop project has been the ability to synchronize the variable capacitor with my radio so I can get good SWR without having to manually tune the latter.  While I&#39;d been focusing on an SWR+phase shift measurement bridge to power this, I had the idea earlier this week to use my NanoVNA over its USB serial interface to get the phase shift measurements in the short term.  It wasn&#39;t easy, but it works in tcontrol.py!&#xA;&#xA;Output of the tune -S command&#xA;&#xA;The algorithm is not super time-efficient, but it does get the reactive impedance under 300mΩ, which is better than I can do by hand most of the time!&#xA;&#xA;#AmateurRadio #HamRadio #electronics #maker #Python #Curses]]&gt;</description>
      <content:encoded><![CDATA[<p>Part of my goal with the whole magloop project has been the ability to synchronize the variable capacitor with my radio so I can get good SWR without having to manually tune the latter.  While I&#39;d been focusing on an SWR+phase shift measurement bridge to power this, I had the idea earlier this week to use my NanoVNA over its USB serial interface to get the phase shift measurements in the short term.  It wasn&#39;t easy, but it works in <a href="https://gitgud.io/takeshitakenji/pico-motor-ctrl/-/tree/b84af6e9c7ac81b4d571572e2a60844d536950a1/"><code>tcontrol.py</code></a>!</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/39/70/066840e96f14ca2ebf496ba2ffd0.png" alt="Output of the tune -S command"></p>

<p>The algorithm is not super time-efficient, but it does get the reactive impedance under 300mΩ, which is better than I can do by hand most of the time!</p>

<p><a href="https://wf.kawa-kun.com/tag:AmateurRadio" class="hashtag"><span>#</span><span class="p-category">AmateurRadio</span></a> <a href="https://wf.kawa-kun.com/tag:HamRadio" class="hashtag"><span>#</span><span class="p-category">HamRadio</span></a> <a href="https://wf.kawa-kun.com/tag:electronics" class="hashtag"><span>#</span><span class="p-category">electronics</span></a> <a href="https://wf.kawa-kun.com/tag:maker" class="hashtag"><span>#</span><span class="p-category">maker</span></a> <a href="https://wf.kawa-kun.com/tag:Python" class="hashtag"><span>#</span><span class="p-category">Python</span></a> <a href="https://wf.kawa-kun.com/tag:Curses" class="hashtag"><span>#</span><span class="p-category">Curses</span></a></p>
]]></content:encoded>
      <guid>https://wf.kawa-kun.com/first-success-with-syncing-radio-and-magloop-variable-capacitor</guid>
      <pubDate>Wed, 26 Aug 2026 14:05:52 -0700</pubDate>
    </item>
    <item>
      <title>Boolean logic and 7400-series ICs</title>
      <link>https://wf.kawa-kun.com/boolean-logic-and-7400-series-ics</link>
      <description>&lt;![CDATA[In order to drive the relay modules, a set of control signals is needed.  Since I only have 18/5 cabling at most, that means that I&#39;ll only have 3+VCC+ground to work with, but there are five relay modules plus a reset line.  Boolean logic to the rescue!&#xA;&#xA;My thinking was using binary number values from 0-4 to select which relay to enable, while I&#39;d have a 7 (0b111) indicate a reset signal.  After creating the truth table on paper, I converted it into AND and NOR gates and simulated it in Qucs-S.&#xA;&#xA;Boolean logic gates and truth table from Qucs-S&#xA;&#xA;Then I made footprints for the 74HC00A-series ICs that contain the gates I&#39;d be using, and lastly created a schematic showing the routing for all of the lines I&#39;d need in KiCad.&#xA;&#xA;NOR, AND, and AND ICs in Kicad with all of their signal and power lines connected&#xA;&#xA;With that, I had what I needed to actually create the board on perf board.  I also made a test fixture using buttons and LEDs to verify that it was correct.&#xA;&#xA;video controls src=&#34;https://img.wf.kawa-kun.com/uploads/original/95/52/6ad79d39554ba83c31d381a8679b.mp4&#34; /&#xA;&#xA;The only bug I ran into was where the Relay4 line was high whenever I held all buttons down, which should only trigger Reset.  Turns out I only forgot to connect a couple of traces.  With that fixed, it worked 100%!&#xA;&#xA;#AmateurRadio #HamRadio #electronics #maker #boolean #logic ]]&gt;</description>
      <content:encoded><![CDATA[<p>In order to drive <a href="https://wf.kawa-kun.com/crash-course-in-transistors-and-electronics">the relay modules</a>, a set of control signals is needed.  Since I only have 18/5 cabling at most, that means that I&#39;ll only have 3+VCC+ground to work with, but there are five relay modules plus a reset line.  Boolean logic to the rescue!</p>

<p>My thinking was using binary number values from 0-4 to select which relay to enable, while I&#39;d have a 7 (0b111) indicate a reset signal.  After creating the truth table on paper, I converted it into AND and NOR gates and simulated it in <a href="https://ra3xdh.github.io/">Qucs-S</a>.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/d9/74/23c6530731b59f3253b9a152d7b7.png" alt="Boolean logic gates and truth table from Qucs-S"></p>

<p>Then I made footprints for the <a href="https://toshiba.semicon-storage.com/us/semiconductor/product/general-purpose-logic-ics/detail.TC74HC00AP.html">74HC00A-series ICs</a> that contain the gates I&#39;d be using, and lastly created a schematic showing the routing for all of the lines I&#39;d need in KiCad.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/67/d8/f54499126f907f2ecdd318b9139b.png" alt="NOR, AND, and AND ICs in Kicad with all of their signal and power lines connected"></p>

<p>With that, I had what I needed to actually create the board on perf board.  I also made a test fixture using buttons and LEDs to verify that it was correct.</p>

<p><video controls="" src="https://img.wf.kawa-kun.com/uploads/original/95/52/6ad79d39554ba83c31d381a8679b.mp4"/></p>

<p>The only bug I ran into was where the Relay4 line was high whenever I held all buttons down, which should only trigger Reset.  Turns out I only forgot to connect a couple of traces.  With that fixed, it worked 100%!</p>

<p><a href="https://wf.kawa-kun.com/tag:AmateurRadio" class="hashtag"><span>#</span><span class="p-category">AmateurRadio</span></a> <a href="https://wf.kawa-kun.com/tag:HamRadio" class="hashtag"><span>#</span><span class="p-category">HamRadio</span></a> <a href="https://wf.kawa-kun.com/tag:electronics" class="hashtag"><span>#</span><span class="p-category">electronics</span></a> <a href="https://wf.kawa-kun.com/tag:maker" class="hashtag"><span>#</span><span class="p-category">maker</span></a> <a href="https://wf.kawa-kun.com/tag:boolean" class="hashtag"><span>#</span><span class="p-category">boolean</span></a> <a href="https://wf.kawa-kun.com/tag:logic" class="hashtag"><span>#</span><span class="p-category">logic</span></a></p>
]]></content:encoded>
      <guid>https://wf.kawa-kun.com/boolean-logic-and-7400-series-ics</guid>
      <pubDate>Wed, 19 Aug 2026 13:54:47 -0700</pubDate>
    </item>
    <item>
      <title>Crash Course in Transistors and Electronics</title>
      <link>https://wf.kawa-kun.com/crash-course-in-transistors-and-electronics</link>
      <description>&lt;![CDATA[Man, it&#39;s been far too long since I last posted.  I&#39;ve been working hard on automating my 12-20m magloop antenna and already have the variable capacitor remote control and position sensor working.  Next up: remote control for the transformer feed so I can have it automatically configure itself based on a requested frequency!&#xA;&#xA;I spent a few days earlier this week struggling with transistors, but it ended up being worthwhile since I learned a lot.  For example, an n-type MOSFET will only allow voltages that are up to the gate voltage across, which means that it really needs to be on the ground side of whatever component is being controlled.  You can see the behavior here (with BJTs for comparison):&#xA;&#xA;QUCS-S simulations of N-type MOSFETs and NPN BJTs&#xA;&#xA;The bottom right circuit in the above diagram matches how I eventually successfully used the 2N7000 MOSFETs to control the RF relay in the video here:&#xA;&#xA;video controls src=&#34;https://img.wf.kawa-kun.com/uploads/original/5b/07/c634ca6f2da5aa7ff6747a53b9c8.mp4&#34; /&#xA;&#xA;This project also had me working on my first PCB design in KiCAD, since there was no way I was going to do all that fiddly soldering of these SMD relays to through-hole perf board multiple times!&#xA;&#xA;Relay module on an eight-pin expansion board&#xA;&#xA;Now to wait for PCBway to get back to me…&#xA;&#xA;#AmateurRadio #HamRadio #electronics #kicad #PCB #circuit #maker ]]&gt;</description>
      <content:encoded><![CDATA[<p>Man, it&#39;s been far too long since I last posted.  I&#39;ve been working hard on automating my 12-20m magloop antenna and already have the variable capacitor remote control and position sensor working.  Next up: remote control for the transformer feed so I can have it automatically configure itself based on a requested frequency!</p>

<p>I spent a few days earlier this week struggling with transistors, but it ended up being worthwhile since I learned a lot.  For example, an n-type MOSFET will only allow voltages that are up to the gate voltage across, which means that it really needs to be on the ground side of whatever component is being controlled.  You can see the behavior here (with BJTs for comparison):</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/medium/4c/83/0acb2d11b8f08254640913e174b5.png" alt="QUCS-S simulations of N-type MOSFETs and NPN BJTs"></p>

<p>The bottom right circuit in the above diagram matches how I eventually successfully used the 2N7000 MOSFETs to control the RF relay in the video here:</p>

<p><video controls="" src="https://img.wf.kawa-kun.com/uploads/original/5b/07/c634ca6f2da5aa7ff6747a53b9c8.mp4"/></p>

<p>This project also had me working on my first PCB design in <a href="https://www.kicad.org/">KiCAD</a>, since there was no way I was going to do all that fiddly soldering of these SMD relays to through-hole perf board multiple times!</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/medium/52/45/f7349f4c9b7ce855706ad53c41d1.png" alt="Relay module on an eight-pin expansion board"></p>

<p>Now to wait for PCBway to get back to me…</p>

<p><a href="https://wf.kawa-kun.com/tag:AmateurRadio" class="hashtag"><span>#</span><span class="p-category">AmateurRadio</span></a> <a href="https://wf.kawa-kun.com/tag:HamRadio" class="hashtag"><span>#</span><span class="p-category">HamRadio</span></a> <a href="https://wf.kawa-kun.com/tag:electronics" class="hashtag"><span>#</span><span class="p-category">electronics</span></a> <a href="https://wf.kawa-kun.com/tag:kicad" class="hashtag"><span>#</span><span class="p-category">kicad</span></a> <a href="https://wf.kawa-kun.com/tag:PCB" class="hashtag"><span>#</span><span class="p-category">PCB</span></a> <a href="https://wf.kawa-kun.com/tag:circuit" class="hashtag"><span>#</span><span class="p-category">circuit</span></a> <a href="https://wf.kawa-kun.com/tag:maker" class="hashtag"><span>#</span><span class="p-category">maker</span></a></p>
]]></content:encoded>
      <guid>https://wf.kawa-kun.com/crash-course-in-transistors-and-electronics</guid>
      <pubDate>Thu, 13 Aug 2026 17:04:27 -0700</pubDate>
    </item>
    <item>
      <title>J-pole Flowers</title>
      <link>https://wf.kawa-kun.com/j-pole-flowers</link>
      <description>&lt;![CDATA[The latter half of December 2025 had me playing around with the 2-meter J-pole some more, starting with replacing the crushed copper tubing feed clamps with more durable ones made from brass strip.&#xA;&#xA;Brass strip feed clamps on the 2-meter J-pole&#xA;&#xA;But for some reason, the resonant frequency was much too high no matter how I adjusted the clamps, so I started playing around with capacitive hats.&#xA;&#xA;J-pole with two brass tubes taped to the top&#xA;&#xA;NanoVNA: SWR of 1.436 @ 149.4 MHz, 54.44+j18.45Ω&#xA;&#xA;My experimentation eventually led me to making hats that look kind of like flower petals, as that&#39;s what I saw when looking around online at the time.&#xA;&#xA;Capacitive hat made of two large &#34;petals&#34; made of copper coated steel wire on the 2-meter J-Pole&#xA;&#xA;NanoVNA: SWR of 1.36 @ 146.8 MHz, 38.48+j7.1Ω&#xA;&#xA;Capacitive hat made of four large wire &#34;petals&#34; on the 2-meter J-Pole&#xA;&#xA;NanoVNA: SWR of 1.319 @ 146 MHz, 37.92-j66.6mΩ&#xA;&#xA;Capacitve hat made of four even larger wire &#34;petals&#34; on the 2-meter J-pole&#xA;&#xA;NanoVNA: SWR of 1.27 @ 145.6 MHz, 41.8+j7.249Ω&#xA;&#xA;#AmateurRadio #HamRadio ]]&gt;</description>
      <content:encoded><![CDATA[<p>The latter half of December 2025 had me playing around with the 2-meter J-pole some more, starting with replacing the crushed copper tubing feed clamps with more durable ones made from brass strip.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/c2/c6/ded418371872f0c47a8bc3900392.jpg" alt="Brass strip feed clamps on the 2-meter J-pole"></p>

<p>But for some reason, the resonant frequency was much too high no matter how I adjusted the clamps, so I started playing around with capacitive hats.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/ff/11/1ff7f01c1a15cb35b7aa10710091.jpg" alt="J-pole with two brass tubes taped to the top"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/db/3d/8b0f7160fcc176256aa7753e0ebf.jpg" alt="NanoVNA: SWR of 1.436 @ 149.4 MHz, 54.44+j18.45Ω"></p>

<p>My experimentation eventually led me to making hats that look kind of like flower petals, as that&#39;s what I saw when looking around online at the time.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/a9/26/366ae92641b256a402f031223522.jpg" alt="Capacitive hat made of two large &#34;petals&#34; made of copper coated steel wire on the 2-meter J-Pole"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/d7/c1/5561a98c10d24ab7157741a2604c.jpg" alt="NanoVNA: SWR of 1.36 @ 146.8 MHz, 38.48+j7.1Ω"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/6d/4c/ad8fc67fb7ac09cd5c618ada6cec.jpg" alt="Capacitive hat made of four large wire &#34;petals&#34; on the 2-meter J-Pole"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/a5/58/a4b6dda9bcef288e5a3306aa6736.jpg" alt="NanoVNA: SWR of 1.319 @ 146 MHz, 37.92-j66.6mΩ"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/45/91/cd7114637d157021f3bec8419fd6.jpg" alt="Capacitve hat made of four even larger wire &#34;petals&#34; on the 2-meter J-pole"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/8a/78/68ee7cf1ec3d1ce7190c33287cbf.jpg" alt="NanoVNA: SWR of 1.27 @ 145.6 MHz, 41.8+j7.249Ω"></p>

<p><a href="https://wf.kawa-kun.com/tag:AmateurRadio" class="hashtag"><span>#</span><span class="p-category">AmateurRadio</span></a> <a href="https://wf.kawa-kun.com/tag:HamRadio" class="hashtag"><span>#</span><span class="p-category">HamRadio</span></a></p>
]]></content:encoded>
      <guid>https://wf.kawa-kun.com/j-pole-flowers</guid>
      <pubDate>Thu, 18 Jun 2026 08:41:23 -0700</pubDate>
    </item>
    <item>
      <title>More 6-meter Dipole Experimentation</title>
      <link>https://wf.kawa-kun.com/more-6-meter-dipole-experimentation</link>
      <description>&lt;![CDATA[I spent much of December of 2025 playing around with alternative feed points and adjusting the resonant frequency with variable capacitors across the feed point.&#xA;&#xA;Autotransformer toroid feed point for the 6-meter dipole, with variable capacitors across both sets of terminals&#xA;&#xA;NanoVNA: SWR of 1.121 @ 55.6 MHz, 45.58+j3.222Ω&#xA;&#xA;Twin coax feed for the 6-meter dipole, with a variable capacitor across the antenna feed point terminals&#xA;&#xA;&#34;Normal&#34; feed for the 6-meter dipole, with a variable capacitor across the terminals&#xA;&#xA;NanoVNA: SWR of 1.21 @ 51.15 MHz, 41.05-j164mΩ&#xA;&#xA;One thing I kept seeing was a strange SWR spike at about 50 MHz, which I still can&#39;t explain to this day.  Maybe the balcony railing was resonating?&#xA;&#xA;Mix 61 autotransformer toroid feed, with a variable capacitor across the input terminals&#xA;&#xA;NanoVNA showing the SWR spike: 1.944 @ 49.9 MHz, 93.63-j15.6Ω&#xA;&#xA;I also tried a resonant stub to see if that would do anything interesting, but the SWR spike remained.&#xA;&#xA;&#34;Normal&#34; feed for the 6-meter dipole with a parallel stub&#xA;&#xA;Mix 61 autotransformer toroid feed, with a variable capacitor across the input terminals and a parallel stub&#xA;&#xA;NanoVNA: SWR of 1.19 @ 51.5 MHz, 53.71-j8.222Ω&#xA;&#xA;NanoVNA: SWR of 1.043 @ 49.8 MHz, 49.18-j1.909Ω&#xA;&#xA;DD8SF wondered if the autotransformer was hitting resonance, but that occurred at around 69 MHz.&#xA;&#xA;Mix 61 autotransformer toroid with NanoVNA: resonance around 69.4 MHz&#xA;&#xA;While this experimentation didn&#39;t really pan out thanks to that weird SWR spike, don&#39;t think I&#39;m done with this dipole!  There&#39;s more experimentation to follow.&#xA;&#xA;#AmateurRadio #HamRadio ]]&gt;</description>
      <content:encoded><![CDATA[<p>I spent much of December of 2025 playing around with alternative feed points and adjusting the resonant frequency with variable capacitors across the feed point.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/31/70/593d7882bdfac84811076f5aa69b.jpg" alt="Autotransformer toroid feed point for the 6-meter dipole, with variable capacitors across both sets of terminals"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/d0/cd/d0d2449c9d3c1862ab3af5f23685.jpg" alt="NanoVNA: SWR of 1.121 @ 55.6 MHz, 45.58+j3.222Ω"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/b6/bc/7f1e54372c5ce30610d7c9523dc9.jpg" alt="Twin coax feed for the 6-meter dipole, with a variable capacitor across the antenna feed point terminals"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/23/b7/4608007a00c2639819aa09a3ecdf.jpg" alt="&#34;Normal&#34; feed for the 6-meter dipole, with a variable capacitor across the terminals"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/c1/f6/8f25553f243c35d84999349cfa7c.jpg" alt="NanoVNA: SWR of 1.21 @ 51.15 MHz, 41.05-j164mΩ"></p>

<p>One thing I kept seeing was a strange SWR spike at about 50 MHz, which I still can&#39;t explain to this day.  Maybe the balcony railing was resonating?</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/11/d4/97ae573c648f18fa36dcc8872868.jpg" alt="Mix 61 autotransformer toroid feed, with a variable capacitor across the input terminals"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/e1/f5/14b5349325a119955fdadece9af4.jpg" alt="NanoVNA showing the SWR spike: 1.944 @ 49.9 MHz, 93.63-j15.6Ω"></p>

<p>I also tried a resonant stub to see if that would do anything interesting, but the SWR spike remained.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/1a/0a/87f8ce0de020d79781755c6c8539.jpg" alt="&#34;Normal&#34; feed for the 6-meter dipole with a parallel stub"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/dc/3a/5cbb55fb1b57f9ab08e4b3149d37.jpg" alt="Mix 61 autotransformer toroid feed, with a variable capacitor across the input terminals and a parallel stub"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/e1/24/a60c4281cd11009e3548e2eebb38.jpg" alt="NanoVNA: SWR of 1.19 @ 51.5 MHz, 53.71-j8.222Ω"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/e4/21/8190ffccc98e50fa7ce1feb65314.jpg" alt="NanoVNA: SWR of 1.043 @ 49.8 MHz, 49.18-j1.909Ω"></p>

<p>DD8SF wondered if the autotransformer was hitting resonance, but that occurred at around 69 MHz.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/60/88/42e3d891f24fe0f4b04ac41aa8bd.jpg" alt="Mix 61 autotransformer toroid with NanoVNA: resonance around 69.4 MHz"></p>

<p>While this experimentation didn&#39;t really pan out thanks to that weird SWR spike, don&#39;t think I&#39;m done with this dipole!  There&#39;s more experimentation to follow.</p>

<p><a href="https://wf.kawa-kun.com/tag:AmateurRadio" class="hashtag"><span>#</span><span class="p-category">AmateurRadio</span></a> <a href="https://wf.kawa-kun.com/tag:HamRadio" class="hashtag"><span>#</span><span class="p-category">HamRadio</span></a></p>
]]></content:encoded>
      <guid>https://wf.kawa-kun.com/more-6-meter-dipole-experimentation</guid>
      <pubDate>Thu, 18 Jun 2026 08:32:36 -0700</pubDate>
    </item>
    <item>
      <title>70cm Dual Quad</title>
      <link>https://wf.kawa-kun.com/70cm-dual-quad</link>
      <description>&lt;![CDATA[Here&#39;s an antenna project that I just finished today!  It&#39;s a 70cm dual quad/beam loop made from annealed copper tubing.&#xA;&#xA;70cm beam loop mounted out on our balcony&#xA;&#xA;I had a bear of a time trimming and tuning it, mostly because I went down the nasty &#34;too focused to eat&#34; kind of rabbit hole as I worked on it.  I was placing the reflector far too close to the driven element to get proper gain, all because it provided a good feed point impedance.  I eventually ended up with elements that were too small, too, so I had to solder extensions back on in order to restore their size.  Despite all that, though, it works!&#xA;&#xA;NanoVNA: SWR of 1.033 @ 446.9 MHz, 48.43-299mΩ&#xA;&#xA;I have it pointed at Capitol Hill here in Seattle, since that&#39;s where the main amateur radio towers that I can see from here are.&#xA;&#xA;This project also involved building the feed point in the little blue enclosure, which went through a few revisions as I went from targeting a dipole to targeting the loop shown here.  And during the trimming and tuning of said loop, an earlier incarnation&#39;s internal solder joint broke, so I had to rebuild it to what&#39;s shown here.  Oh, and this was the first time I&#39;ve ever used a panel mount N connector, which is more suitable for UHF than &#34;UHF&#34; connectors, albeit with an adapter on the coax line for now.&#xA;&#xA;Reflector Placement&#xA;&#xA;After discussing reflector spacing with DD8SF, he sent me this from the Rothammels Antenna Book:&#xA;&#xA;Graph showing the gain (directivity) based on reflector spacing, showing the optimum as around 0.22λ&#xA;&#xA;This was proof enough that I had been working with the reflector far too close to the driven element earlier today, and that the final spacing I ended up with at 0.15λ was good enough for my use.&#xA;&#xA;#AmateurRadio #HamRadio ]]&gt;</description>
      <content:encoded><![CDATA[<p>Here&#39;s an antenna project that I just finished today!  It&#39;s a 70cm dual quad/beam loop made from annealed copper tubing.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/60/49/96944523b4996cbe68f12583ae2c.jpg" alt="70cm beam loop mounted out on our balcony"></p>

<p>I had a bear of a time trimming and tuning it, mostly because I went down the nasty “too focused to eat” kind of rabbit hole as I worked on it.  I was placing the reflector far too close to the driven element to get proper gain, all because it provided a good feed point impedance.  I eventually ended up with elements that were too small, too, so I had to solder extensions back on in order to restore their size.  Despite all that, though, it works!</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/86/91/0db1f6b21bf23cc6db17fd973c1a.jpg" alt="NanoVNA: SWR of 1.033 @ 446.9 MHz, 48.43-299mΩ"></p>

<p>I have it pointed at Capitol Hill here in Seattle, since that&#39;s where the main amateur radio towers that I can see from here are.</p>

<p>This project also involved building the feed point in the little blue enclosure, which went through a few revisions as I went from targeting a dipole to targeting the loop shown here.  And during the trimming and tuning of said loop, an earlier incarnation&#39;s internal solder joint broke, so I had to rebuild it to what&#39;s shown here.  Oh, and this was the first time I&#39;ve ever used a panel mount <a href="https://en.wikipedia.org/wiki/N_connector">N connector</a>, which is more suitable for UHF than <a href="https://en.wikipedia.org/wiki/UHF_connector">“UHF” connectors</a>, albeit with an adapter on the coax line for now.</p>

<h2 id="reflector-placement">Reflector Placement</h2>

<p>After discussing reflector spacing with DD8SF, he sent me this from the Rothammels Antenna Book:</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/af/c0/85da3f02dc96ba2ef3459ee5cf87.jpg" alt="Graph showing the gain (directivity) based on reflector spacing, showing the optimum as around 0.22λ"></p>

<p>This was proof enough that I had been working with the reflector far too close to the driven element earlier today, and that the final spacing I ended up with at 0.15λ was good enough for my use.</p>

<p><a href="https://wf.kawa-kun.com/tag:AmateurRadio" class="hashtag"><span>#</span><span class="p-category">AmateurRadio</span></a> <a href="https://wf.kawa-kun.com/tag:HamRadio" class="hashtag"><span>#</span><span class="p-category">HamRadio</span></a></p>
]]></content:encoded>
      <guid>https://wf.kawa-kun.com/70cm-dual-quad</guid>
      <pubDate>Mon, 15 Jun 2026 18:51:08 -0700</pubDate>
    </item>
    <item>
      <title>Enter the Transverter</title>
      <link>https://wf.kawa-kun.com/enter-the-transverter</link>
      <description>&lt;![CDATA[Since my Yaesu FT-991a radio isn&#39;t able to operate on the 1.25-meter band, I spent some time looking for solutions to getting onto said band.  This led me to the Q5 Signal L22-28HP transverter, which maps 10-meter on the radio side to 1.25-meter on the antenna side.&#xA;&#xA;Q5 Signal L222-28HP&#xA;&#xA;Back side of the transverter, showing the various ports&#xA;&#xA;But since I didn&#39;t have an appropriate antenna for 1.25-meters, this also prompted experimentation into loops of proper sizes (which also included more playing around with 70cm).&#xA;&#xA;Pair of aluminum loops for UHF&#xA;&#xA;NanoVNA: SWR of 2.661 @ 260.5 MHz, 60.76-j55.13Ω&#xA;&#xA;Loop antenna hanging indoors with a feed attached&#xA;&#xA;NanoVNA: SWR of 1.663 @ 408.5 MHz, 50.4-j25.81Ω&#xA;&#xA;At this point, I&#39;m not sure why I started playing around with alternate feed point designs, but here are photos of what I ended up with.&#xA;&#xA;PVC strip with two brass strips as the starting point for a new feed&#xA;&#xA;New feed made from the above parts, with a UHF connector in the center&#xA;&#xA;UHF loop with the new feed&#xA;&#xA;NanoVNA: SWR of 2.168 @ 427.4 MHz, 53.23-j40.6Ω&#xA;&#xA;PVC pipe with the UHF loop and NanoVNA attached&#xA;&#xA;NanoVNA: SWR of 2.402 @ 422 MHz, 43.81-j41.87Ω&#xA;&#xA;It was at this point where I was starting to get strange readings with the Amazon Special SMA to SMA coaxial line I&#39;d been using, so I finally built a new line using LL-240 coax and higher quality connectors.&#xA;&#xA;SMA to UHF coaxial cable and SMA to SMA coaxial cable&#xA;&#xA;UHF loop connected to the new SMA to UHF cable and NanoVNA&#xA;&#xA;NanoVNA: SWR of 2.008 @ 425 MHz, 99.97-j971mΩ&#xA;&#xA;Much better!&#xA;&#xA;#AmateurRadio #HamRadio ]]&gt;</description>
      <content:encoded><![CDATA[<p>Since my Yaesu FT-991a radio isn&#39;t able to operate on the <a href="https://en.wikipedia.org/wiki/1.25-meter_band">1.25-meter band</a>, I spent some time looking for solutions to getting onto said band.  This led me to the <a href="http://q5signal.com/index.php?route=product/product&amp;path=62&amp;product_id=57">Q5 Signal L22-28HP</a> <a href="https://en.wikipedia.org/wiki/Transverter">transverter</a>, which maps 10-meter on the radio side to 1.25-meter on the antenna side.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/02/2f/4c51b6aa0eadd4902a4a4d2f379e.jpg" alt="Q5 Signal L222-28HP"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/d4/35/39254cb5ae44c33691f0a66b219b.jpg" alt="Back side of the transverter, showing the various ports"></p>

<p>But since I didn&#39;t have an appropriate antenna for 1.25-meters, this also prompted experimentation into loops of proper sizes (which also included more playing around with 70cm).</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/6a/92/7a5f206ba3a99b51a634b86a49b9.jpg" alt="Pair of aluminum loops for UHF"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/ce/5e/435491b6a516facc41ec4f51ea62.jpg" alt="NanoVNA: SWR of 2.661 @ 260.5 MHz, 60.76-j55.13Ω"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/43/87/330c3ca4685a49220eb7eed31125.jpg" alt="Loop antenna hanging indoors with a feed attached"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/5b/36/de5236a2a900299ca993cea2500c.jpg" alt="NanoVNA: SWR of 1.663 @ 408.5 MHz, 50.4-j25.81Ω"></p>

<p>At this point, I&#39;m not sure why I started playing around with alternate feed point designs, but here are photos of what I ended up with.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/4c/83/5989a5874608c4d44cb399c5f52a.jpg" alt="PVC strip with two brass strips as the starting point for a new feed"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/12/1d/63c350c31a03efe9c2e1caea2ba5.jpg" alt="New feed made from the above parts, with a UHF connector in the center"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/dd/77/6b601b2ae31bd8ee5479070eaefb.jpg" alt="UHF loop with the new feed"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/8a/3e/81928f366e55c70a723296b84fcf.jpg" alt="NanoVNA: SWR of 2.168 @ 427.4 MHz, 53.23-j40.6Ω"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/f3/71/b9c436fbc470e49f930afed8f313.jpg" alt="PVC pipe with the UHF loop and NanoVNA attached"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/79/b3/25dde82b8c85a3193a970d0ba697.jpg" alt="NanoVNA: SWR of 2.402 @ 422 MHz, 43.81-j41.87Ω"></p>

<p>It was at this point where I was starting to get strange readings with the Amazon Special SMA to SMA coaxial line I&#39;d been using, so I finally built a new line using LL-240 coax and higher quality connectors.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/91/1d/61fb32be375604759a34d1213345.jpg" alt="SMA to UHF coaxial cable and SMA to SMA coaxial cable"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/47/b2/24873b72491cae0bbbfeaf9884ae.jpg" alt="UHF loop connected to the new SMA to UHF cable and NanoVNA"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/1d/d9/31ff005e601c907578c23830f59a.jpg" alt="NanoVNA: SWR of 2.008 @ 425 MHz, 99.97-j971mΩ"></p>

<p>Much better!</p>

<p><a href="https://wf.kawa-kun.com/tag:AmateurRadio" class="hashtag"><span>#</span><span class="p-category">AmateurRadio</span></a> <a href="https://wf.kawa-kun.com/tag:HamRadio" class="hashtag"><span>#</span><span class="p-category">HamRadio</span></a></p>
]]></content:encoded>
      <guid>https://wf.kawa-kun.com/enter-the-transverter</guid>
      <pubDate>Mon, 15 Jun 2026 08:24:59 -0700</pubDate>
    </item>
    <item>
      <title>Back on the Balcony</title>
      <link>https://wf.kawa-kun.com/back-on-the-balcony</link>
      <description>&lt;![CDATA[The exterior maintenance on our building finally completed in early November of 2025, which meant that I could put a new pair of 6-meter dipole legs made from even thicker copper pipe out.&#xA;&#xA;6-meter copper pipe dipole out on the balcony, with a NanoVNA attached&#xA;&#xA;Basic feed point&#xA;&#xA;NanoVNA: SWR of 3.397 @ 41.4 MHz, 14.77-j2.836Ω&#xA;&#xA;After cutting it down to a suitable length for the 6-meter band, I started playing around with capacitive hats for the first time&#xA;&#xA;6-meter copper pipe dipole end with a capacitive hat made from brass rod&#xA;&#xA;NanoVNA: SWR of 2.113 @ 52 MHz, 23.66-j297mΩ&#xA;&#xA;Twin coax feed from earlier 6-meter dipole attached to new dipole&#xA;&#xA;This also prompted playing around with autotransformer baluns some more.&#xA;&#xA;Autotransformer for 6-meter dipole&#xA;&#xA;NanoVNA: SWR of 1.544 @ 50 MHz, 32.61+j3.152Ω&#xA;&#xA;#AmateurRadio #HamRadio ]]&gt;</description>
      <content:encoded><![CDATA[<p>The exterior maintenance on our building <em>finally</em> completed in early November of 2025, which meant that I could put a <em>new</em> pair of 6-meter dipole legs made from even thicker copper pipe out.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/7e/fa/2960ecfb4f210c0fec474e79426d.jpg" alt="6-meter copper pipe dipole out on the balcony, with a NanoVNA attached"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/ca/8f/2db715d8b2d9e0d606e6526a222b.jpg" alt="Basic feed point"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/d9/6a/983085fb96c6d1c163488f64e43b.jpg" alt="NanoVNA: SWR of 3.397 @ 41.4 MHz, 14.77-j2.836Ω"></p>

<p>After cutting it down to a suitable length for the 6-meter band, I started playing around with capacitive hats for the first time</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/a5/0e/3304fe5b44e411080c4c90d3ce29.jpg" alt="6-meter copper pipe dipole end with a capacitive hat made from brass rod"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/8e/d4/956e8f819ee83af428dc53e4dbed.jpg" alt="NanoVNA: SWR of 2.113 @ 52 MHz, 23.66-j297mΩ"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/b3/60/6b4f63ce34f8076883b581f4b01d.jpg" alt="Twin coax feed from earlier 6-meter dipole attached to new dipole"></p>

<p>This also prompted playing around with autotransformer baluns some more.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/a0/98/1a7e8b073cc69d89a281fe5d0a88.jpg" alt="Autotransformer for 6-meter dipole"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/58/3f/d7c0cc7c67570b9b433a3a5c683e.jpg" alt="NanoVNA: SWR of 1.544 @ 50 MHz, 32.61+j3.152Ω"></p>

<p><a href="https://wf.kawa-kun.com/tag:AmateurRadio" class="hashtag"><span>#</span><span class="p-category">AmateurRadio</span></a> <a href="https://wf.kawa-kun.com/tag:HamRadio" class="hashtag"><span>#</span><span class="p-category">HamRadio</span></a></p>
]]></content:encoded>
      <guid>https://wf.kawa-kun.com/back-on-the-balcony</guid>
      <pubDate>Mon, 15 Jun 2026 08:14:01 -0700</pubDate>
    </item>
    <item>
      <title>VHF Halo Antenna Experiments</title>
      <link>https://wf.kawa-kun.com/vhf-halo-antenna-experiments</link>
      <description>&lt;![CDATA[Still stuck inside in October of 2025, I started playing around with ways to get onto the 2-meter band, starting with halo antennas.&#xA;&#xA;Halo antenna meant to target 2 meters, fed with a gamma match, sitting on a couch&#xA;&#xA;NanoVNA: SWR of 1.44 @ 95.5 MHz, 40.91-j13.88Ω&#xA;&#xA;Since the initial feed proved not durable enough, I built a better one out of box section PVC that is still my go-to to this day.&#xA;&#xA;Gamma match feed point&#xA;&#xA;Halo antenna meant to target 2 meters, fed with a gamma match, mounted in the window&#xA;&#xA;NanoVNA: SWR of 1.643 @ 145.3 MHz, 82.14+j95.2mΩ&#xA;&#xA;Another halo antenna in the window&#xA;&#xA;NanoVNA SWR of 1.252 @ 63.5 MHz, 50.64+j11.96Ω&#xA;&#xA;I started having a lot of trouble getting reliable and repeatable results with this gamma match, which I only later realized was because the aluminum hoops were painted, and paint obviously wouldn&#39;t conduct electricity.  That also explained why I was having a bear of a time getting any solder to stick.&#xA;&#xA;In the meantime, with the issues with the gamma match, I decided to switch to a &#34;plain&#34; feed instead.&#xA;&#xA;Halo antenna with a &#34;plain&#34; feed&#xA;&#xA;Feed point for that antenna, showing soldering difficulties&#xA;&#xA;NanoVNA: SWR of 1.153 @ 51 MHz, 44.8+j4.207Ω&#xA;&#xA;While this did prove to be a somewhat viable antenna, the feed point impedance was far too low.&#xA;&#xA;Same halo antenna, trimmed down to 2 meter band, hanging on a ceiling fan&#xA;&#xA;NanoVNA: SWR of 2.507 @ 145.8 MHz, 23.36+j18.69Ω&#xA;&#xA;The low feed point impedance prompted me to go to the same style of twin coax impedance match that I&#39;d used for the 6-meter dipole.&#xA;&#xA;Twin coax impedance match wound around a Mix 61 toroid core&#xA;&#xA;NanoVNA: SWR of 1.178 @ 143.8 MHz, 55.19-j6.871Ω&#xA;&#xA;2-meter halo antenna mounted in the window, with a plastic suction cup to separate it from the metallic coating on the window&#xA;&#xA;NanoVNA: SWR of 1.49 @ 141.2 MHz, 65.55-j12.76Ω&#xA;&#xA;That all sounds great, right?  Well, the signal and audio quality were garbage because I&#39;d cheaped out and used Amazon RG-6 instead of coax of higher quality.  That certainly taught me a lesson, and I&#39;d go for LMR-240-75 cable for 75 ohms in the future.&#xA;&#xA;#AmateurRadio #HamRadio ]]&gt;</description>
      <content:encoded><![CDATA[<p>Still stuck inside in October of 2025, I started playing around with ways to get onto the 2-meter band, starting with <a href="https://en.wikipedia.org/wiki/Halo_antenna">halo antennas</a>.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/bf/d8/87e324724d30a9c8f569edab8cc5.jpg" alt="Halo antenna meant to target 2 meters, fed with a gamma match, sitting on a couch"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/3a/04/64624bb75438eb026893630e99a4.jpg" alt="NanoVNA: SWR of 1.44 @ 95.5 MHz, 40.91-j13.88Ω"></p>

<p>Since the initial feed proved not durable enough, I built a better one out of box section PVC that is still my go-to to this day.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/6e/bf/582f474a1a4b0e686ec74f43c9a3.jpg" alt="Gamma match feed point"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/72/ba/e63397e201595a482d4c6092d862.jpg" alt="Halo antenna meant to target 2 meters, fed with a gamma match, mounted in the window"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/12/91/6a8a578941493475836d1917470e.jpg" alt="NanoVNA: SWR of 1.643 @ 145.3 MHz, 82.14+j95.2mΩ"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/74/ea/bb7964cfd454ef5fb9f980de72cf.jpg" alt="Another halo antenna in the window"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/1c/75/22f79aa234a9451f25d1303992d7.jpg" alt="NanoVNA SWR of 1.252 @ 63.5 MHz, 50.64+j11.96Ω"></p>

<p>I started having a lot of trouble getting reliable and repeatable results with this gamma match, which I only later realized was because the aluminum hoops were <em>painted</em>, and paint obviously wouldn&#39;t conduct electricity.  That <em>also</em> explained why I was having a bear of a time getting any solder to stick.</p>

<p>In the meantime, with the issues with the gamma match, I decided to switch to a “plain” feed instead.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/14/e1/e88fbb703ab52c91a6cfa01bf952.jpg" alt="Halo antenna with a &#34;plain&#34; feed"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/ad/ad/be03448ae5bb31b69375ae24566f.jpg" alt="Feed point for that antenna, showing soldering difficulties"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/2c/15/ab2a0af7331726cd67c910ca453a.jpg" alt="NanoVNA: SWR of 1.153 @ 51 MHz, 44.8+j4.207Ω"></p>

<p>While this did prove to be a somewhat viable antenna, the feed point impedance was far too low.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/b3/de/7d26ee5a69241167867090f8bf00.jpg" alt="Same halo antenna, trimmed down to 2 meter band, hanging on a ceiling fan"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/e4/f3/afd0fc70f7d17cce9365b2d28ac9.jpg" alt="NanoVNA: SWR of 2.507 @ 145.8 MHz, 23.36+j18.69Ω"></p>

<p>The low feed point impedance prompted me to go to the same style of twin coax impedance match that I&#39;d used for the 6-meter dipole.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/35/d5/e029990836646011d90aa0f1e0ea.jpg" alt="Twin coax impedance match wound around a Mix 61 toroid core"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/7a/60/fb71803b20554507033ad692a8c0.jpg" alt="NanoVNA: SWR of 1.178 @ 143.8 MHz, 55.19-j6.871Ω"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/22/b9/8a1c4dfb7693671da6a591ee8b9f.jpg" alt="2-meter halo antenna mounted in the window, with a plastic suction cup to separate it from the metallic coating on the window"></p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/09/89/ebd64661d9dd2d3ba09284b9471d.jpg" alt="NanoVNA: SWR of 1.49 @ 141.2 MHz, 65.55-j12.76Ω"></p>

<p>That all sounds great, right?  Well, the signal and audio quality were garbage because I&#39;d cheaped out and used Amazon RG-6 instead of coax of higher quality.  That certainly taught me a lesson, and I&#39;d go for <a href="https://timesmicrowave.com/cables/lmr-240-75-coax-cables/">LMR-240-75</a> cable for 75 ohms in the future.</p>

<p><a href="https://wf.kawa-kun.com/tag:AmateurRadio" class="hashtag"><span>#</span><span class="p-category">AmateurRadio</span></a> <a href="https://wf.kawa-kun.com/tag:HamRadio" class="hashtag"><span>#</span><span class="p-category">HamRadio</span></a></p>
]]></content:encoded>
      <guid>https://wf.kawa-kun.com/vhf-halo-antenna-experiments</guid>
      <pubDate>Sat, 13 Jun 2026 20:38:17 -0700</pubDate>
    </item>
    <item>
      <title>Explorer QRZ-1 Handheld Radio</title>
      <link>https://wf.kawa-kun.com/explorer-qrz-1-handheld-radio</link>
      <description>&lt;![CDATA[When I finally got my amateur radio technician license in June of 2025, I pursued the steep discount that newly-licensed hams get on the Explorer QRZ-1 radio, which included any accessories I wanted.&#xA;&#xA;Explorer QRZ-1 radio&#xA;&#xA;The first time I used it was later the same month, when I walked around Everett, Washington while my wife was at her motorcycle permit course.  I tried joining a net without having thought to configure my radio for the repeater offset, so nobody could hear me.  To this day, I never forget to do so because I felt so dumb back then!&#xA;&#xA;#AmateurRadio #HamRadio ]]&gt;</description>
      <content:encoded><![CDATA[<p>When I finally got my amateur radio technician license in June of 2025, I pursued the steep discount that newly-licensed hams get on the <a href="https://www.gigaparts.com/explorer-qrz-1-5w-vhf-uhf-handheld-transceiver.html">Explorer QRZ-1 radio</a>, which included any accessories I wanted.</p>

<p><img src="https://img.wf.kawa-kun.com/uploads/original/61/e5/6d75a13adf20ffded452bef8bdbd.jpg" alt="Explorer QRZ-1 radio"></p>

<p>The first time I used it was later the same month, when I walked around Everett, Washington while my wife was at her motorcycle permit course.  I tried joining a <a href="https://en.wikipedia.org/wiki/Amateur_radio_net">net</a> without having thought to configure my radio for the repeater offset, so nobody could hear me.  To this day, I never forget to do so because I felt so dumb back then!</p>

<p><a href="https://wf.kawa-kun.com/tag:AmateurRadio" class="hashtag"><span>#</span><span class="p-category">AmateurRadio</span></a> <a href="https://wf.kawa-kun.com/tag:HamRadio" class="hashtag"><span>#</span><span class="p-category">HamRadio</span></a></p>
]]></content:encoded>
      <guid>https://wf.kawa-kun.com/explorer-qrz-1-handheld-radio</guid>
      <pubDate>Sat, 13 Jun 2026 18:47:24 -0700</pubDate>
    </item>
  </channel>
</rss>