Wireless Waffle - A whole spectrum of radio related rubbish

How not to design transmitters and receivers (part 4: low drop-out regulators)signal strength
Tuesday 3 August, 2021, 07:50 - Amateur Radio, Broadcasting, Licensed, Pirate/Clandestine, Electronics
Posted by Administrator
A quick diversion from RF design to consider, for a short while, the issue of voltage regulation. Voltage Controlled Oscillators (VCOs) need to be supplied with a well regulated and low noise power supply. The power for most equipment is either provided via a mains power supply (which can be full of noise and buzz) or a battery (whose output voltage will decrease over time). Therefore, some manner of regulator is required in order to stabilise the supply and reduce any noise on the supply rail. There are several ways to achieve this:
  • fixed discrete voltage regulators,
  • variable discrete voltage regulators, or
  • a purpose designed circuit.
For the Wireless Waffle lockdown radio project, two regulated voltages were required. A 5 Volt supply to power the logic circuitry, and a higher voltage supply to power the VCO and associated parts. For the 5 Volt supply, a fixed discrete regulator (such as the 78L05) is ideal, cheap, and does the job very well. For the higher voltage, something in the region of 10 Volts was deemed appropriate.

The problem with getting a regulated 10 Volt supply from a 12 Volt input is that the amount of headroom available in which the regulator is able to operate is very limited (just 2 Volts in fact). 10 Volt fixed discrete regulators do exist. The 7810 is one such device, however the datasheet for these regulators clearly states:
The input voltage must remain typically 2.0V above the output voltage even during the low point on the input ripple voltage.

780x dropoutSo whilst 12 Volts at the input would be just about sufficient to allow the device to do its job, if the input dropped to even 11.9 Volts, there is no guarantee that the regulated output would remain at 10 Volts. The situation is actually more complicated than that, and the necessary voltage drop across the device in order for it to be able to do its job depends on the amount of current it is supplying and the temperature of the device. At low currents and high temperatures the necessary differential between the input and output voltage (the 'dropout' voltage) can be as low as 0.75 Volts, whereas at high current and low temperatures it can reach over 2.2 Volts. Thus, though in principle such a device could provide the 10 Volt regulated supply required, it would be working at the edge of its tolerances and may not provide quite as much regulation as desired.

Variable voltage discrete regulators (such as the LM317) work on a similar principle to fixed ones, however they are designed to provide a variable output voltage instead of a fixed one. They usually have a reference source of around 1.2 Volts against which another voltage is compared. For example, if you wanted a 12 Volt regulated output, you would use two resistors, one (for the sake of argument) of 900 Ohms, and one of 100 Ohms, connected in series across the output of the power supply. The voltage at the junction of these two resistors when the output voltage was exactly 12 Volts would be 1.2 Volts (12 x 100 / [900+100]). Feed this to the 'comparison' input on the device and it would compare this voltage to its internal 1.2 Volt reference and adjust its output to maintain equilibrium. Thus, by tweaking the value of the resistors, virtually any voltage can be generated. One issue with such a device is that its minimum dropout voltage is generally the same as that of a fixed regulator (as the internal architecture of the devices is much the same) and thus it is also working at the edge of its capabilities with a 2 Volt dropout.

It should be noted that there are a range of Low Dropout (LDO) regulators which can function with much smaller dropout voltages. For example the LM2931 which can operate with a dropout as little as 0.4 Volts. Whilst these may be ideal for this purpose, they aren't readily available in 10 Volt versions and they are not cheap (at least not compared with non-LDO equivalents).

Of course, the Wireless Waffle lockdown radio project could have just decided on using a 9 Volt regulated supply, or an LDO regulator both of which are relatively straightforward, instead of looking to achieve 10 Volts, but what would be the fun in that. Instead the third option of purpose designing a regulator was explored.

The 'bog standard' LDO regulator design which is presented on various forums on the internet is as shown in the circuit below.

ldo regulator v1

It works on the basis that as the output voltage increases to the point that the Zener diode conducts, the voltage at the base of NPN transistor TR3 increases and as it approaches 0.7 Volts it begins to turn-on. As it does this, it clamps the base voltage of the other NPN transistor, TR2, which turns-off and in the process reduces the current flowing into the base of the PNP transistor TR1 which also turns off reducing the current flowing through it, and thereby lowering the circuit's output voltage (and vice versa for a decrease in output voltage). The output voltage of the regulator is therefore set by the voltage of the Zener diode, ZD1, plus the turn-on voltage of transistor TR3. The reason that this is a low dropout regulator is that the dropout is determined only by the minimum collector-emitter voltage of the PNP transistor, TR1, when it is turned fully on, and this can be as low as 0.2 Volts. The primary issue with this circuit is that its ability to regulate the output voltage is based partially on the turn-on voltage at the base of TR3 and all bipolar transistors are very prone to changes in their turn-on voltage with temperature.

