<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Shortwave on Dhiru's Notebook</title><link>https://rfcorner.in/tags/shortwave/</link><description>Recent content in Shortwave on Dhiru's Notebook</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 04 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://rfcorner.in/tags/shortwave/index.xml" rel="self" type="application/rss+xml"/><item><title>HAM Radio Is NOT Just for Talking</title><link>https://rfcorner.in/posts/ham-radio-is-not-just-for-talking/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/ham-radio-is-not-just-for-talking/</guid><description>&lt;h2 id="its-a-training-ground-for-engineers-and-weve-been-ignoring-it"&gt;It's a Training Ground for Engineers (And We've Been Ignoring It)&lt;/h2&gt;
&lt;p&gt;Let's drop the nostalgia and say something uncomfortable:&lt;/p&gt;
&lt;p&gt;If you think ham radio is just people talking into microphones, you're not just wrong - you're overlooking one of the most hands-on, intellectually rigorous engineering playgrounds still accessible to individuals.&lt;/p&gt;
&lt;p&gt;Because amateur radio isn't about conversation.&lt;/p&gt;
&lt;p&gt;It's about &lt;strong&gt;understanding how information survives reality&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;And reality is hostile.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="signals-dont-care-about-your-abstractions"&gt;Signals Don't Care About Your Abstractions&lt;/h2&gt;
&lt;p&gt;Modern software engineers live in a world of clean abstractions:
APIs work (until they don't), packets arrive (until they don't), networks are "just there."&lt;/p&gt;</description></item><item><title>Reasonable MCU ADC performance - STM32H562</title><link>https://rfcorner.in/posts/reasonable-mcu-adc-performance/</link><pubDate>Sat, 10 Jan 2026 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/reasonable-mcu-adc-performance/</guid><description>&lt;p&gt;Ismo (OH2FTG) has praised the STM32's ADC quality multiple times, and I finally decided to give it a go.&lt;/p&gt;
&lt;p&gt;I usually stick with Waveshare RP2350-Zero boards, but the RP2350 ADC performance is limited to under 10 ENOB.&lt;/p&gt;
&lt;p&gt;With the STM32H562RGT6, we're able to achieve ~13 ENOB using 16× hardware ADC oversampling, with potential headroom to push this even further.&lt;/p&gt;
&lt;p&gt;By sampling the Si4732's SSB output using the STM32H562RGT6 ADC and exposing the audio samples to the host via a "virtual" USB UAC-2 device, we get the following RX results:&lt;/p&gt;</description></item><item><title>HFDY Active Loop - LZ1AQ loop clone</title><link>https://rfcorner.in/posts/hfdy-active-antenna-lz1aq-clone/</link><pubDate>Sun, 09 Nov 2025 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/hfdy-active-antenna-lz1aq-clone/</guid><description>&lt;p&gt;The HFDY Active Loop is working extremely well, even from an indoor location in
&lt;code&gt;MK68&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="design"&gt;Design&lt;/h2&gt;
&lt;p&gt;&lt;img alt="HFDY Active Loop Photo" loading="lazy" src="https://rfcorner.in/images/HFDY-Active-Loop.jpg"&gt;&lt;/p&gt;
&lt;p&gt;I am currently running the loop at 5V (via a regulated linear power supply),
where it consumes slightly less than 65mA. The recommended voltage is 10V,
which I plan to switch to soon.&lt;/p&gt;
&lt;h2 id="results"&gt;Results&lt;/h2&gt;
&lt;p&gt;&lt;img alt="HFDY Active Loop Results" loading="lazy" src="https://rfcorner.in/images/HFDY-Active-Loop-Results-10.png"&gt;&lt;/p&gt;
&lt;p&gt;I am using &lt;code&gt;Airspy HF+ Discovery&lt;/code&gt; SDR for this experiment.&lt;/p&gt;
&lt;h2 id="future-work"&gt;Future work&lt;/h2&gt;
&lt;p&gt;It would be very interesting to compare this HFDY Active Loop against the PA0FRI Active Antenna.&lt;/p&gt;</description></item><item><title>Sustainable Radio Design V2</title><link>https://rfcorner.in/posts/sustainable-radio-design-2/</link><pubDate>Fri, 07 Nov 2025 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/sustainable-radio-design-2/</guid><description>&lt;p&gt;Related articles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://rfcorner.in/posts/proper-single-transistor-lna-hf/"&gt;Proper Single Transistor LNA for HF&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://rfcorner.in/posts/sustainable-radio-design/"&gt;A Sustainable Radio Design?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="design"&gt;Design&lt;/h2&gt;
&lt;p&gt;We are finally going to build a QSD RX!&lt;/p&gt;
&lt;p&gt;Here is the rough schematic I am thinking about:&lt;/p&gt;
&lt;p&gt;&lt;img alt="QSD RX schematic" loading="lazy" src="https://rfcorner.in/images/QSD-Schematic-1.png"&gt;&lt;/p&gt;
&lt;h2 id="references"&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.n6qw.com/MC1496.html"&gt;MC1496 Information&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/steve-m/hsdaoh-rp2350"&gt;HSDAOH on RP2350&lt;/a&gt; (see &lt;code&gt;internal_adc&lt;/code&gt; section)&lt;/p&gt;
&lt;p&gt;This way we can continue using &lt;code&gt;RP2350&lt;/code&gt; instead of moving to something like &lt;code&gt;STM32H5&lt;/code&gt; immediately&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/dawsonjon/PicoRX/tree/master/simulations"&gt;PicoRX Simulations&lt;/a&gt; (also for DSP code)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>A Proper Single-Transistor LNA for HF</title><link>https://rfcorner.in/posts/proper-single-transistor-lna-hf/</link><pubDate>Tue, 28 Oct 2025 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/proper-single-transistor-lna-hf/</guid><description>&lt;p&gt;Note: This HF LNA design is inspired by PY2OHH designs and mcHF work.&lt;/p&gt;
&lt;p&gt;Previous article: &lt;a href="https://rfcorner.in/posts/single-transistor-lna-hf/"&gt;Single Transistor LNA for HF&lt;/a&gt; - it cut a corner when it came to output impedance matching ;)&lt;/p&gt;
&lt;h2 id="design"&gt;Design&lt;/h2&gt;
&lt;p&gt;The idea that a single-transistor preamp with 10 dB gain is more than enough
for HF comes from Gajendra Kumar (VU2BGS). As a new "designer," I am often
overwhelmed by the available design paths, so guidance from an &lt;code&gt;elmer&lt;/code&gt; is
crucial.&lt;/p&gt;</description></item><item><title>A Sustainable Radio Design?</title><link>https://rfcorner.in/posts/sustainable-radio-design/</link><pubDate>Fri, 17 Oct 2025 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/sustainable-radio-design/</guid><description>&lt;p&gt;Future radio receiver design ideas (from Ismo, Pete and other folks):&lt;/p&gt;
&lt;p&gt;Antenna ➔ (BPF) ➔ BFR93A based pre-amp from mcHF project ➔ MC1496 (Mixer) ➔ 455 kHz IF ➔ Ceramic filter SMD (HCI) ➔ 'IF amplifier' (20-40 dB gain?) ➔ Overclocked Pico 2's ADC (3+ MSPS) ➔ Digital down-conversion and processing in digital domain ➔ Expose the processed audio samples over USB (Pico 2 acts as a sound card).&lt;/p&gt;
&lt;p&gt;Benefits: This enables reception of SSB and CW signals! The 455 kHz IF with digital processing gives us the best of both analog selectivity (ceramic filter) and digital flexibility.&lt;/p&gt;</description></item><item><title>The future of DDX - 2025 version</title><link>https://rfcorner.in/posts/ddx-future-2025/</link><pubDate>Sat, 04 Oct 2025 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/ddx-future-2025/</guid><description>&lt;p&gt;Shipping hardware internationally is a hard, labor intensive, and overall a frustrating process - especially more so these days.&lt;/p&gt;
&lt;p&gt;Here is our plan to supply the DDX to customers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Make the hardware files free / low-cost. The users will be able to order fully assembled boards from JLCPCB or other vendors on their own.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Required a small licensing fee for the software firmware part. This is how we get to keep the hobby self-sustaining!&lt;/p&gt;</description></item><item><title>Another cool SiC part for HF amplifiers</title><link>https://rfcorner.in/posts/another-cool-rf-part/</link><pubDate>Mon, 29 Sep 2025 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/another-cool-rf-part/</guid><description>&lt;p&gt;I recently spotted the &lt;code&gt;Tokmas CI7N170SM&lt;/code&gt; TO-247 part on LCSC. It seems like a pretty neat part for building non-QRP HF amplifiers!&lt;/p&gt;
&lt;p&gt;This could be a better part for our &lt;a href="https://rfcorner.in/posts/baby-qro-switching-amplifier/"&gt;Baby QRO amplifier&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="datasheet-excerpts"&gt;Datasheet Excerpts&lt;/h2&gt;
&lt;p&gt;&lt;img alt="New hotness 1" loading="lazy" src="https://rfcorner.in/images/Tokmas-CI7N170SM-1.png"&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="New hotness 2" loading="lazy" src="https://rfcorner.in/images/Tokmas-CI7N170SM-2.png"&gt;&lt;/p&gt;
&lt;p&gt;The full datasheet is available &lt;a href="https://rfcorner.in/pdfs/CI7N170SM.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="comparison"&gt;Comparison&lt;/h2&gt;
&lt;p&gt;In comparison, here is what a professional RF part (MRF300AN) looks like:&lt;/p&gt;
&lt;p&gt;&lt;img alt="MRF300 1" loading="lazy" src="https://rfcorner.in/images/MRF300-1.png"&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="MRF300 2" loading="lazy" src="https://rfcorner.in/images/MRF300-2.png"&gt;&lt;/p&gt;
&lt;p&gt;That &lt;code&gt;272W&lt;/code&gt; maximum power dissipation figure is crazy good but switching characteristics are not that great (fast).&lt;/p&gt;</description></item><item><title>Black Box output characterization of CD2003 DCR receiver</title><link>https://rfcorner.in/posts/black-box-cd2003-characterization/</link><pubDate>Sun, 21 Sep 2025 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/black-box-cd2003-characterization/</guid><description>&lt;p&gt;Circuit: DDX-Commercial-7&lt;/p&gt;
&lt;p&gt;Antenna: Small jumper cable attached&lt;/p&gt;
&lt;p&gt;&lt;img alt="DDX-Commercial-7" loading="lazy" src="https://rfcorner.in/images/DDX-Commercial-7.png"&gt;&lt;/p&gt;
&lt;h2 id="initial-results"&gt;Initial Results&lt;/h2&gt;
&lt;p&gt;10m: 36 dB on WSJT-X audio meter, on quiet and also with nearby beacon on !!!&lt;/p&gt;
&lt;p&gt;12m: 36 dB on audio meter, on quiet and also with nearby beacon on !!!&lt;/p&gt;
&lt;p&gt;15m: 46 dB on audio meter on quiet, 65 dB with nearby beacon on - OK&lt;/p&gt;
&lt;p&gt;20m: 44 dB on quiet, 65 dB with beacon on - OK&lt;/p&gt;
&lt;p&gt;40m: 40 dB on quiet, 60 dB with beacon on - OK&lt;/p&gt;</description></item><item><title>Single Transistor LNA for HF</title><link>https://rfcorner.in/posts/single-transistor-lna-hf/</link><pubDate>Sun, 21 Sep 2025 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/single-transistor-lna-hf/</guid><description>&lt;p&gt;Note: This HF LNA design is inspired by Charlie Morris ZL2CTM's prior work.&lt;/p&gt;
&lt;h2 id="design"&gt;Design&lt;/h2&gt;
&lt;p&gt;The idea that a single-transistor preamp with 10 dB gain is more than enough
for HF comes from Gajendra Kumar (VU2BGS). As a new "designer," I am often
overwhelmed by the different possible design paths, so guidance from an
&lt;code&gt;elmer&lt;/code&gt; is crucial.&lt;/p&gt;
&lt;p&gt;&lt;img alt="HF LNA 1" loading="lazy" src="https://rfcorner.in/images/HF-LNA-1.png"&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="HF LNA 2" loading="lazy" src="https://rfcorner.in/images/HF-LNA-2.png"&gt;&lt;/p&gt;
&lt;p&gt;It seems even MMBT2222A should work for building a HF LNA!&lt;/p&gt;</description></item><item><title>New RF parts and new promises</title><link>https://rfcorner.in/posts/new-rf-parts-new-potential/</link><pubDate>Thu, 20 Mar 2025 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/new-rf-parts-new-potential/</guid><description>&lt;p&gt;Ismo (OH2FTG) recently introduced me to a bunch of Tokmas RF parts. Out of these, the &lt;code&gt;Tokmas CID10N65F GaN FET&lt;/code&gt; stood out. It seems to have a lot of potential (for HF + 6m) at a very low price point.&lt;/p&gt;
&lt;p&gt;This RF MOSFET part can be purchased from LCSC.&lt;/p&gt;
&lt;p&gt;It seems &lt;code&gt;Tokmas CID10N65F&lt;/code&gt; has the potential to completely replace the &lt;code&gt;RD16HHF1&lt;/code&gt; part from Mitsubishi Electric!&lt;/p&gt;
&lt;h2 id="datasheet"&gt;Datasheet&lt;/h2&gt;
&lt;p&gt;Datasheet excerpt:&lt;/p&gt;
&lt;p&gt;&lt;img alt="New hotness" loading="lazy" src="https://rfcorner.in/images/Tokmas-CID10N65F-1.png"&gt;&lt;/p&gt;</description></item><item><title>1W WSPR Beacon @ 5V (2025)</title><link>https://rfcorner.in/posts/1w-5v-wspr-beacon/</link><pubDate>Fri, 14 Mar 2025 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/1w-5v-wspr-beacon/</guid><description>&lt;p&gt;I have designed, built, and tested an all-HF WSPR beacon that produces 1W @ 5V
and is rugged and cost-effective.&lt;/p&gt;
&lt;p&gt;&lt;img alt="1W WSPR Beacon Board" loading="lazy" src="https://rfcorner.in/images/1W-5V-Beacon.png"&gt;&lt;/p&gt;
&lt;h2 id="results"&gt;Results&lt;/h2&gt;
&lt;p&gt;Power consumption: Around 420mA @ 5V.&lt;/p&gt;
&lt;h2 id="cost"&gt;Cost&lt;/h2&gt;
&lt;p&gt;Cost: Around 500 INR.&lt;/p&gt;
&lt;h2 id="time-to-build"&gt;Time to build&lt;/h2&gt;
&lt;p&gt;Time to build: Less than 30 minutes.&lt;/p&gt;
&lt;h2 id="files"&gt;Files&lt;/h2&gt;
&lt;p&gt;The files for this project are &lt;a href="https://github.com/kholia/HF-PA-v10"&gt;published here&lt;/a&gt; for personal (non-commercial) use.&lt;/p&gt;
&lt;p&gt;For a 5W (QRO) WSPR beacon, please stay tuned for our upcoming QEX magazine
article ;)&lt;/p&gt;</description></item><item><title>Baby-QRO RF switching amplifier</title><link>https://rfcorner.in/posts/baby-qro-switching-amplifier/</link><pubDate>Fri, 31 Jan 2025 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/baby-qro-switching-amplifier/</guid><description>&lt;p&gt;Sometimes we all need a bit of QRO - Life's too short for QRP sometimes. So we give you the Baby-QRO switching amplifier!&lt;/p&gt;
&lt;p&gt;This Baby-QRO switching RF amplifier design is inspired by the wonderful &lt;a href="https://sites.google.com/site/rfpowertools/rf-power-tools"&gt;Single NXP MRF-101 Eval Board&lt;/a&gt; project by Jim Veatch. Thank you Jim!&lt;/p&gt;
&lt;p&gt;Instead of using the expensive MRF101 MOSFET, we use fast SiC MOSFET(s) from Wolfspeed / SUPSiC.&lt;/p&gt;
&lt;h2 id="design"&gt;Design&lt;/h2&gt;
&lt;p&gt;3D render:&lt;/p&gt;
&lt;p&gt;&lt;img alt="Baby-QRO amplifier render" loading="lazy" src="https://rfcorner.in/images/Baby-QRO-Amplifier.png"&gt;&lt;/p&gt;
&lt;p&gt;Actual picture:&lt;/p&gt;
&lt;p&gt;&lt;img alt="Baby-QRO amplifier picture" loading="lazy" src="https://rfcorner.in/images/Baby-QRO-Build.jpg"&gt;&lt;/p&gt;</description></item></channel></rss>