I've been a fan of Pete, N6QW, since hearing him on the excellent Soldersmoke podcast and blog. Pete has built many home brew transceivers over the years. He has written for many respected ham radio publications. (I'm a bit confused about the best web site to give for Pete, it could be this, or this, or this or even this).
Pete's original description of the radio is here.
When Todd of MostlyDIYRF announced that he was creating a modular kit version of Pete's design for a 20m transceiver I eagerly ordered.
The kit comprises a collection of well designed modules that can be used in other experimental transceivers. Each module typically has input and output pads, designed for edge soldered SMA sockets and 0.1 inch spaced pins on an edge for plugging in to a mainboard. Where required DC power is supplied via these pins. Here's the 4.915Mhz IF board:
The boards are very high quality and come with a set of components and a page with circuit and some tips on assembly and testing.
Being able to build and test each stage separately has been a great help.
Here's the motherboard populated with what's needed for receive:
The IF is at 4.915Mhz, so the VFO starts at 14Mhz - 4.915Mhz = 9.085Mhz. There is a BFO that should be just below the IF frequency to mix with IF out to produce audio from the upper sideband signal.
The VFO and BFO oscillators are provided by a board with an Si5351 clock generator being controlled by a PI2040 CPU programmed with the Arduino runtime. Todd has shared the source code here.
The kit is version 1 and Todd makes it clear that this is not a project for beginners. Making a kit as complex as this is a very difficult task and there are a few things that could be improved in the future.
There is a discussion group for builders on groups.io here.
At the time of writing, I've got receive working pretty well. I took some notes of what I've experienced so far.
- My kit was missing two of the 0.1” x 4 sockets and two of the 90 degree headers.
- The I2C LCD connections are not in the same order as the supplied LCD - VCC and Ground are swapped - danger!.
- Note the errata about 5V power being needed for the LCD - I plan to re-compile the software for another LCD (Waveshare) that I prefer to use and runs off 3.3V.
- The Mixer and BFO mixer are two of the same board but I was a bit puzzled as they have different names.
- Pin 1 on the ADE-1+ is the one with the white dot kind of near it - the text is upside down.
- The modules have three pins for each input/output, although not mentioned these are great for attaching SMA sockets. I wish the coax connections on the motherboard also matched SMA sockets to jumpers could be used.
- Steerable amp missing a 3k resistor
- Missing 4 more 90 degree headers
- IF module missing 220pf cap
- On the driver and final board the pins on the regulator U1 are very close together
- T1 on the driver and final board isn’t specified but on the discussion group Todd reveals that it should be 10 turns bifilliar
- I chose to fit SMA sockets to each module. In a few cases there isn’t quite enough space for the socket and plug for example between the IF model and Audio output board.
- My Digital VFO board as it came outputs 21Mhz on CLK2 and something like 40Mhz on CLK0 - not correct.
- Re-ordering the source code to make it easier for me to follow
- Replacing "magic" numbers in the code with const definitions
- Improving the detection of no stored values so that initialisation is more reliable (I think the crazy output frequencies I saw on the supplied CPU were because random memory was being read as stored settings)
- Printing information to Serial so I know what's going on
- Underline with a cursor the digit which will change when you tune
- When adjusting the BFO I adjust the VFO the same amount in the other direction
No comments:
Post a Comment