In addition, Zener diodes do not come in every possible Voltage (the nearest you could get to give a 10 Volt output would be to use a 9.1V Zener which together with the turn-on voltage of the transistor of about 0.7 Volts would yield a 9.8 Volt output). Zener diodes are also, like the junction in a bipolar transistor, prone to temperature drift. Thus, what might be a perfect 9.8 Volt output at room temperature might drop to 9.6 Volts at 50C or 10 Volts at -10C - not particularly well regulated.

ldo regulator v2

An alternative design (shown above) uses a 'long-tailed pair' (TR5 and TR6) and also uses a Zener diode to provide the voltage reference. Zener diodes of values around 6 Volts have virtually constant temperature characteristics meaning that if used as the voltage reference in a regulator, the output will vary very little as it heats up or cools down. Zener diodes typically need about 5mA of current passing through them to achieve a stable reference voltage and this can be provided from the regulated supply (through D1 and the 1K resistor), ensuring a near constant reference voltage.

The long-tailed pair basically function as an inverter: What one transistor does, the other does the opposite. So if the current in one transistor increases, the current in the other one decreases. The base of NPN transistor TR5 is provide with a fixed voltage reference by the Zener diode, whilst the base of the other senses the output voltage of the circuit via the potential divider made up of the two 10K resistors. The circuit will try and balance the voltage at both bases as follows: If the output voltage decreases, transistor TR6 will draw less current (as its base voltage decreases) and by dint transistor TR5 will draw more current, which forces more current into the base of the PNP transistor, TR4, which will conduct more heavily and increase the output voltage and behold the output voltage is stabilised.

As with a variable regulator, the output voltage can be adjusted by changing the value of the two 10K resistors. As it sits, the output voltage would be exactly 2 times the voltage across the Zener diode. The 100K resistor, by the way, is to provide some initial current for the Zener diode; otherwise, when the circuit is initialised, the Zener voltage and output voltage would both be zero and the circuit would be in equilibrium and nothing else would happen.

This may seem a silly length to go to to produce a low dropout regulator when off-the-shelf ones are available, but oddly, the design using discrete components takes up little more space on a circuit board, performs just as well, and is cheaper. It is also surprisingly good at getting rid of supply hum, buzz, ripple and noise. In addition, if the diode in the circuit (D1) is replaced by a light emitting one (an LED) it will provide an indication that all is well with the regulated output: your off-the-shelf regulator doesn't do that for you now does it?
add comment ( 178 views )   |  permalink   |   ( 2.4 / 583 )

How not to design transmitters and receivers (part 3: RF matching)signal strength
Sunday 25 July, 2021, 20:31 - Amateur Radio, Broadcasting, Licensed, Pirate/Clandestine, Electronics, Radio Randomness
Posted by Administrator
Part 1 of this series investigated an oscillator to generate an RF signal, and Part 2 looked at output devices which can produce 1 Watt. In order to connect one to the other, an intermediate amplifier is usually required. This provides additional gain to make sure that the output device has enough drive and buffers the oscillator from any changes in the output load. There are plenty of transistors (including surface mount) that are capable of providing the necessary amplification, so this is easy. For the Wireless Waffle lockdown project, an MPSH10 transistor was used. This is capable of a around 150mW of output, has plenty of gain at VHF frequencies, is cheap, and is readily available. A surface mount equivalent (the MMBTH10) is also available if needed.

Easy right? Drive the input of the transistor from the oscillator, and connect it's output to the RF power device. Not quite so. The main difficulty is that the input impedance of the RF output transistor is very low, whereas the output impedance of the preceding amplifier is relatively high.

The output impedance of the intermediate amplifier can be calculated based on the output power it is required to deliver. The equation is as follows:

Rout = V2/2Po

where:

  • Rout is the optimum load resistance of the amplifier.
  • V is the Voltage swing at the output of the amplifier. This is generally the power supply voltage minus the voltage drop across the transistor when it is in operation.
  • Po is the required output power in Watts.
