#1 | 30/10-18 15:19 |
---|---|
OZ1BPZ Claus Christiansen
Indlæg: 2179
|
Jeg er ved at pimpe en gammel FRG-7 og ved den lejlighed vil jeg gerne forsyne den med en frekvenstæller. VFO kører mellem 2 og 3 MHz og de tællere jeg har tæller fint på den, også med MF offset men i den forkerte retning.
Findes der et kit eller lignende hvor man selv kan bestemme om tælleren skal tælle retvendt eller inverteret..? ---------- OZ7CC /OZ1BPZ / 5P1CC |
#2 | 30/10-18 16:19 |
---|---|
Sven Lundbech
Indlæg: 582
|
Svar til #1:
Hej Claus, Jeg byggede engang en tæller til en 5-5,5 MHz VFO, der sad i en 80/20 meter transceiver med 9 MHz mellemfrekvens. Den skulle jo så kunne stilles til at tælle enten op fra 9 MHz (på 20 meter) eller ned (på 80 meter). Skulle det være helt rigtigt, så skulle offset'et jo ikke være 9 MHz men forskelligt ved LSB og USB. Det fik jeg dog aldrig implementeret. Den ligger på bordet foran mig: 74LS-kredse, 7-segment røde lysdiodedisplay. Kan du bruge den? 73, OZ7S Sven |
#3 | 30/10-18 16:26 |
---|---|
OZ1BPZ Claus Christiansen
Indlæg: 2179
|
Svar til #2:
Det tror jeg ganske bestemt jeg kan. Og jeg ser også bort fra bfo offset :-) ---------- OZ7CC /OZ1BPZ / 5P1CC |
#4 | 30/10-18 16:39 |
---|---|
Glenn Møller-Holst
Indlæg: 750
|
Svar til #1:
Kig på: Frequency display and VFO stabilizer (anvender PIC16F84, kildekode er på siden): http://homepage.eircom.net/~ei9gq/stab.html Backup: https://web.archive.org/web/20180314120030/http: //homepage.eircom.net/~ei9gq/stab.html Citat: "... A simple trick is used to read the value in the external counter. After the counter gate is closed, the PIC increments the external counter by sending pulses to the secondary counter gate (pin 9 of the 74xx00). By counting the number of pulses required to overflow the counter, it is a simple matter to calculate the value that was in the counter at the time the gate was shut. A similar method is used to determine the value in the PIC internal prescaler. The final (most significant) 8 bits of the count can be read directly from the PIC's internal RTCC register. ... When the frequency is stored in the PIC, the IF offset is added or subtracted. This kind of simple arithmetic can be done quickly and easily with a PIC. The binary number is then converted to BCD and sent one digit at a time to the LCD display. ... When the LOCK button is pressed, the current count is stored in the PIC's internal registers. This value is compared to the next count, and all subsequent counts. If the VFO has drifted, the most recent count result will not be the same as the stored number. If the VFO drifts up in frequency, a negative correction pulse is generated to correct the drift. If the VFO drifts downwards, a positive pulse is generated. The pulses are converted to a slowly changing DC voltage by an op-amp integrator circuit. The choice of op-amp is quite critical. I use an ADOP07CN. A form of PWM (Pulse Width Modulation) is used to give proportional control of the VFO. ... For a more comprehensive description of the circuit, see: Elektor magazine for Feb. 1998. ..." En nyere, men stadig billig PIC, kunne være ( se også https://da.wikipedia.org/wiki/PIC16x84#Nylige_be n-kompatible_varianter ): PIC16F628A-I/P PIC16F648A-I/P PIC16F88 (kig efter DIL) PIC16F1827 (kig efter DIL) Paywalled: Feb. 1998, Frequency display and VFO stabilizer: https://www.elektormagazine.com/magazine/elektor -199802/34037 Citat: "... The relatively simple circuit described here will stabilize the frequency of an HF VFO, and provide a digital frequency display. [] The display will allow for the different frequency offsets required for USB and LSB, and the fact that the VFO frequency may be above the signal frequency on some bands, and below it on others. ..." ---------- Glenn, OZ1HFT Redigeret 30/10-18 17:00
|
#5 | 30/10-18 17:36 |
---|---|
OZ1BPZ Claus Christiansen
Indlæg: 2179
|
Svar til #4:
Mange tak, jeg kigger nærmere på det :-) ---------- OZ7CC /OZ1BPZ / 5P1CC |
#6 | 30/10-18 17:39 |
---|---|
Bo, OZ2M
Indlæg: 402
|
Hej
Du kunne bruge en Arduino og et LCD som i vedhæftede. Du kan måle op til ca. 7 MHz med en Arduino Uno/Nano så det er fint til 2-3 MHz. Fra båndvælger taget du så et offset og viser det hele. Nemt, enkelt og billigt. ---------- 73 Bo, OZ2M, Arduino + GPS + CW, FST4, FST4W, FT4, FT8, JS8, JT4, JT65, JT9, PI4, Q65 og WSPR http://rfzero.net Vedhæftede filer: FreqCounter.ino
|
#7 | 30/10-18 22:38 |
---|---|
OZ1BPZ Claus Christiansen
Indlæg: 2179
|
Svar til #6:
Det kunne også være en mulighed :-) ---------- OZ7CC /OZ1BPZ / 5P1CC |
#8 | 31/10-18 07:49 |
---|---|
OZ1BPZ Claus Christiansen
Indlæg: 2179
|
Svar til #7:
Jeg havde ikke lige overvejet den med vfo stabiliseringen men måske en kineser syntese. Men tak for de fine indlæg :-) ---------- OZ7CC /OZ1BPZ / 5P1CC |