You don't have to stick to this circuit.MC145151-2 parallel loadable PLL so you can use DIP switches in order to program the PLL. ( read carefully programming guide and especially PLL Loop Filter calculation chapter )
Xtal Frequency= Step Size ( Hz ) x R ( Decimal Value of Reference Divider )
I don't recommend you to shift the Xtal value, just change the Reference Divider Value as shown in the circuit schematic.
I have decided that the complexity of this pll is not worth it for my simple all bander. However, it is the first time I found a complete all HF bands PLL that I could modify to my needs, since there is no PCU programming involved.They have been obsolete for many years.
The step size in a PLL is determined by the divided reference clock. With 8192 KHz clock and RA0, RA1 and RA2 all high (switches all open) the divisor is 8192 so it gives the 1KHz steps. As the switches are closed, the division ratio is smaller so the steps increase in size which is the opposite of what you need. With that device, the only way to do it is to drop the crystal frequency or provide it with a clock at a lower frequency, the problem that creates though is the number on the 'N' inputs has to be made correspondingly higher to get the same frequency from the VCO.
Basically:
The step size is the crystal frequency divided by 8192.
The VCO frequency is the step size multiplied by the 'N' number.
Brian.
I think all the problems hinge on your unwillingness to use an MCU. They are not complicated to program and cost less than your resonators.
If I was to design a low-cost hobby all band receiver (or transceiver) I would use an MCU to handle band switching, programming a PLL and displaying the frequency and make the PLL tune in small steps over say 500KHz. That makes the range wider than most HF bands, the 28MHz band could be treated as four smaller bands.
Then by mixing, under MCU control, you could 'shift' all the HF bands to a common IF range where any demodulator you like could be used.
DDS modules also require some digital control signals but you can buy them on a well known web site for almost nothing. As they stand, their output isn't particularly 'clean' but it is adequate for a simple receiver and you can make a VCO covering up to 30MHz with continuous coverage for less than 20 Euros.
If you really want to use digital potentiometers, remember they are only a variation of DAC where the input signal is used as the reference and the output is Vref/(resolution * input value). You may get better control using a real DAC which typically have 1024 steps instead of the 64 you get with the DS1669.
Brian.
I fully understand but this project is best designed with a mix of hardware and software, for example, it is easy to replace all the circuitry in the lower half of the schematic in post #1 with a single inexpensive MCU and have it drive an LCD frequency display as well.
With a little care, the PLL can be incorporated into software as well. The timers on most PIC processors for example can measure frequencies up to 50MHz with no additional circuitry.
Somewhere on the internet (I 've lost the link) is an interesting VFO using a frequency locked loop rather than a PLL. Basically, you tell it what frequency you want, it measures the frequency from the VFO and it produces a 'go higher' or 'go lower' voltage to the varicap to adjust the frequency.
Brian.
In fact it's so simple to change the frequency by using binary UP/DOWN counter.First of all, you should fix the comparison frequency by fixing R counter.
Let it be 200kHz and then every changes in LSB will increase or decrease the VCO frequency by 200kHz.
So by using 4bits binary UP/DOWN counter will change the VCO frequency 16 steps so 800kHz deviation can be obtained.
Note : 4bits binary counter with Up and DOWN push-buttons can be found on the internet.Quite simple circuit..
It probably isn't worth trying to lock an LT1799, the conversion of error voltage to controlled resistance is more hassle than it's worth and it produces a square wave output which would need selective filtering to 'clean up' before you could use it as a receiver LO. Using it without a frequency locking mechanism would be pointless as it is only specified to be accurate to +/- 300Khz at 20MHz making it quite likely to be so far off it would be out of band altogether.
The FLL reference I found before is here: http://www.next.gr/microcontrollers/pic/Frequency-Locked-Loop-for-HF-l7223.html a bit closer to home!
It doesn't show the VCO part but it demonstrates how simple a control system can be, the connections on the left side go directly to a standard LCD display module. The 16F628 is now obsolete but there are pin compatible and cheaper replacements available which could for example allow you to add a keypad or band switching circuit as well.
There is another trick you could consider but again it requires some software assistance, my HF225 receiver uses a PLL to generate large steps in frequency (1KHz I think) then a DAC to generate a 'fine tuning' voltage, increasing the resolution to about 10Hz. The DAC is adjusted until it has covered enough small steps then it is reset and the PLL makes the next big jump. It gives, in theory, continuous coverage but the HF225 suffers from slight temperature drift in the DAC which means there is sometimes a noticable jump in CW/SSB tone as it goes from one PLL step to the next.
Brian.
BigBoss, unfortunatelly 800KHz step is not useable in a 200KHz or 1MHz band range.
It seems quite a simple circuit, so I would like your advice on this.
That isn't the complete circuit, just an add-on stage to the original huff-n-puff stabilizer. I understand how it works but I'm not sure how it's claim to lock faster is true as the speed the tuning voltage can change is decided by the 2M and 2u2 RC filter.
Regardless, there is another more practical way of speeding up a PLL based VFO, if the new frequency is more than a few steps away from the present frequency you increase the charge current to the voltage pump by partially or completely shorting the resistive part of the loop filter. It makes the jump in frequency much faster until almost in lock then reverts back to the slower time constant to hold it there.
Brian.
The 8.192MHZ is divided down by 8192 times so pulling it will have almost no usable effect after division. For example, if you pulled it 1KHz the final tuning would only move by 1Hz!
You can use almost any small RF transistor as a replacement for the 2SC2053, it has no special properties.
Bear in mind that if you do go down the MCU route, even the cheapest ones have many I/O pins you can use to feed the PLL. Even the humble PIC16F628A has 16 IO pins while only having 18 pins in total! Personally, I would go for a slightly larger device with a few extra pins and an ADC so you can implement full band switching and auto-scan facility so it automatically sweeps the band then stops when a signal is found. Writing the software is VERY easy and at least for PICs the assembler/compiler is free - don't let that side of things hold you back.
Brian.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?