So, for a 12 Volt power supply, and allowing 2 Volts for the voltage lost across the transistor and its emitter resistor, V becomes 10 Volts. If the required output power is 0.15 Watts, then the optimum load impedance for the amplifier is (102)/(2x0.15) which is about 300 Ohms. The datasheet for the MRF555 does not give its input impedance at 100 MHz, however datasheets for similar devices generally show an input impedance of only around 3 Ohms.

How, then, to match a 300 Ohm output impedance to a 3 Ohm input impedance? Inter-stage impedance matching can be achieved either via transformers (which can offer broad bandwidth solutions), or by various arrangements of capacitors and inductors (which tend to need to be tuned around specific frequencies). The ratio of turns in a transformer is the square root of the ratio of the impedances, so in this case, a transformer would have to have a turns ratio of roughly 10:1. Such large impedance transformation ratios are difficult to achieve with transformers (for various as yet undiscussed reasons) and so an alternative approach is needed.

Impedance matching using basic networks made of inductors (L's) and capacitors (C's) can easily be done, however a simple two or three component network capable of converting from 500 to 3 Ohms would require a circuit with a minimum 'Q' factor of around 11. The Q factor determines the bandwidth of the network and roughly speaking if you divide the operating frequency by the Q, you get the half-power (3dB) bandwidth of the network. At 100 MHz for example, such a network would have a bandwidth of around 9 MHz, or put another way plus or minus 4.5 MHz from the centre frequency. This would work, but would clearly require re-tuning if the transmitter wanted to operate at different frequencies within the FM band, and as has been previously stated, any part that needs to be adjusted is subject to many potential failure modes.

So how's about a more complicated LC matching network? Calculating the necessary component values for LC matching networks with up to 4 components can be done relatively easily, and to make matters even more straightforward there is an online tool which will do it for you. The Impedance Matching Network Designer will do all the difficult sums. Just enter the input and output impedance you are trying to match and the web-site will do the necessary maths.

l c c l networkEntering 3 ohms and 300 ohms into the values for the load and source resistance respectively, results in a range of possible network topograhpies (fancy words which mean the relative positions of the L's and the C's). Some of these are more useful than others, and the one selected was the L-C-C-L network as depicted on the right. The values given by the calculator are as follows:

LS = 159 nH

CS = 17.6 pF

CL = 159 pF

LL = 14.3 nH

The advantage of this arrangement is that LS can be made the inductor which sits between the collector of the transistor and the power supply, providing it's power source and thus slightly reducing overall component count. Simulating this network using the excellent Micro-Cap tool (which is amazingly now free) from the appropriately named Spectrum Software and driving it directly from the collector of the MPSH10 showed a rather lumpy frequency reponse (shown below in blue - click for a larger version).

filter response graph

After some tweaking it was found that changing CS to 15 pF and CL to 180 pF, and adjusting LS and LL accordingly gave a better and less lumpy match between the two stages, and at the same time had sufficient bandwidth that no re-tuning of the network is needed across the frequency range 88 to 108 MHz (the red curve on the graph). This, incidentally, does not mean that changing the values can not give a better result. A 'broadband' matching network will almost always represent a compromise on the overall matching efficiency and playing around with the values can give additional gain on a particular frequency at the expense of a reduction in gain on a different frequency. However, as long as the output device and its driver have sufficient oomph to produce the required output across the whole frequency range, there is little to benefit from the extra gain. Of course, in real life, with actual (and not simulated) components the values may need further tweaking.
add comment ( 217 views )   |  permalink   |   ( 3 / 635 )

How not to design transmitters and receivers (part 2: RF power transistors)signal strength
Friday 16 July, 2021, 13:17 - Amateur Radio, Broadcasting, Licensed, Pirate/Clandestine, Electronics, Radio Randomness
Posted by Administrator
Any radio transmitter needs a final output device whose job is to deliver the required amount of radio frequency (RF) energy. For the purposes of the Wireless Waffle lockdown project, an output power of 1 Watt was determined to be sufficient for most purposes. Most purposes including:
  • having fun by designing transmitters during lockdown;
  • generating enough RF to leak signals around the house whilst connected to a dummy load;
  • warming up a 1 Watt resistor to 'just about untouchable' heat levels;
  • driving a higher power amplifier to several hundred watts for whatever purpose that might be used for.
The question that needs to be addressed is therefore what device is capable of delivering this amount of output power.

