<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ripples in the Ether &#187; Design</title>
	<atom:link href="http://www.nt7s.com/blog/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nt7s.com/blog</link>
	<description>Emanations from Amateur Radio Station NT7S</description>
	<lastBuildDate>Wed, 01 Feb 2012 10:41:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Catching Up With Etherkit</title>
		<link>http://www.nt7s.com/blog/2012/01/catching-up-with-etherkit/</link>
		<comments>http://www.nt7s.com/blog/2012/01/catching-up-with-etherkit/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 10:14:07 +0000</pubDate>
		<dc:creator>Jason Milldrum</dc:creator>
				<category><![CDATA[CC-Series]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[OpenBeacon]]></category>
		<category><![CDATA[avr]]></category>
		<category><![CDATA[cc-20]]></category>
		<category><![CDATA[cc-series]]></category>
		<category><![CDATA[QRSS]]></category>

		<guid isPermaLink="false">http://www.nt7s.com/blog/?p=933</guid>
		<description><![CDATA[The year is not starting out as well as I had hoped. Back during the beta test of the CC-20 I had set a goal to complete my revisions and be ready to sell production kits by 1 January 2012. Obviously that date has come and gone and I'm still not on the market. A [...]]]></description>
			<content:encoded><![CDATA[<p>The year is not starting out as well as I had hoped. Back during the beta test of the CC-20 I had set a goal to complete my revisions and be ready to sell production kits by 1 January 2012. Obviously that date has come and gone and I'm still not on the market. A few circumstances have contributed to this situation. First, the days available for me to work exclusively on Etherkit has been cut from 4 per week to less than 2 due to family member's work schedules being changed. Second, it took me longer than expected to tackle the bugs in the CC-20 beta; the worst being the high number of spurs in the receiver.</p>
<p>So where does thing sit right now? The next CC-20 board revision is just about ready to be implemented. I've had to move to a DDS with a higher master clock frequency and change out the product detector from a dual-gate MOSFET to a diode-ring mixer. One advantage of the new DDS is that I can greatly simplify the transmitter circuitry, but this will require the trade-off of a fairly significant revision of the PCB.</p>
<p>I have been getting my PCBs manufactured in China, and right now many of the manufacturing firms (my board house included) are shutting down for two weeks to observe the Spring Festival (Chinese New Year). So even if I do send my Gerber files to the board house, they probably won't be back for at least a month. In the meantime, I've decided to work on a side project that's been rattling around in my head for a while: a QRSS/CW/Feld Hell/Etc. beacon. Also, in response to a lot of positive response that I have received from my simple <a href="http://www.nt7s.com/blog/2008/11/nt7s-code-practice-oscillator/">Twin-T code practice oscillator</a>, I also spent a few days revising the circuit to make the output a bit more robust and then created a PCB for the circuit in <a href="http://kicad.sourceforge.net/wiki/Main_Page">Kicad</a> so I could transition my <a href="http://en.wikipedia.org/wiki/Electronic_design_automation">EDA</a> to an actively developed software package (I was using TinyCAD/FreePCB previously, which seems to be pretty much a dead end).</p>
<div class="wp-caption alignleft" style="width: 160px"><a title="IMAG0125.jpg" href="http://lh6.ggpht.com/-FczihNWZ9jo/TxN86voQ5pI/AAAAAAAAA44/oQvWggJeyMQ/IMAG0125.jpg" rel="lightbox"><img title="OpenBeacon Prototype" src="http://lh6.ggpht.com/-FczihNWZ9jo/TxN86voQ5pI/AAAAAAAAA44/oQvWggJeyMQ/s150-c/IMAG0125.jpg" alt="OpenBeacon Prototype" width="150" height="150" /></a><p class="wp-caption-text">OpenBeacon Prototype</p></div>
<p>So allow me to tell you a bit more about the beacon project. For now, I've decided to dub it OpenBeacon (I know, so very original). But there is a decent reason for the name. Much like the CC-Series, I intend for this project to fill a niche in the market that is very empty right now. The list of notable open source/open hardware kits out in the market is very small. The only one I think of off the top of my head is <a href="http://openqrp.org/">OpenQRP</a>. As far as QRSS kits, I'm only aware of the one from the talented <a href="http://www.hanssummers.com/qrsskit.html">Hans Summers</a>. My goal for this project is to provide a kit that is open, extensible, relatively inexpensive and simple, and ripe for user modification. Let me tell you a bit more about the project specs and how they fit into this goal.</p>
<p>Let's start with the bare hardware. The transmitter is a standard, vanilla Colpitts oscillator followed by an emitter follower buffer, which feeds a class A PA with fully adjustable output power (provided by a very cheap and cheerful part, the BD139). At full-bore with 13.8 V<sub>CC</sub>, the transmitter can put out about 300 mW into 50 Ω. The brains of the operation is an Atmel ATtiny85 microcontroller. The way that it interacts with the transmitter is via its PWM output, which can generate a voltage from 0 V to 5 V after proper filtering. This control voltage is fed to a reversed-biased LED which acts as a varactor to tune the oscillator in very tiny amounts (&lt; 10 Hz). The PWM output is essentially an 8-bit DAC, so not only can the varactor be flipped between 0 V and 5 V, but it can be set to many intermediate values, which allows for things like Feld Hell and just about any kind of graphic or glyph you can think of to be transmitted. The transmitter PA is also keyed with a PNP transistor which is controlled by the ATtiny85, which allows the OpenBeacon to operate in standard CW beacon mode.</p>
<p>The main way in which this project will meet the goals I stated above is in its user interface. There is a handy open source project called <a href="http://www.obdev.at/products/vusb/index.html">V-USB</a> which gives USB interface capability to AVR microcontrollers that do not have USB built-in. This allows me to wire a USB port to the ATtiny85 and have the V-USB firmware take care of all the ugly business behind the scenes so that I can focus on interfacing the OpenBeacon to a PC. With a simple command line program, the user will have the ability to switch between the many operating modes available, set his own callsign and beacon message without having to have the microcontroller programmed for him, upload custom glyphs to be transmitter, and monitor the status of the beacon. No need to mess with jumpers or in-circuit programmers (although the ISP port will be available for those who want to hack their OpenBeacon). The client program is written in C and should be able to be compiled for Linux, Windows, and OS X machines.</p>
<div id="attachment_938" class="wp-caption alignright" style="width: 160px"><a href="http://www.nt7s.com/blog/wp-content/uploads/2012/01/KI6FEN-0011-17Jan2012.jpg" rel="lightbox[933]"><img class="size-thumbnail wp-image-938" title="KI6FEN-0011-17Jan2012" src="http://www.nt7s.com/blog/wp-content/uploads/2012/01/KI6FEN-0011-17Jan2012-150x150.jpg" alt="KI6FEN Grabber Capture" width="150" height="150" /></a><p class="wp-caption-text">KI6FEN Grabber Capture</p></div>
<p>Right now, the prototype is pretty much complete save a few minor tweaks. Yesterday, I got the code for the CW modes completed and put the beacon on the air in DFCW 6 second dit mode just above 10.140010 MHz. Conditions weren't great, but I did manage to get a few weak captures on the KL7UK grabber and one from KI6FEN via Twitter. The signal was way too wide and extremely drifty, but I've solved those problems by changing the coupling capacitor between the LED varactor and the oscillator and by creating a rudimentary thermal chamber for the beacon out of pink antistatic foam. I'll be leaving the beacon on for the next few days when I'm not working on the project (which will be most of the day). Any reception reports would be greatly appreciated!</p>
<p>So the plan is to get the CC-Series PCB revisions hopefully done by next weekend so that they can be sent off to the board house before their vacation is over. In my little bits of downtime, I'll continue work on the code for the OpenBeacon. The plan for this project is to get the PCBs cranked out very quickly. Now that I'm familiar with Kicad, I think it won't be too difficult or take too long to design the boards. I'm also going to be trying out a new PCB vendor which promises much cheaper prices and faster turnaround times on smaller boards such as this. With any luck, I can fast-track OpenBeacon testing and production and have it out while the CC-Series is in it's final beta test. Stay tuned, this is make-or-break time!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nt7s.com/blog/2012/01/catching-up-with-etherkit/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Single-Ended Mixers and Reverse Isolation</title>
		<link>http://www.nt7s.com/blog/2011/10/single-ended-mixers-and-reverse-isolation/</link>
		<comments>http://www.nt7s.com/blog/2011/10/single-ended-mixers-and-reverse-isolation/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 09:50:16 +0000</pubDate>
		<dc:creator>Jason Milldrum</dc:creator>
				<category><![CDATA[CC-Series]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Homebrewing]]></category>
		<category><![CDATA[QRP]]></category>
		<category><![CDATA[Test and Measurement]]></category>
		<category><![CDATA[BF991]]></category>
		<category><![CDATA[BF998]]></category>
		<category><![CDATA[cascode]]></category>
		<category><![CDATA[cc-series]]></category>
		<category><![CDATA[dc]]></category>
		<category><![CDATA[microphonics]]></category>
		<category><![CDATA[mosfet]]></category>
		<category><![CDATA[VE7BPO]]></category>

		<guid isPermaLink="false">http://www.nt7s.com/blog/?p=885</guid>
		<description><![CDATA[Progress on CC-Series development proceeds at a reasonably-good clip right now. One of my last big hardware bugs to stamp out is some nasty microphonics that seem to be generated by the combination product detector/BFO. Today, I believe that I made some significant progress towards solving it and wanted to share what I learned. I've done a [...]]]></description>
			<content:encoded><![CDATA[<p>Progress on CC-Series development proceeds at a reasonably-good clip right now. One of my last big hardware bugs to stamp out is some nasty microphonics that seem to be generated by the combination product detector/BFO. Today, I believe that I made some significant progress towards solving it and wanted to share what I learned.</p>
<div id="attachment_886" class="wp-caption aligncenter" style="width: 451px"><a href="http://www.nt7s.com/blog/wp-content/uploads/2011/10/Selection_202.png" rel="lightbox[885]"><img class="size-full wp-image-886" title="IF Amp &amp; Product Detector from CC-20 Beta 1" src="http://www.nt7s.com/blog/wp-content/uploads/2011/10/Selection_202.png" alt="" width="441" height="448" /></a><p class="wp-caption-text">IF Amp &amp; Product Detector from CC-20 Beta 1</p></div>
<p>I've done a lot of reading in <em>Experimental Methods in RF Design</em> (<em>EMRFD</em>) about microphonics in DC receivers (read chapter 8!), and the number one cause of it is poor LO-RF port isolation in the mixer. The CC-Series uses a venerable old circuit which hasn't seen much use in a while. A dual-gate MOSFET is pressed into double-duty as a product detector and BFO (see above). Since the dual-gate MOSFET product detector is in a single-ended configuration, it inherently has bad LO-RF isolation. This allows VFO (or BFO in this case) signal to leak out the product detector input, and have a good portion of that signal reflect back into the product detector. So naturally, the CC-20 could be experiencing the microphonics because of this phenomena. One of the solutions mentioned in <em>EMRFD</em> is to put an amp in front of the mixer which has excellent reverse isolation (signals coming into the amp output don't tend to get out of the input, and therefore can't reflect back in again).</p>
<p>I had the suspicion that the common-source JFET amp in front of the product detector might be the culprit. So what's the best type of amp to place in front of a single-ended mixer? The common-gate JFET amp is a good and popular choice. However, VE7BPO notes on a <a href="http://www.qrp.pops.net/RF-workbench-4.asp">recently published web page</a> that the best commonly found amp configuration for this particular parameter appears to be the cascode (see the bottom of the page).</p>
<p>In order to test this theory, I went to work on a project that I had set aside earier: a direct conversion receiver based on the CC-Series product detector. When there was no preamp in front of it, the microphonics were unbearable. I figured that a good way to test my theory would be to put a cascode amp in front of this mixer and see how much it helped. I decided to put a dual-gate MOSFET preamp in front of it, as this is essentially a cascode amp and it fits with the dual-gate MOSFET product detector. Once the new preamp was added, the change was dramatic. The microphonics were gone.</p>
<p>Next, I decided to be a bit more rigorous in my study and quantify the exact difference between the common-source JFET amp and the dual-gate MOSFET amp. First I breadboarded the common-source JFET amp and ran it through the test procedure in the page linked above (at 18 MHz). The results were atrocious. Only 30 dB of reverse isolation, which is worse than the worst amp listed there (the feedback amp). Next, I dug out an old dual-gate MOSFET amp I had breadboarded for my <a href="http://www.nt7s.com/blog/tag/mosfet/">2008 investigations</a> and ran it through the same test. As expected, the results were vastly superior: 68 dB of reverse isolation. This lines up nicely with Todd's measured results of &gt;64 dB for the hybrid cascode (I used a spectrum analyzer while he used an oscilloscope, so I was able to get a pretty good measurement down to low signal levels).</p>
<p>So this appears to be strong evidence that the IF amp is the problem. It seems certain that the next version of the CC-Series is going to scrap those awful common-source amps for a much nicer dual-gate MOSFET amp. The lesson to take away from this is that if you are going to use a single-ended mixer for any but the most simplistic applications, it must be fronted with an amplifier with an excellent reverse isolation. While the typical common-gate JFET amp will work OK, for best results it looks like a cascode or dual-gate MOSFET amp is the way to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nt7s.com/blog/2011/10/single-ended-mixers-and-reverse-isolation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Curing Common Mode Hum in the VRX-1</title>
		<link>http://www.nt7s.com/blog/2011/07/curing-common-mode-hum-in-the-vrx-1/</link>
		<comments>http://www.nt7s.com/blog/2011/07/curing-common-mode-hum-in-the-vrx-1/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 06:19:06 +0000</pubDate>
		<dc:creator>Jason Milldrum</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[VRX-1]]></category>
		<category><![CDATA[AA7EE]]></category>
		<category><![CDATA[preamp]]></category>

		<guid isPermaLink="false">http://www.nt7s.com/blog/?p=780</guid>
		<description><![CDATA[As I've previously noted, the VRX-1 is a nifty little basic direct conversion receiver, but it has some shortcomings that could be problematic under certain circumstances. Here's a story of one of those issues and the cure that was found. Dave AA7EE purchased and built a VRX-1 kit a while ago but was never fully [...]]]></description>
			<content:encoded><![CDATA[<p>As I've previously noted, the VRX-1 is a nifty little basic direct conversion receiver, but it has some shortcomings that could be problematic under certain circumstances. Here's a story of one of those issues and the cure that was found.</p>
<p>Dave AA7EE purchased and built a VRX-1 kit a while ago but was never fully satisfied with the performance due to an annoying 60 Hz hum. He and I had briefly traded comments on the topic via <a href="http://twitter.com/#!/NT7S">Twitter</a>, but I never really seriously took the time to think about it until just recently. Dave had <a href="http://aa7ee.wordpress.com/2011/07/01/first-forays-into-manhattan-construction-crystal-oscillator-and-a-peaked-lowpass-filter/">built and placed a peaked lowpass audio filter</a> into the receiver thinking that would help with the hum, but unfortunately it did virtually nothing to help with it.</p>
<p>I was a bit surprised to hear of the hum problem, since I had never encountered any significant amount of hum, nor had I had other complaints of hum. The <em>eureka</em> moment came when Dave had mentioned that the hum went away when he disconnected the antenna, or it decreased in signal strength when he moved away from his home. I had assumed that the hum was a glitch in his audio circuitry, but this reminded me of the problem known as common mode hum. The best description of this phenomena is found on pages 8.8 - 8.9 of <em>Experimental Methods in RF Design</em>, but I can provide a brief overview. Common mode hum is the result of the LO leakage getting out of the antenna port, modulated by a mains power supply (like an old-fashioned model with rectifiers), and then re-received by the radio.</p>
<p>Due to the simple, single-ended mixer design in the VRX-1, I knew that LO-RF isolation was very poor. So the first suggestion to pop in my mind was to tell Dave to try a common-gate JFET preamp on the front end. Although these type of mixers have modest gain, they have a low noise figure, and even more importantly for us, excellent reverse isolation (on the order of 30 dB). This should be enough to kill any significant amounts of LO leakage.</p>
<p>Dave built a circuit from master homebrew experimenter, Todd VE7BPO. It's <a href="http://www.qrp.pops.net/preamp.asp">the last circuit on this page</a>, and it looks rock-solid. A double-tuned circuit on the front and a single-tuned circuit on the output.<a href="http://aa7ee.wordpress.com/2011/07/06/common-mode-hum-issue-with-vrx-1-fixed-and-youtube-video-posted/"> Sure enough, that ended up doing the trick</a>. Rather than trying to reinterpret Dave's thoughts, go visit that last link, then watch his YouTube video so you can hear the results for yourself:</p>
<p><iframe src="http://www.youtube.com/embed/7-ZGBTNbWR4" frameborder="0" width="480" height="390"></iframe></p>
<p>I'm really pleased to hear that Dave's annoying problem is finally fixed. This makes me wonder, in retrospect, whether I should have just designed in a preamp to the VRX-1. It certainly isn't needed for noise figure purposes, but as you can see it can make a huge difference with those who might have problems with hum. There's also a well-documented problem of a loud impulse generated when the antenna is connected or disconnected during operation. I suspect at the reverse isolation of the preamp would also help this. Hindsight is certainly 20/20. If there is ever a VRX-2, then you can bet that it will get a stock common-gate preamp.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nt7s.com/blog/2011/07/curing-common-mode-hum-in-the-vrx-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Creating PCBs with &quot;PCB Fab-in-a-Box&quot;</title>
		<link>http://www.nt7s.com/blog/2010/12/creating-pcbs-with-pcb-fab-in-a-box/</link>
		<comments>http://www.nt7s.com/blog/2010/12/creating-pcbs-with-pcb-fab-in-a-box/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 04:14:11 +0000</pubDate>
		<dc:creator>Jason Milldrum</dc:creator>
				<category><![CDATA[CC-Series]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Homebrewing]]></category>
		<category><![CDATA[G3UUR]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[projectx]]></category>
		<category><![CDATA[pulsarpcb]]></category>

		<guid isPermaLink="false">http://www.nt7s.com/blog/?p=710</guid>
		<description><![CDATA[I decided to make my initial Project X prototype PCBs at home using the old tried-and-true method of toner transfer (via Pulsar Professional paper and foil). Since I'm a novice at PCB layout, I didn't feel comfortable paying the money for a few proto PCBs from a board house, then finding out that I did [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_711" class="wp-caption aligncenter" style="width: 501px"><a href="http://www.nt7s.com/blog/wp-content/uploads/2010/12/G3UUR-Xtal-Checker.jpg" rel="lightbox[710]"><img class="size-large wp-image-711  " title="G3UUR Crystal Checker" src="http://www.nt7s.com/blog/wp-content/uploads/2010/12/G3UUR-Xtal-Checker-1024x768.jpg" alt="G3UUR Crystal Checker" width="491" height="369" /></a><p class="wp-caption-text">G3UUR Crystal Checker</p></div>
<p>I decided to make my initial Project X prototype PCBs at home using the old tried-and-true method of toner transfer (via <a href="http://www.pulsarprofx.com">Pulsar Professional</a> paper and foil). Since I'm a novice at PCB layout, I didn't feel comfortable paying the money for a few proto PCBs from a board house, then finding out that I did something wrong and flushing that money down the drain. Instead of buying Pulsar's starter kit, I just purchased a pack of the transfer paper and a roll of the green foil. I also got the required GBC laminator from Amazon instead of paying significantly more for it from Pulsar.</p>
<p>Last night, it was time to give the process a whirl, so I decided to make a PCB of the G3UUR crystal checker circuit that was printed in the Fall 2010 QRP Quarterly (an excellent article, by the way). The instructions seemed clear enough, but I had about five failures before I finally figured out how to make the process work correctly. I was just about ready to chuck the whole thing in the trash bin, but I managed to keep my wits and persevere through it. For those who might be new to the process, let me help you to avoid some of the problems that I had:</p>
<ul>
<li>Give yourself at least 0.5 inches of copper clad clearance on each margin of the final board edge in order to give the laminator good purchase on the board and transfer paper. Putting the toner traces too close to the edge will result in those edges failing to adhere to the board. There's just not enough heat and pressure to do the job properly at the edge.</li>
<li>When passing the copper clad plus transfer paper through the GBC laminator, I found that it worked better with four passes. Pass the board once, turn it 90°, pass it again, etc., until all four edges have been the leading edge through the laminator.</li>
<li>I didn't see this mentioned in the instructions, but after you apply the foil on top of the toner traces, you <strong>must</strong> let everything cool down to room temperature before attempting to peel the foil off the board. Failing to do so will rip most of your toner off of the board!</li>
</ul>
<p>Once I got the bugs worked out, I was quite happy with the end result. I also decided to try out a new etching method. Instead of using ferric chloride, I used <a href="http://www.instructables.com/id/Stop-using-Ferric-Chloride-etchant!--A-better-etc/">the hydrogen peroxide/hydrochloric acid recipe that I've seen touted on the Internet</a>. Let me just say that it worked out beautifully and is <em>waaaaay</em> cheaper than buying ferric chloride. It only took about 3 minutes to etch my small board in a Ziploc baggie. No need to mess with expensive equipment or chemicals!</p>
<p>The etched board turned out very well. There are a few places with very close traces, as you can see in the photo above. These etched out perfectly, no problems at all. You might notice some bad copper on the bounding rectangle on my board, but that was because of the close clearance between that trace and the board edges. I know how to avoid that in the future.</p>
<p>Tonight, I got the board all soldered together and it worked perfectly on first power-up! That's always an extremely satisfying feeling. Now that I've got a handle on the process, I feel comfortable using it on the Project X prototype. Stay tuned for more progress on the new radio!</p>
<div id="attachment_712" class="wp-caption aligncenter" style="width: 490px"><a href="http://www.nt7s.com/blog/wp-content/uploads/2010/12/G3UUR-Bottom.jpg" rel="lightbox[710]"><img class="size-full wp-image-712 " title="G3UUR Crystal Checker - Bottom" src="http://www.nt7s.com/blog/wp-content/uploads/2010/12/G3UUR-Bottom.jpg" alt="G3UUR Crystal Checker - Bottom" width="480" height="360" /></a><p class="wp-caption-text">G3UUR Crystal Checker - Bottom</p></div>
<div id="attachment_713" class="wp-caption aligncenter" style="width: 490px"><a href="http://www.nt7s.com/blog/wp-content/uploads/2010/12/G3UUR-Top.jpg" rel="lightbox[710]"><img class="size-full wp-image-713 " title="G3UUR Crystal Checker - Top" src="http://www.nt7s.com/blog/wp-content/uploads/2010/12/G3UUR-Top.jpg" alt="G3UUR Crystal Checker - Top" width="480" height="360" /></a><p class="wp-caption-text">G3UUR Crystal Checker - Top</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.nt7s.com/blog/2010/12/creating-pcbs-with-pcb-fab-in-a-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JFET Biasing Investigations</title>
		<link>http://www.nt7s.com/blog/2010/10/jfet-biasing-investigations/</link>
		<comments>http://www.nt7s.com/blog/2010/10/jfet-biasing-investigations/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 00:03:49 +0000</pubDate>
		<dc:creator>Jason Milldrum</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[jfet]]></category>

		<guid isPermaLink="false">http://www.nt7s.com/blog/?p=656</guid>
		<description><![CDATA[I've been absent from the blog for a while because I've been knee-deep in developing the prototype for the first radio kit for my as-of-yet-unnamed open source kitbiz. The design makes extensive use of JFETs in cascode configuration. JFET cascode amps and mixers are very solid performers, but the issue of widely varying Idss in [...]]]></description>
			<content:encoded><![CDATA[<p>I've been absent from the blog for a while because I've been knee-deep in developing the prototype for the first radio kit for my as-of-yet-unnamed open source kitbiz. The design makes extensive use of JFETs in cascode configuration. JFET cascode amps and mixers are very solid performers, but the issue of widely varying I<sub>dss</sub> in JFETs was giving me cause for concern in regard to how repeatable the design would be for mass production. In order to set my mind at ease, I did some research on the most stable way to bias JFETs for I<sub>d</sub> and did a quick experiment to confirm what I was reading.</p>
<p>The most common form of JFET biasing that you seem to find in homebrew QRP projects is self-biasing; where a resistor is placed between the source and ground, and the gate is tied to DC ground. This is a convenient way to bias a N-channel FET when using a single-polarity voltage supply, but it's definitely not the most stable form of biasing. According to <a href="http://www.nt7s.com/blog/wp-content/uploads/2010/10/AN102FETbiasing.pdf">Application Note 102 from Siliconix</a>, using a constant current source to bias the FET will ensure a constant I<sub>d</sub>, but that seems like a bit of overkill in a simple QRP rig.</p>
<div id="attachment_667" class="wp-caption aligncenter" style="width: 555px"><a href="http://www.nt7s.com/blog/wp-content/uploads/2010/10/JFET-Biasing-Curves.png" rel="lightbox[656]"><img class="size-full wp-image-667" title="JFET Biasing Curves" src="http://www.nt7s.com/blog/wp-content/uploads/2010/10/JFET-Biasing-Curves.png" alt="" width="545" height="375" /></a><p class="wp-caption-text">(a) Constant Voltage Bias (b) Constant Current Bias (c) Self-Bias (d) Combo-Bias</p></div>
<p style="text-align: left;">The image above shows the transfer characteristic curves for a 2N4339 biased with four different methods: constant voltage, constant current, self-bias, and combo-bias. The two I<sub>d</sub>-V<sub>gs</sub> curves in each graph represent the normal production range of I<sub>dss</sub>. As you can see in graph (c), the load line QA-QB has a fair amount of slope, which indicates that I<sub>d</sub> will vary quite a bit as I<sub>dss</sub> varies. Graph (a) shows constant voltage bias, which provides the worst variation of I<sub>d</sub> by far. The source resistor provides the slope of the load line, so increasing R<sub>s</sub> will flatten the slope and reduce the I<sub>d</sub> variation, but the problem is that it also chokes off I<sub>d</sub> and reduces the amplifier transconductance.</p>
<p style="text-align: left;">Combo-biasing (presented in graph (d)) helps to flatten the slope without losing all of your drain current. The load line in the self-bias graph has an intercept at the origin, which represents the gate at a DC voltage of 0 V. If you leave the source resistor in, and apply a positive voltage on the gate, the load line slope will flatten as seen in graph (d).</p>
<p style="text-align: left;">In order to see this effect for myself, I conducted a quick experiment with a batch of ten J211s that I picked from random from a bag of parts procured from Mouser. The first thing that I did was measure I<sub>dss</sub> by configuring the circuit on the left below and measuring the current through the source. Next, to measure the self-bias configuration, I placed a source resistor of 1 kΩ in the circuit and again measured the drain current. Finally, the combo-bias configuration was tested by applying 2.9 V to the gate through a 100 kΩ resistor, for a target drain current of 4 mA (the procedure for choosing the proper gate voltage is detailed in the application note).</p>
<p><a href="http://www.nt7s.com/blog/wp-content/uploads/2010/10/JFET-Biasing.png" rel="lightbox[656]"><img class="aligncenter size-full wp-image-664" title="JFET Biasing" src="http://www.nt7s.com/blog/wp-content/uploads/2010/10/JFET-Biasing.png" alt="" width="322" height="204" /></a></p>

<table id="wp-table-reloaded-id-1-no-1" class="wp-table-reloaded wp-table-reloaded-id-1">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">No.</th><th class="column-2">Idss (mA)</th><th class="column-3">Id (mA) - Self Bias (Rs=1k)</th><th class="column-4">Id (mA) - Combo Bias (Vg=2.9)</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">1</td><td class="column-2">12.28</td><td class="column-3">2.13</td><td class="column-4">4.40</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">2</td><td class="column-2">11.83</td><td class="column-3">1.97</td><td class="column-4">4.24</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">3</td><td class="column-2">11.15</td><td class="column-3">1.89</td><td class="column-4">4.16</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">4</td><td class="column-2">13.20</td><td class="column-3">2.23</td><td class="column-4">4.48</td>
	</tr>
	<tr class="row-6 even">
		<td class="column-1">5</td><td class="column-2">14.22</td><td class="column-3">2.37</td><td class="column-4">4.61</td>
	</tr>
	<tr class="row-7 odd">
		<td class="column-1">6</td><td class="column-2">11.58</td><td class="column-3">1.87</td><td class="column-4">4.15</td>
	</tr>
	<tr class="row-8 even">
		<td class="column-1">7</td><td class="column-2">12.78</td><td class="column-3">2.10</td><td class="column-4">4.36</td>
	</tr>
	<tr class="row-9 odd">
		<td class="column-1">8</td><td class="column-2">11.95</td><td class="column-3">1.98</td><td class="column-4">4.24</td>
	</tr>
	<tr class="row-10 even">
		<td class="column-1">9</td><td class="column-2">13.01</td><td class="column-3">2.19</td><td class="column-4">4.43</td>
	</tr>
	<tr class="row-11 odd">
		<td class="column-1">10</td><td class="column-2">11.68</td><td class="column-3">1.94</td><td class="column-4">4.21</td>
	</tr>
	<tr class="row-12 even">
		<td class="column-1"></td><td class="column-2"></td><td class="column-3"></td><td class="column-4"></td>
	</tr>
	<tr class="row-13 odd">
		<td class="column-1">STDEV</td><td class="column-2">0.928</td><td class="column-3">0.164</td><td class="column-4">0.152</td>
	</tr>
	<tr class="row-14 even">
		<td class="column-1">MEAN</td><td class="column-2">12.368</td><td class="column-3">2.067</td><td class="column-4">4.328</td>
	</tr>
	<tr class="row-15 odd">
		<td class="column-1">SD%</td><td class="column-2">7.50%</td><td class="column-3">7.93%</td><td class="column-4">3.52%</td>
	</tr>
</tbody>
</table>

<p>As you can see in the table above, self-biasing controls the drain current to a smaller range than I<sub>dss</sub>, but if you compare the standard deviation to the sample mean, you can see that it's roughly the same. The values of drain current in the self-bias circuit are roughly proportional to I<sub>dss</sub>. On the other hand, in the combo-bias circuit it's obvious that the drain currents are even more tightly controlled even though the mean is about double what it is in the self-bias circuit. The standard deviation as a percentage of the mean is approximately half of the self-bias circuit.</p>
<p><em>Note: it has been a while since I've taken Statistics, so I believe that I've made a valid comparison, but if I haven't I'm sure someone will let me know.</em></p>
<p>Now I understand one of the reasons that the string of source diodes is used in the <a href="http://www.ka7exm.net/">Hycas IF amplifier</a>. This provides the gate with a few volts of bias, which gives combo-biasing and drain current stability. The Siliconix application note shows voltage divider bias as a way of achieving this, but I've always been a fan of using diode bias where possible. This method of biasing should provide a good way of controlling for manufacturing variations when using JFETs in bulk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nt7s.com/blog/2010/10/jfet-biasing-investigations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Sneak Peek at Project Clackamas</title>
		<link>http://www.nt7s.com/blog/2010/03/a-sneak-peek-at-project-clackamas/</link>
		<comments>http://www.nt7s.com/blog/2010/03/a-sneak-peek-at-project-clackamas/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 12:33:06 +0000</pubDate>
		<dc:creator>Jason Milldrum</dc:creator>
				<category><![CDATA[Clackamas Transceiver]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[clackamas]]></category>
		<category><![CDATA[receiver]]></category>
		<category><![CDATA[specs]]></category>

		<guid isPermaLink="false">http://www.nt7s.com/blog/?p=538</guid>
		<description><![CDATA[I'm up to my elbows in the design work for the 2010 FDIM QRP Challenge, and I think I've come far enough along to give the rig a name. I'm happy to announce that I've dubbed this project Clackamas, in keeping with my tradition of naming my creations after Oregon rivers. The receiver is pretty [...]]]></description>
			<content:encoded><![CDATA[<p>I'm up to my elbows in the design work for the <a href="http://fdim.qrparci.org/content/view/104/">2010 FDIM QRP Challenge</a>, and I think I've come far enough along to give the rig a name. I'm happy to announce that I've dubbed this project <a href="http://en.wikipedia.org/wiki/Clackamas_River"><em>Clackamas</em></a>, in keeping with my tradition of naming my creations after <a href="http://en.wikipedia.org/wiki/List_of_rivers_of_Oregon">Oregon rivers</a>.</p>
<p>The receiver is pretty close to its final configuration (I hope), so I took it in to work so I could measure the performance using the very nice calibrated test equipment at my bench. This is my first time making this entire range of receiver measurements, and I have to say that it was quite interesting. I wish it was something that I had started taking more seriously a while ago. I have a wish list for test equipment a mile long, but I've realized that I really need to get my hands on a pair of good signal generators, hopefully ones that can give me an output down to -140 dBm.</p>
<p>I followed the procedures in the <a href="http://www.arrl.org/~ehare/testproc/testproc.pdf">ARRL Test Procedures manual</a> as closely as I could (do yourself a favor and save a copy of this highly useful document). The numbers came out pretty close to what I would expect, so I'm reasonably sure they are legitimate. I'm just hoping that I can win the challenge so that my rig gets taken to HQ for the real battery of tests! Below is the results of my testing, followed by a very brief commentary on the numbers:</p>
<pre>IF Bandwidth: 462 Hz
MDS: -126 dBm
3rd Order DR (20 kHz): 80.5 dB (S5 signal level per ARRL Lab Procedures)
IIP3 (20 kHz): -5.2 dBm
Blocking DR (20 kHz): 102.6 dB
IF Rejection: 23 dB
Image Rejection: 48 dB</pre>
<div id="attachment_539" class="wp-caption aligncenter" style="width: 533px"><a href="http://www.nt7s.com/blog/wp-content/uploads/2010/03/filt2.png" rel="lightbox[538]"><img class="size-full wp-image-539 " style="clear: right;" title="Clackamas IF Response" src="http://www.nt7s.com/blog/wp-content/uploads/2010/03/filt2.png" alt="" width="523" height="393" /></a><p class="wp-caption-text">Clackamas IF Response</p></div>
<p>I believe that the MDS, dynamic range, and IIP3 measurements are all  acceptable for a receiver using 40 parts and a 7-part VFO. I know why  the IF and image rejection is so horrible (it's because of a design  trade-off), but I can't get into the details of that yet. The filter response is a  bit funky, but I'm sure that my impedance matching isn't the greatest.  On the air, it's my opinion that the rig sounds decent. Maybe I can  record some audio this weekend and post it. Let me know what you think;  does this sound reasonable to you for a compromise superhet? I'd love to  hear your comments on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nt7s.com/blog/2010/03/a-sneak-peek-at-project-clackamas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>QRP SSB Transceiver in Progress</title>
		<link>http://www.nt7s.com/blog/2009/11/qrp-ssb-transceiver-in-progress/</link>
		<comments>http://www.nt7s.com/blog/2009/11/qrp-ssb-transceiver-in-progress/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 05:13:30 +0000</pubDate>
		<dc:creator>Jason Milldrum</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Homebrewing]]></category>
		<category><![CDATA[QRP]]></category>
		<category><![CDATA[ssb]]></category>

		<guid isPermaLink="false">http://www.nt7s.com/blog/?p=461</guid>
		<description><![CDATA[A little while ago, I got a hankering to work on a SSB transceiver. It's something that I've never homebrewed before, and it seemed it like it might be fun to tackle. The BITX20 seemed like an obvious choice, and W7ZOI recently published an improved bidirectional amp which would be nice to try in the [...]]]></description>
			<content:encoded><![CDATA[<p>A little while ago, I got a hankering to work on a SSB transceiver. It's something that I've never homebrewed before, and it seemed it like it might be fun to tackle. The <a href="http://www.phonestack.com/farhan/bitx.html">BITX20</a> seemed like an obvious choice, and W7ZOI recently published an <a href="http://w7zoi.net/Bidirectional%20Matched%20Amplifier.pdf">improved bidirectional amp</a> which would be nice to try in the rig. But I'm one who likes to try stuff that's a bit off the beaten path, so I decided to try my hand at something a bit different.</p>
<p>VU2PEP has a lesser-known <a href="http://www.phonestack.com/farhan/xcvr1.html">SSB design</a> on his website, that's a dual-band transceiver. Besides having 20 and 40 meter capability, it also has a different topology than the BITX series. Instead of reversing the flow of the signal to generate a SSB signal, this design sends the RX and TX signal in the same direction through the IF. Take a look at the schematics to get an idea of what I'm talking about.</p>
<p>I decided to make a "remix" of this design. The basic topology is the same, but most of the circuits are revised. The IF was moved to 4.9152 MHz, and the VFO is heterodyne-style to provide a ~19.12 MHz LO signal. My version is only for 20 meters. The front end has a preamp added and uses a cascode JFET mixer instead of a single JFET. So far, the RX strip and VFO is complete (although I might change the VFO because of some birdie problems), but the transmit amplifiers haven't been built yet. I got a good chance to work out the RX during Sweepstakes. Check out my YouTube video below to hear me describe the circuit so far and listen to the receiver on SS.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/VJgE-BRQDcU" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/VJgE-BRQDcU"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nt7s.com/blog/2009/11/qrp-ssb-transceiver-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing the VRX-1</title>
		<link>http://www.nt7s.com/blog/2009/09/introducing-the-vrx-1/</link>
		<comments>http://www.nt7s.com/blog/2009/09/introducing-the-vrx-1/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 02:49:02 +0000</pubDate>
		<dc:creator>Jason Milldrum</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Homebrewing]]></category>
		<category><![CDATA[VRX-1]]></category>
		<category><![CDATA[4SQRP]]></category>
		<category><![CDATA[TDA7052]]></category>

		<guid isPermaLink="false">http://www.nt7s.com/blog/?p=380</guid>
		<description><![CDATA[While I was away on my honeymoon, I noticed that the upcoming kit that I've been hinting about for months has finally been released. The Four State QRP Group announced availability of the VRX-1 direct conversion receiver. The VRX-1 is a simple 40 meter VXO-tuned receiver (crystal on 7.030 MHz), but it's not your typical [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_381" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-381" title="VRX-1 in 4SQRP Clear Top Tin" src="http://www.nt7s.com/blog/wp-content/uploads/2009/09/P7150272-300x225.jpg" alt="VRX-1 in 4SQRP Clear Top Tin" width="300" height="225" /><p class="wp-caption-text">VRX-1 in 4SQRP Clear Top Tin</p></div>
<p>While I was away on my honeymoon, I noticed that the upcoming kit that I've been hinting about for months has finally been released. The <a href="http://4sqrp.com/">Four State QRP Group</a> announced availability of the <a href="http://www.wa0itp.com/vrx1.html">VRX-1</a> direct conversion receiver. The VRX-1 is a simple 40 meter VXO-tuned receiver (crystal on 7.030 MHz), but it's not your typical NE602/LM386 combo. The product detector consists of only a 2N7000 MOSFET, a capacitor, and an inductor. The audio amplifier is a <a href="http://www.nxp.com/#/pip/pip=[pip=TDA7052_CNV_2]|pp=[t=pip,i=TDA7052_CNV_2]">TDA7052</a> from NXP. This little 8-pin DIP can output 1 watt of clean audio into low impedance headphones or a small speaker. Current consumption is only about 40 mA, which makes the VRX-1 easy on your batteries if you take it out for portable use. The construction of the receiver is done Manhattan-style, but don't let that put you off if you've never built this way before. I provide a precise, detailed layout diagram to show you exactly where each part is placed and how it is oriented. There's also some very detailed build documentation to walk you through the build, which you can preview at the <a href="http://www.wa0itp.com/vrx1.html">VRX-1 web page</a>. Even the novice builder can construct this radio!</p>
<p>The VRX-1 was designed to be a companion to the <a href="http://www.wa0itp.com/ns40.html">NS-40</a>, or other similar rock-bound 40 meter QRP transmitters. I also include instructions on how to use some of your own parts to modify the VRX-1 for operation on any HF band, so don't feel like you are stuck on 40 meters if you would like to try to experiment a little. In a future blog post, I'll walk you through the process of integrating the VRX-1 with a standalone QRP transmitter to make a complete station.</p>
<p>Proceeds from the kit sales go to fund OzarkCon 2010; I don't make a dime off of it (just the glory, LOL!). So please support the QRP community and try your hand at a new kind of kit. It's only $25 postage paid in the States, $28 for DX.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nt7s.com/blog/2009/09/introducing-the-vrx-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Homebrew 20 Watt Linear Amp</title>
		<link>http://www.nt7s.com/blog/2009/06/homebrew-20-watt-linear-amp/</link>
		<comments>http://www.nt7s.com/blog/2009/06/homebrew-20-watt-linear-amp/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 03:18:49 +0000</pubDate>
		<dc:creator>Jason Milldrum</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Homebrewing]]></category>
		<category><![CDATA[Operating]]></category>
		<category><![CDATA[amplifier]]></category>

		<guid isPermaLink="false">http://www.nt7s.com/blog/?p=329</guid>
		<description><![CDATA[QRP is tons of fun on CW, but it gets a bit rough trying to work other stations on SSB with 5W, especially when you are using antennas that are low to the ground. I had been eyeballing the nice RF MOSFETs from Mitsubishi for a while, and since I got a hankering to get [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/nt7s/3627808522/"><img title="20 Watt Broadband Linear Amplifier" src="http://farm4.static.flickr.com/3646/3627808522_4d3402a703_m.jpg" alt="20 Watt Broadband Linear Amplifier" width="240" height="180" /></a><p class="wp-caption-text">20 Watt Broadband Linear Amplifier</p></div>
<p>QRP is tons of fun on CW, but it gets a bit rough trying to work other stations on SSB with 5W, especially when you are using antennas that are low to the ground. I had been eyeballing the nice <a href="http://rfparts.com/transistors_RD.html">RF MOSFETs from Mitsubishi</a> for a while, and since I got a hankering to get a bit more active on SSB, I took the plunge and ordered five of the RD15HVF1 devices. At a current price of $5.25 at RF Parts, they are a bit more expensive than the IRF510 that you see in a lot of 20-40 watt range linears, but these devices have a few advantages over the IRF5xx series. One of the biggest, in my opinion, is that these RF transistors are designed to run off of a 12 volt drain voltage, unlike the IRF510 amps which don't really work well until they get around 24 volts on the drain. These things can also take quite a beating from poor mismatches, and have the convienice of having the source connected to the metal tab on the case, making for a nice solid ground connection.</p>
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/nt7s/3626990923/"><img title="20 Watt Broadband Linear Amp - Inside" src="http://farm4.static.flickr.com/3405/3626990923_5e8a5eb796_m.jpg" alt="20 Watt Broadband Linear Amp - Inside" width="240" height="180" /></a><p class="wp-caption-text">20 Watt Broadband Linear Amp - Inside</p></div>
<p>Having the appropriate parts in hand and some designs on the internet to steal from, I set out to build my own linear. There isn't a ton of creativity to be used when designing a linear of this class (Push-pull Class-AB). Every design that I've seen looks nearly the same. Not surprisingly, the real focus of the design is in optimising the input and output networks. Feeling lazy and anxious to just get on the air, I pretty much did "cut and paste" from some different circuits to find out what works best. I know, not the best method, but sometimes the desire to just put out some RF trumps proper procedure. I don't have a scehematic to post at the moment, but if you click through on the photo to the right, you can see a close-up with descriptions of major circuit blocks. Below, I've posted links to the two circuit resources that I used the most for this design. I'll have more details about the designs to comment on at a later date, when I can pull some proper notes together.</p>
<ul>
<li><a href="http://openhpsdr.org/wiki/index.php?title=PENNYWHISTLE">HPSDR Pennywhistle</a></li>
<li><a href="http://sites.google.com/site/lofturj/softrock6_3#TOC-Project:---HF-Power-amplifier-20W-u">TF3LJ SoftRock Amplifier</a></li>
</ul>
<p>One of my weakest homebrewing areas is in the mechanical engineering, but now that I have a bit of a real "shop" in my garage, things have been getting better. A bit of scrounging at the surplus stores around town led me to some cheap heat sinks that looked like they might be suitable for this project. After attacking them with an angle grinder to get a lip off of the bottom side, I was able to bolt two of them to the lid of an aluminum Hammond enclosure. I nibbled a nice square area right out of the middle of the copper clad I used to build on, soldered the RD15HVF1 devices to some pads etched out with a Dremel, then bolted the MOSFETs and copper clad directly to the lid of the enclosure. Drilling the holes for the BNCs and the LED was a piece of cake with the aluminium box material.</p>
<p>Without getting into too many details at this point, I was able to get the amplifier working right off the bat. I didn't get quite as much output power as I initially liked (only got about 10 watts), but the amp was working correctly. More troubling was the fact that output on 6 meters was only 2.8 watts. Not too great when you are putting in 2.5 watts. I figured it had to be something with the input or output network. The input return loss measured quite good; -15 to -20 dB across all the bands. So I figured that left the output network. My initial iteration of the amp used a transformer similar to the one in the Pennywhistle amp (this is a configuration that I've also successfully used before in a push-pull class-C CW amp). Without doing any actual measurements and calculations, I dropped in the broadband transformer pair used in the TF3LJ amp, and immediately improved my output power by a few watts. But I was still a bit low on 6 meters. A bit more searching showed that I might need another compensation cap on the output, so I experimented a bit more until I found that a 1200 pF silver mica in series with the drain transformer outputs worked wonders and boosted my power on 6 meters to nearly 15 watts CW. I haven't done any analysis to see why this helped. I know, sloppy...but sometimes expedience wins.</p>
<p>Since there's no output filtering built into the amplifier enclosure, I had to assemble some outboard filters in order to get this thing on the air. I was going to use 7-pole low-pass filters until I realized that everybody else uses 5-pole filters because push-pull amps already suppress the even-ordered harmonics by at least -30 dBc. A bit of work with the new LADPAC software in EMRFD enabled me to crank out a table of filters for all of the bands (160 m - 6 m) using the silver mica caps in my junkbox plus T68-6 toroids. If you click through the photo below, you can get a glimpse of the copper clad enclosure sticking off the output of the amp.</p>
<div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/nt7s/3637680468/"><img title="Backyard Linear Test" src="http://farm4.static.flickr.com/3608/3637680468_3631d92974_m.jpg" alt="Backyard Linear Test" width="240" height="180" /></a><p class="wp-caption-text">Backyard Linear Test</p></div>
<p>Last Monday, after a bit of checking of the signal purity with my dummy load and scope, I was satisfied that everything was working OK and took the amp out for a spin on the back porch. I set up the Buddipole in Versatee Vertical configuration with the Low Band Coil. It tuned right up on the upper end of 75 meters, and I had no problems at all checking into the <a href="http://www.qsl.net/oen/">Oregon Emergency Net</a>. One watt out of the 817 gave me about 25 watts out of the linear on 75 meters. I was too busy to do much else with the amplifier until today (the following Sunday), but I was excited to give the amp a try on 6 meters, since that was one of my biggest motiviations for building the thing. The Buddipole was set up in a simple 6 meter dipole configuration about 10 feet above the ground and I parked the 817 on 50.125 MHz. It didn't take long before I heard <a href="http://www.qrz.com/callsign/N6OR">N6OR</a> booming into Beaverton from Southern California (grid DM12). I snagged him on the first call, getting a 57 signal report in return and a report of good, clean audio when asked. He was running 100 watts into a quad, which you can see on his QRZ page. I was really thrilled since this was not only a victory for my mad homebrewing skillz, but was also my first 6 meter QSO!</p>
<p>I've been parked on 50.125 for most of the afternoon here at the NT7S shack and have picked up a few more QSOs. So far, all reports of the audio quality of the linear have been FB, so I'm satisfied that it (and the LPF) are working as they should be. I think I've about worn out my keys on this post, so I'll wrap it up for today (I always start with modest ambitions on these posts, they they grow exponentially). I'm having way more fun than I should be, and I'm very pleased to be back out of my ham radio funk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nt7s.com/blog/2009/06/homebrew-20-watt-linear-amp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back from the Bunker</title>
		<link>http://www.nt7s.com/blog/2009/04/back-from-the-bunker/</link>
		<comments>http://www.nt7s.com/blog/2009/04/back-from-the-bunker/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 09:24:35 +0000</pubDate>
		<dc:creator>Jason Milldrum</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[QRP]]></category>

		<guid isPermaLink="false">http://www.nt7s.com/blog/?p=304</guid>
		<description><![CDATA[Well, I've pretty much put the finishing touches on my secret QRP project for a well-known QRP club. The beta testers are currently working on building it, and hopefully the club can make an announcement about the kit fairly soon. It's not a very complicated circuit, but it's somewhat novel and has a bit of [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I've pretty much put the finishing touches on my secret QRP project for a well-known QRP club. The beta testers are currently working on building it, and hopefully the club can make an announcement about the kit fairly soon. It's not a very complicated circuit, but it's somewhat novel and has a bit of the "popcorn" factor. I think it will be a fun build for those who purchase it.</p>
<p>Spring boarding off of this project, I intend on extending some of the circuit elements that came about during the development of the secret project and using them to create something new. I don't want to say too much at this point, since I don't want to give any clues which could spoil the QRP club's kit announcement. At this point I'll just say that if I can pull this off, it will be a new take on a QRP classic. But I don't want to hype anything too much. I would rather underpromise and overdeliver. Plus, this thing hasn't even gotten off of the engineer's notepad yet. It should be a fun one to try to accomplish.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nt7s.com/blog/2009/04/back-from-the-bunker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

