The Nashua Area Society will be part of the fun at HamXposition @ Boxboro again this year. We will be adding some new things this year as well as providing the Ham Radio Expo display that we did last year. Our contributions will include:
Ham Bootcamp – a new activity for prospective and recently licensed Technician and General Class Hams
An Expanded Kit Building Activity
Several Forum Presentations featuring some of our recent projects and NARS Activities leading to our recognition as Club Of The Year
We will need a lot of help from NARS members to make our contribution to HamXposition successful. More on this later in this article.
Ham Radio Expo Display
Ham Expo Display
Our Ham Expo display will cover many activities that you can do with Amateur Radio. Our display will also include three GOTA stations:
A Computer Controlled Satellite GOTA
A Remotely Controlled High-Power HF GOTA
A Repeater GOTA
We will also be adding a radio programming clinic where you can get your HT programmed at the show.
Ham Expo Layout
The diagram above shows the planned layout for our Ham Expo display. It will cover the entire back wall of the main exhibit hall in the vendor area and will include the Satellite GOTA station in the bar area as we did last year.
Ham Bootcamp
Ham Bootcamp Activity
Ham Bootcamp is a new activity this year. Ham Bootcamp is a hands-on activity for folks interested in getting a Ham Radio License and folks who have gotten their Technician or General Class License and would like so help to get on the air or to upgrade their station to take advantage of their new General Class privileges. Our planned activities are outlined in the chart above. Most will be hands-on in small groups of 10 or less so we can answer questions and demonstrate how to have fun with Ham Radio. Ham Bootcamp will take place from 9 am to noon on Saturday and will accommodate up to 100 HamXposition attendees on a first-come-first-served basis. We will also provide a $5 discount coupon to all Ham Bootcampers to use toward one of the kits that are included in our kit building activity at HamXposition.
Kit Building Plans
Morse Tutor Kit
The popular Morse Tutor kit will be back again this year and we’ll have folks on hand as well equipment so that folks can build their kit and get it working at the show. You can find more about our Morse Tutor kit here.
We will be adding a second kit at our kit build – a 70 cm ground plane antenna. This is an antenna that you can build and use to help your HT or base rig get out better on the 70 cm band. We’ll have an analyzer and folks who can help you to tune your antenna for the best operation after you complete your kit.
Forum Presentations
NARS Forum Presentations
The Nashua Area Radio Society has had a pretty amazing year and we will have the opportunity to share some of our experiences at HamXposition via forum presentations. You can see the topics for our planned presentations above.
We Need Your Help
NARS HamXposition Teams
HamXposition is an important undertaking for us and for the northeastern Amateur Radio Community as a whole. We need your help to plan and execute our plans. Please reach out to Dave, Jerry, Scott or myself and join our HamXposition Team. It will be a lot of fun and a rewarding change to give back to the northeastern Amateur Radio Community.
The RockMite is a very small, but complete, transceiver. We covered most of the radio’s components in the first three parts, but it is worth reviewing. Instead of just rehashing the previous text, we should explore those ideas from a different angle.
A great place to start any investigation is asking the question, “What problem are we trying to solve?” This is a very relevant question when dissecting a radio. Answering questions like, “What does this particular thing do?” and “Why is this here?” helps us not only understand the results better, but I contend they help us remember the answers better, too.
In part one we explored the receiver. The problem to be solved there was “How do I take energy at radio frequencies and turn them into sounds my ears can hear?” We did that with an oscillator (discussed later) and a mixer, combining two frequencies to produce the four frequencies from two A and B:A, B, A+B, and A-B. It was the A-B (the free-running oscillator and the received signal) that combined to result in a frequency in the audible range.
In part two we looked at the user interface (UI) of the device, what little of it there is. There were a couple of points there, however, including problems solved like “Can I have an iambic keyer? and “How can we operate this radio on multiple frequencies?” and “How do we turn on the transmitter?” All of these things were controlled by the small Microchip PIC processor.
In part three we looked at the oscillator and saw how the output of the oscillator fed into the mixer for the receiver, and how it also fed forward into the transmitter section of the radio to be discussed today. The magic of the varactor tuning diode gave us a second frequency for the radio that could be directly controlled by the simple microprocessor.
In this last article on the RockMite we will look at the final stages of the transmitter, and specifically the filtering between the transmitter and the antenna.
The Schematic
Below is a schematic for the RockMite that we’ve been using for these articles.
Schematic for the RockMite transceiver (from QRPMe.com)
The particular part of the schematic we are interested in today is highlighted in the following:
We will discuss each part in turn.
Final Amplifier Stage
The final amplifier Q6 in the RockMite is the versatile and ubiquitous 2N2222A in the nice metal can. We put a heat-sink on the can to keep the transistor cool. The transistor amplifier is fed by a capacitive couple to the first stage amplifier Q5. (Q5 is fed by the oscillator.)
Q6 is connected to Vdc via an inductor, and to ground when the switching transistor Q3 is turned on. The Q3 transistor is connected to the transmit-receive (T-R) line on the PIC processor and when it powers the gate a connection is made through Q3 to ground, activating Q6. When Q3 is not turned on Q6 is quiet and the receiver can operate.
Filtering
Again, we should begin a discussion with “What problem are we trying to solve?” The final amplifier Q6 is solving the problem of “How do we get our signal amplified to a reasonable level?” Q6 does a nice job with this and the RockMite puts out somewhere around a half-of-a-Watt of power.
But, the trouble with generating signals like this is we also generate unwanted signals as harmonics. So, the question becomes, “How can we pass through the signal we want, but none of the harmonics?”
A good answer to that question is a low-pass filter. Filter design is far beyond the scope of this brief article, but it might be useful to walk through a simple filter design exercise.
I went to rf-tools.com and found a filter design tool. I’ve captured a screen-shot of my work creating a low-pass filter for a 40m radio. That appears below.
I used some straight-forward parameters for our filter. I want the cutoff frequency to be above 40m so I chose 8 MHz. I left the Passband Ripple (dB) to the value defaulted by the program. And, I left the impedance in-and-out be 50 Ohms. Finally, I told it to choose values that exist in parts catalogs (“standard” values).
The program generated the schematic near the top, and chose appropriate values for the parts to create the intended filter. The response curve of the filter appears in the graph below the schematic.
Examine the schematic for the transmitter section, especially the components just before the antenna connection. We have five parts of interest L2, L3, C15, C17, and C19. (Note that C16 and C18 are not populated and are reserved for future versions of the kit.) These five components are the low-pass filter for the radio. The specific parts to be used depend upon the band we want. The values for a 40m band radio are:
L2 and L3: 1 µH
C15, C19: 470 pF
C17: 1000 pF
If you check, these values from the RockMite design are very close to the values selected by our filter design program. (The designers of the RockMite, K1SWL and W1REX, are likely a lot smarter about filter design than I am, so we’ll take it on faith that their value selections are better.) The differences are small: L2 and L4 have 1.0 µH in the RockMite design; the corresponding parts in our designed filter are 1.3 µH. C15 and C19 in the RockMite design match perfectly to the corresponding parts in our filter’s design. And C17 is 1000 pF in the RockMite design, and 820 pF in our filter design. These are all very close.
The “Insertion Loss and Return Loss” graph for our filter’s design estimates the filter’s performance. The blue line that runs from upper left to the lower right corner shows the loss for a given frequency. Our first harmonic will be at 14 MHz. The line intersects 14 MHz at 27.6 dB, meaning any outputted frequency entering the filter will be diminished by 27.6 dB. Our second harmonic at 21 MHz is reduced by nearly 48 dB.
Why do we care about keeping harmonics down?
The FCC demands it.
97.307 Emission standards.
(d) For transmitters installed after January 1, 2003, the mean power of any spurious emission from a station transmitter or external RF power amplifier transmitting on a frequency below 30 MHz must be at least 43 dB below the mean power of the fundamental emission. For transmitters installed on or before January 1, 2003, the mean power of any spurious emission from a station transmitter or external RF power amplifier transmitting on a frequency below 30 MHz must not exceed 50 mW and must be at least 40 dB below the mean power of the fundamental emission. For a transmitter of mean power less than 5 W installed on or before January 1, 2003, the attenuation must be at least 30 dB. A transmitter built before April 15, 1977, or first marketed before January 1, 1978, is exempt from this requirement.
So, just guessing, the values in the RockMite’s design for the components probably make the roll-off just a little steeper. Our circuit designed in the on the RF Tools website did a good job, though. If we were really worried about it we could have put another few components in. Check out the following 7th order low-pass filter. At our first harmonic 14 MHz, our harmonics are down over 47 dB. That more than satisfies the FCC.
Wrapping Up
One of the things I love about QRP and low-power operating is I can (almost) understand all the components in the radio. I know what most things do, and I even understand why most things work. I’m still learning.
This is the last installment of the RockMite teardown. I hope you’ve enjoyed it!
In the first RockMite article, I described the receiver of the radio. I identified the place in the receiver that accepted the output of the oscillator (marked B going into pin 6 of the mixer) but skipped describing the actual oscillator. In this article, we’ll examine the oscillator and how it drives both the receiver and the transmitter.
The RockMite Overall
As a reminder, here is the whole schematic for the RockMite.
Schematic for the RockMite transceiver (from QRPMe.com)
Figure 1. The Schematic for the RockMite Transceiver
The part of the schematic we need to analyze for this article is near the word “Transmitter” in the big schematic. I’ve cut it down in the next figure (and removed some of the distracting elements).
Figure 2. The RockMite Oscillator
Colpitts Oscillator
The RockMite has within it a Colpitts oscillator. The transistor Q4 is the amplifier and the two capacitors C10 and C11 form the voltage divider. This design employs a crystal (Y2) that is band-dependent, of course, as are C10, C11, and C12. The output of C12 leads to another layer of transistor amplification that enlarges the voltage swing.
Note point B between R13 and R14. This signal leads to the input of the mixer U1 and serves as the beat frequency oscillator (BFO) that detects the received signal.
Silicon Tuning Diodes
Before I can describe the rest of the circuit I need to introduce a part that I thought was almost magical when I learned about it. The part number for these devices is MVAM109 (in the center of Figure 2). The symbol looks like a cross between a diode and a capacitor. Indeed this is exactly what this part is: a diode and a capacitor combined in a very special way. The varactor (tuning) diode acts like a capacitor, but the capacitance depends on the reverse voltage across the diode. I’ve included a plot from the Motorola data sheet below.
Figure 3. Capacitance versus reverse voltage
You can see that as the reverse voltage goes up the capacitance exhibited by the part goes down. Change the voltage and you change the capacitance. We use this in the part of the circuit described in the next section.
Tuning One of Two Frequencies
The oscillator uses Y2 (a crystal) to help determine the frequency. But, the frequency can be altered by adding or subtracting capacitance. MVAM109 (D6) will be the device that changes the capacitance.
Examine the circuit beginning with Q2 (2N7000). When the transistor is turned on there is a completed circuit between the source and drain (S and D in the diagram). In this case, the source is connected to ground. So, when the transistor is turned on the point in the circuit after D is brought down to zero volts.
Check out R9, a 4.7K Ohm resistor that connects to the drain of Q2, and to a Zener diode D5 (which is also band dependent, as it turns out). The Zener is used as a voltage regulator. Say the Zener is a 3.9-volt model. Since we are connected (through R9) to V+, the voltage at the point where D5 connects to R9 will be limited to 3.9 volts (or whatever the Zener is rated) and R9 is the current limiting resistor. This is assuming the transistor switch Q2 is open (not conducting).
In this situation we have D6 being reverse-biased to the voltage determined by the Zener diode. That much reverse bias will cause the varactor to exhibit some amount of capacitance.
If the switch Q2 is closed (and it conducts) then that point in the circuit is brought down to zero volts and the varactor is no longer reverse biased (or to a voltage below what the D5 part would supply) and we get a completely different capacitance.
The gate of Q2 is controlled by the UI PIC from a line called “Shift”, and it is used to switch between these two frequencies (by turning Q2 on or off). This is how the RockMite offers two different crystal-controlled frequencies with the push of a button.
Next Time
We have already gone through three-quarters of the schematic of the RockMite. Next time, in the last installment, I will walk through the transmitter and the filtering used by the radio.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.