Most modern RF power devices are based on various versions of a field effect transistor (FET). One of the complexities of using these devices (such as the RD01MUS1) is that they require a specific bias voltage on their gate in order to perform correctly. That would be all fine and dandy except for the fact that the aforementioned 'specific bias voltage' is different for each transistor. That's right, not for each type of transistor, but for each and every transistor. This is due to the manufacturing process of FETs and although this might be to tight tolerances, it still leaves the end device with sufficient variability that individual adjustment is required. The only way to get this right in a circuit is to manually set the bias voltage. This is usually done by monitoring the amount of current that the device is drawing without any RF passing through it and then adjusting the bias voltage until the current consumption is correct.

Although setting the correct bias voltage is a 'do once and walk away' kind of activity which doesn't need to be re-done once set, the need for any kind of variable component on a design is a nuisance for several reasons:
  • Variable components (such as resistors or capacitors) are prone to age badly. Variable resistors, for example, often go open circuit due to the ingress of dust, or through corrosion.
  • If the circuit is not working properly, there is a tendency to start fiddling around with anything that is variable, which could end up with a completely incorrect setting of the variable component.
  • There is also a tendency to fiddle with anything variable to see if 'more power' can be generated. Whilst some settings may result in a higher output power they are also likely to reduce the life of the output device, or worse, blow it up due to excess current consumption.
There are ways around this through the use of sensors, digital to analogue and analogue to digital converters, and software. For example, the current consumption of the output device could be monitored when the transmitter is initially switched on (and before any RF is generated) and the bias adjusted by software to the correct level. This would remove any manufacturing inconsistencies but is, it would be fair to say, a little over-the-top for a simple 1 Watt transmitter.

The simplest alternative to the FET bias problem is to not use a FET. Bipolar junction transistors (BJT) are biassed very differently and do not succomb to the same problems. Instead they can be set up with no bias at all and what's more, this arrangement is perfect for amplifying constant signals (such as generated by an FM transmitter) and even has it's own name 'Class C'. The thing is that BJTs are decreasingly common for RF given many other (as yet undiscussed) factors which favour the use of FETs.

In the 1980s and 1990s, the 'go to' BJT for 1 Watt VHF transmitters was the 2N4427. This transistor would happily provide 1 Watt of output on most frequencies up to around 175 MHz and was relatively readily available and cheap. Manufacture of the 2N4427 ceased some years ago (some Chinese companies make a 'clone' which can provide 1 Watt at a push but is not the same device at all and is certainly not a drop-in replacement), and their availability and price are both becoming stretched. Whilst there are a number of equally aged transistors which can do a similar (or indeed a better) job, these too are no longer manufactured. A selection of these are listed below.

DeviceOutput PowerMaximum Operating FrequencyPackageGain
2N62553 Watts175 MHzTO-397.8 dB
2SC7301.5 Watts150 MHzTO-3910 dB
2SC19474 Watts175 MHzTO-3910.5 dB
2SC23292.5 Watts175 MHzTO-3913 dB
2SC21311.6 Watts500 MHzTO-39>7 dB
2SC28510.9 Watts175 MHzTO-9213.5 dB
2SC30172 Watts175 MHzTO-3911 dB
2SC47670.9 Watts175 MHzTO-9213.5 dB
MRF2273 Watts225 MHzTO-3913.5 dB
MRF2374 Watts175 MHzTO-3912 dB
MRF5551.5 Watts470 MHzPower Macro11 dB
MRF6071.8 Watts175 MHzTO-3911.5 dB
NTE4721.8 Watts175 MHzTO-3911.5 dB
SD11274 Watts175 MHzTO-3912 dB
TP23143 Watts175 MHzTO-3915 dB

Just about the only device being manufactured today which could theoretically replace the 2N4427 is the MRF4427 which, given it's name, is supposedly a surface-mount replacement for the original device, but which, like the Chinese clones, is not a drop-in replacement. It has a very different gain profile and works up to much higher frequencies. The secondary issue with the MRF4427 is that being a surface mount device, it is much more difficult to get rid of the heat which is generated in a transmitter. RF output devices are often no more than around 60-70% efficient, meaning that a 1 Watt output transistor will also be generating around half a Watt of heat. Whilst this is easily gotten rid of on a traditional transistor by sliding a heatsink onto it, it is much more difficult to get rid of with a surface mount device (SMD). There are heatsinks available for surface mount devices but these are typically 'glued' onto the device which, though it may work, is not a perfect way. Better, perhaps, might be to try and get rid of the heat by distributing it around the printed circuit board (PCB).

