Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- BITX20
- Messages
Search
Re: CLK0,/CLK1 - VFO/BFO
I'll have to look and see which Si5351 lib I'm using but I get the 12MHz out. However, do you know of any reason not to switch CLK2 for CLK1?
toggle quoted message
Show quoted text
Thanks! On 6/26/2017 9:29 AM, Vince Vielhaber wrote:
Actually the VFO uses CLK2. I'm also building up a second one for mods |
Re: CLK0,/CLK1 - VFO/BFO
Vince Vielhaber
Actually the VFO uses CLK2. I'm also building up a second one for mods
toggle quoted message
Show quoted text
and the first mod is my own VFO which utilizes both CLK2 for the VFO and CLK0 for the BFO. Odd thing tho, I couldn't get 12MHZ out of CLK0 with the si5351 library that the Raduino uses. Switching to Pavel's library solved that problem tho. My guess is because the other library uses PLL-A for CLK0-2 and PLL-B for CLK3-7. The problem is the si5351A only has CLK0-2 so that library sticks us with only PLL-A. Pavel's doesn't do that - hence his 2 of 3 rule. Vince. HI All, --
Michigan VHF Corp. |
Re: Help!
Vince Vielhaber
Actually that's what I was referring to. It's not broken, it's turned
toggle quoted message
Show quoted text
off. Someone trying to use %f will consider it broken. As I stated, there is a way to turn it on but I never got it to work. Vince. Sprintf(%f) and printf(%f) are both non-operative in the Arduino IDE. --
Michigan VHF Corp. |
Re: VFO Drive Level
AC3AX
Thank you.... It makes sense when you type it with the zero... ? de ac3ax On Jun 26, 2017 10:49 AM, "Mvs Sarma" <mvssarma@...> wrote:
|
CLK0,/CLK1 - VFO/BFO
HI All,
I've been working on putting together another BITX40. I didn't leave myself enough room in the old lashup for mods and additions. This time I decided to use SMA connectors for all the RF, VFO/BFO/RFOUT. Nice to have real fittings instead of clips. Anyway, as I route the new wiring it would be more convenient to switch the BFO to CLK0 and the BFO to CLK1. Then I could avoid having the coax cross as it goes to the board. I seem to remember that there is some reason that the VFO was on CLK1, board cross talk maybe or something. Anyone know why that is? Thanks! Jonathan - KK6RPX |
Analog Alley: pos temp coefficient trimmer cap
does any body know how to find POSITIVE temp coefficient trimmer caps suitable for the VFO ???, e.g. who makes them. I would like to parallel one with a negative temp coefficient trimmer in my VFO to minimize drift. (Yes I know the raduino and similar are available and I have already put npo caps everywhere and already have very little drift right now but there is a slow creep that I would like to neutralize into just a wobble)
Thanks! jer aa1of |
Re: BITX40v3 CIRCUIT
On Sun, Jun 25, 2017 at 02:27 pm, Jerry Gaffke wrote:
"The grounded end of C130 and D7 should instead be connected to K1-9, so they are across the relay coil."Hi Jerry, even though I have been following most of this stuff and understand most of it, I have forgotten the reference to the above statement. ?Was this to stop that pause and click when you hit the transmit button? ?If not what is is for, and how do you stop that pause.? Thanks Andy |
Re: Help!
Sprintf(%f) and printf(%f) are both non-operative in the Arduino IDE. Using them will not throw an error in compiles...they just don't do anything in run-time.? This seems to be a built-in trap for programmers who are used to having the full conversion capability of C and C++. Other things like decimal, octal, etc. do work as expected.? It is only the conversion of float to text that is broken. _._ On Sun, Jun 25, 2017 at 8:18 PM, Vince Vielhaber <vev@...> wrote: A year or so ago someone on the arduino forum told me that sprintf is there but turned off to conserve memory.? They told me what to do to get it to work but I never could get it to. |
Re: VFO Drive Level
KOPPINGER, ?IT IS " g0upl? AND IT ISA CALL SIGN.On Mon, Jun 26, 2017 at 8:09 PM, AC3AX <kdcoppinger@...> wrote:
--
Regards
Sarma ? |
Re: VFO Drive Level
AC3AX
What is a GOUPLE? ?:) On Jun 26, 2017 1:12 AM, "Ashhar Farhan" <farhanbox@...> wrote:
|
Re: Mega 2560 PRO
Adrian,
That is definitely the wrong one.? It was discussed at great length in this topic /g/BITX20/topic/has_anyone_tried_this_super/5181646? Looks like you have a good board, just not for this project. |
Re: anybody used BD139?
Hello Farhan
I use the BD135, BD137 and BD139 in many experiments, all these are OK for frequencies up to 30MHz, but I use from Phillips or Motorola all others dont have the same perform in frequencies in frequencies above 20MHz.? ...Recently I? bought BD139 from China but they do not have the same features as the BD139 (they have a PH mark) of those brands. Some americans hams are using the 2SC5706 ...I bought they also, but I dont made experiments with. For 14MHz? the 2SC1173 or the BD135/ 137/139 are OK. 73 from py2ohh miguel |
Re: anybody used BD139?
Dimitar Pavlov
Hi, I'm use it in last 4 cw homebrew transceivers. 1 transistor gives 1/2 Watts in output. It works well to
10MHz, Upwards its power drops to 1/2 (but this may also be due to poor tuning between the transceiver and the antenna). They are Burns quickly in bad SWR conditions (over ~ 1:3). It is good to have a zener diode at the exit to protect transistor. 73! On Monday, June 26, 2017 11:49 AM, Ashhar Farhan <farhanbox@...> wrote: has anyone used bd139 as power amplifier? how does it perform at 14 mhz and beyond?
|
Re: Help!
use the sprintf, luke On 26 Jun 2017 9:40 a.m., "Dr Fred Hambrecht" <AAR4MI@...> wrote:
|
Re: VFO Drive Level
the si5351 has a stated output impedance of 80 ohms. this means that a 33 ohms resistor in series with a 50 ohms should do it. however, the diode ring mixer is not a strong 50 ohm impedance. this puzzles diode mixer needs to be DRIVEN by a 50 ohm source. which means it is best to place a 6db pad on the LO port. hence, the best way is to drive use a 33 ohm series resistor between the si5351 and a 6db pad. drive the diode mixer from the other end of the pad. program the Si5351 to 8 ma. pray to his holiness G0UPL that it works. - f On 26 Jun 2017 7:30 a.m., <bruce@...> wrote: Hi: |
Re: VFO Drive Level
I think 7dBm would apply to a ring of schottky diodes, not the 1n4148's.
toggle quoted message
Show quoted text
From a photo caption: ?? "Double balanced high level frequency mixer Mini-Circuits SBL-1 with four Schottky diodes. LO level +7 dBm (1.41 Vp-p)"? You might do well to take a look at the uBitx: ? Jerry, KE7ER On Sun, Jun 25, 2017 at 07:00 pm, <bruce@...> wrote:
From my reading it seems like a 1N4148 diode ring mixer requires about 7 dBm drive on the LO port. |
to navigate to use esc to dismiss