2N4427
2N4427 (TO-39)
2SC2851
2SC2851 (TO-92)
MRF555
MRF555 (Power Macro)

For standard, double sided, FR4 PCB material, the thermal characteristics of the PCB are such that it will rise around 500°C per Watt per square centimetre of board. Copper via's between the top and bottom of the board can help reduce this. Dissipating a half Watt of heat in a centimetre square of PCB will therefore raise the temperature of the PCB by up to 250°C which is far too hot a temperature for any transistor to operate. However, if the transistor is mounted on a bigger piece of PCB, the heat will be distributed over a wider area and it becomes possible to get rid of half a Watt of heat without being left with a device whose main purpose would be boiling tin.

dont touch the output transistorGiven all the above, for the Wireless Waffle lockdown project, after scouring the planet for sources of 30 year old transistors, the decision was eventually made to use an MRF555 device. This has nice, healthy sized leads which can be soldered onto pads on a PCB and the heat will be distributed across the PCB from all four pins of the device. It's still readily available (though no longer manufactured), relatively cheap, and being a device designed for UHF use, it loafs along at VHF frequencies, making it more efficient and therefore producing less heat. When mounted on a PCB, producing a Watt of RF, it heats up to around 65°C which is hot to the touch, but won't damage the device (or your skin too badly if you touch it).
add comment ( 86 views )   |  permalink   |   ( 2.5 / 622 )

How not to design transmitters and receivers (part 1: voltage controlled oscillators)signal strength
Saturday 5 June, 2021, 12:20 - Amateur Radio, Broadcasting, Licensed, Pirate/Clandestine, Electronics, Radio Randomness
Posted by Administrator
halt and catch fireHasn't lockdown been a bore? There is only so much Netflix or Amazon Prime that it's possible to watch, let alone enjoy. Mind you, having said that, and if you haven't already seen it, Halt And Catch Fire is a must-watch for any kind of nerd or geek who remembers the dodgy, unreliable and overheating computer designs of the early 1980s.

In order to maintain some kind of sanity, in the Wireless Waffle workshop work has been proceeding on the crudely conceived idea of an instrument that will not only supply emissions for use in radio transmissions, but one which would also be capable of receiving them. Or to put it simply, a wideband VHF transmitter and a matching receiver which could be used as an audio link. Having designed and built many of these devices back in the 1990s, it ought to have been relatively straightforward to revisit those designs and modernise them. Alas, RF design is a fickle mistress and in addition to resulting in some truly awful designs, some very nice ones have also emerged. Along the way, many topics have had to be re-learnt all of which makes for some (very techy) content for a series of blog posts which may, in some small way, help those who might seek to replicate this pointless pass-time.

As Julio Iglesias once said, let's Begin (at) The Beg(u)in(e)(ning). There are dozens of designs for simple VHF variable frequency oscillators (VCO) on the internet, so getting something to generate the intial signals ought to be relatively straightforward. However, there is also lots of evidence to suggest that in cases where signals from oscillators are amplified to high power levels, and sent through antennas which are relatively close to the transmitter, radio frequency (RF) feedback can occur causing buzz and hum to the transmitted signal. The way around this is to have the oscillator work on a different frequency to the one being transmitted.

This might seem like an odd thing to do, however it is not uncommon. Two primary methods are used to achieve this:
  • A variable oscillator is mixed with a fixed oscillator and the sum (or difference) of the two is then filtered and amplified. For example, a variable oscillator covering 100 to 125 MHz could be mixed with a fixed oscillator at 75 MHz, resulting in outputs either at 175 to 200 MHz (if the two signals are added) or 25 to 50 MHz (if the two are subtracted). The difficulty with this approach is that mixers are, almost by necessity, non-linear devices. In the first case, with the oscillator on 100 MHz, and the wanted output on 175 MHz, the second harmonic of the oscillator would fall at 200 MHz which, being within the 'wanted' output range, could not easily be filtered out. Careful selection of the variable and fixed frequencies can help overcome this, however this limits the possible range of output frequencies and also requires lots of filtering which is fine if the wanted frequency range is relatively narrow, but more difficult if the frequency range is wider.
  • The varible oscillator operates at a frequency which is a sub-harmonic of the wanted frequency, and a multiplier is then used to double, triple or multiply the frequency by even higher orders. If we therefore wanted an output from 25 to 50 MHz, we could, for example, use an oscillator running from 8.33 to 16.66 MHz and triple it. Once again, multipliers are also non-linear devices and the 16.66 MHz signal would also be doubled to 33.33 MHz, which being within the wanted output frequency range would also be difficult to filter out. This method therefore is not without its problems and also requires filtering with all the issues associated with that.
A novel solution to these issues that was originally posited by 'Mesny' in the 1920s, and later termed the Kalitron (weren't the names of electronic circuits so much more interesting in the early 20th century), uses a push-pull pair of transistors to form the oscillator. This means that the current flowing through the circuit is actually at twice the frequency of the oscillation, as each transistor effectively forms half an oscillator. This double frequency element can easily be tapped off, meaning that the circuit acts as both an oscillator and a frequency doubler. This arrangement was used (and is still used to this day) to excellent effect in the FM transmitter designs of a company called Veronica. Indeed in the Veronica design, so much of the double frequency output is available that it can be used to directly drive a power amplifier without the need for any tedious buffering. It was therefore decided to try and base the oscillator on such a principle.

Digging around the internet for 'Kalitron' circuits in which the double frequency (or '2f') output is available, yielded very few results. An article entitled, High Frequency VCO Design and Schematics by Iulian Rosu did discuss a Differential Cross-Coupled VCO and though Iulian's design is meant for very high frequencies, his article does provide some useful guidance. One of these is that the transistors should ideally be biased at the point between their saturation and linear regions (i.e. almost fully turned on). It was therefore decided to try and adopt this circuit.

Since getting involved in designing radio equipment in the 90s, the use of PNP transistors for oscillators has always been the preferred Wireless Waffle approach. The primary benefit of this is that the inductor used to set the frequency of the oscillator is grounded, making applying some kind of variable capacitance across it far easier. And so experimentation began. It would have been easy to copy the Veronica approach, however this requires 6 individual coils to be wound, and finding a simpler way to achieve the same results was sought. Getting such an oscillator to work was not difficult, but finding the correct balance of transistor current and bias, and then tapping off the doubled frequency component with sufficient 'oomph' to do something useful with, whilst not disturbing the oscillator's stability proved a complex balancing act. In addition, to keep the costs of the associated (and yet to be designed) phase locked loop (PLL) down by using off-the-shelf high speed CMOS chips also required a method to extract the un-doubled output to be found.

The final design works. Actually, that was meant to be the start of a sentence, but having got as far as 'the final design works', seemed sufficient. 4 4 turnsAn inductor wound on a toroidal core was used for the oscillator, with a secondary winding (not shown in the picture) used to tap off the un-doubled output. This is somewhat fiddly to wind, but with practice becomes much easier and is the alternative to winding the 6 coils used in the Veronica design.

Once oscillating a new issue was identified: the varicap diodes being used to tune the circuit were rectifying the RF generated by the circuit causing mountains of unwanted non-linear signals to be generated. This was partially fixed by not connecting the varicaps directly together but by short-circuiting them at RF with a capacitor whilst driving the DC level through separate resistors. Keeping the drive voltage above around 4 Volts keeps the diodes in their non-rectifying, more linear region though slightly reducing the potential tuning range. Reducing the amplitude of the oscillations would solve this a little but also reduce the potential output power. RF design is nothing if not a set of complicated compromises.

The doubled output from the oscillator is around 10 dBm (10 milliWatts) which is not quite enough to immediately drive a power amplifier to a reasonable level, so a buffer will be needed. The addition of a buffer will add (at a later date) the option to implement an 'out of lock power down' function in which the output of the transmitter is switched off until it has settled on the required frequency, without which a multitude of problems can occur.

The final circuit (or 'schematic' in American English) of the voltage controlled frequency-doubling oscillator (or 'uppy-downy-frequency-makey-matey' in Australian English) is shown below. Layout should be kept as symmetric as possible to minimise the amount of 'f' which is present on the '2f' output. The transistors used were originally type BF451 which are ideal for the task but other PNP RF transistors such as the BF509, BF939 or MPSH81 would work equally well.

frequency doubling oscillator schematic

Future articles in this series may explore other unbelievably exciting topics such as:
  • how not to blow up RF power transistors
  • how well soldering irons burn things like skin and phone covers
  • why 40 year old transistors trump modern ones
  • glaringly obvious mistakes to make when sending PCBs for production
  • forgetting that receivers are sensitive devices
  • badly matching one stage to another
  • getting PLL loop filters to oscillate wildly
  • and much, much less...

add comment ( 237 views )   |  permalink   |   ( 3.1 / 476 )


<<First <Back | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Next> Last>>