Skip to main content

August 12, 2024. More on how it is done.

Time to back up in the sewer and give a bit more explanation of how it is done. This is not about the 300-pound Mary Jo and the backseat of the 57VW Beetle, but the CW Transceiver project in progress.

Our DCR Receiver project of course used the Arduino Uno for the LO (CLK0) and provides a nice LCD display. But the thought of an Arduino still creates panic amongst many homebrewers. There is no reason why you can't use something like a Glue Stick PTO with the Receiver and similarly use Crystal Control for the Transmitter. 
 
The net result in either form factor is that you have a CW transceiver. Fortunately, specific frequencies have been established for QRP CW operation and thus you can leverage those frequencies for a simplified design.

With that in mind the Transmitter portion has been envisioned as capable of operation without the Arduino, meaning it could be Crystal Controlled. 
 
With that idea in mind one feature is not included in the Arduino Logic and will work in either scheme. Behold the PNP Keying circuitry which simply provides a mechanism to key the Voltage of a Buffer stage. 


The Circuitry to be built on the Blank Squares
 
Ahead of that Buffer is either the CLK2 from the Si5351 which is offset from the Receive (CLK0) frequency by 600 Hz AND is only "ON" during the transmit cycle. Or a simple Crystal Oscillator which is manually turned on during transmit.
 
I ran a test with keying both the Oscillator (PNP Germanium) and the Buffer. Cleaner Signal and about 72 milliwatts output.






The Arduino sketch features a keyed pin (Pin6) which does the following.

1) Starts a two second timing Cycle.
2) Outputs Voltages on Pins 9 and 10.
3) Enables CLK2 which is CLK0 - 600
4) Disables CLK2 after the cycle is over
5) It is not involved in the keying of the Buffer

The Voltage on Pin 9 triggers a fast-acting Reed Relay via a BS7000 to supply 12VDC to the TR Diodes and the Bias to the IRF510. Pin 10 simply lights an LED to show you are in Transmit and could provide a source voltage for other controls.

Initially the delay was set to 2 seconds -- Having seen it work on the Mega 2560, I can envision that is too long so needs some tuning like about 1 second before return from transmit (maybe even less than that). But that part is working.



During the timing cycle (now set at 2 seconds) the Arduino sketch is locked on to just those functions designated in that sub-loop which by some is viewed as "bad", but I do not see that as an issue. Essentially it puts the TR Diodes in the transmit mode and supplies a constant Bias to the IRF51o while generating CLK2. Timing cycle over and that all goes away. The real keying of the transmitter is done with the PNP keying transistor which is now a 2N2905. 

My tests of the Keying circuit show a bit of artifact garbage which will be evaluated. I will also look at the "back wave" phenomena. 

Were you to directly utilize the Arduino for transmitter keying then my simple approach may need refinement -- but then you are locked into using an Arduino. 

TYGNYBNT

73's
Pete N6QW

 

 

Popular posts from this blog

January 26, 2024. A simple CW Transceiver/Transmitter

Cruise through the lower part of the ham bands bands and what do you hear? Well, FT-8 and CW. Often you will not hear any SSB stations yet go to the lower part of the bands, and it is a cacophony (I love that word) of bad sounding signals and some high-speed keying. Fast is not so much of the issue as is bad, run together and jerky keying. But none the less our hobby started there.    So, you could crank down your ICOM 7300 and watch the waterfall on CW or you could homebrew a radio. Actually, to do CW right you need more thought up front than you do with a SSB transceiver. Often, I will state that a CW Transceiver is much more difficult to build than a simple SSB rig. I published two articles in QRP Quarterly on CW transceivers and all I got was a yawn so maybe history will repeat itself.  Yawn!   30M CW Transceiver with RIT!   Of interest is that the LO is a Varactor tuned LC oscillator using a NE602. Look closely at the RIT circuit which is only activated on ...

March 31, 2024. Happy Easter to those who celebrate this day.

What a great day to Binge on Chocolate and experience the pain of that filling that has been leaking.  I would be in that category with the leaking filling(s) had I not just spent an amount equivalent to one of the fancy new uptown appliance box transceivers on two filling repairs. Well at least I can binge on the Chocolate bunnies without fear of pain. Regrettably everything appears to have jumped in price including the price of parts. Well not so much the parts as the shipping costs.  That notably is seen in the eBay treasures. I spotted a nice heathkit DX-20 for about $50 and the shipping was $65. Likely it is a twofer with part being a way to in effect charge a higher price by inflating the shipping and in part by increased shipping costs. Shipping with insurance across the US was about $150 for this jewel and that was three years ago. 6AM on the Left Coast ~ 20M Easter Sunday! My only hope is the cost of Chocolate Bunnies remains steady although a pound of See's Candies f...

August 30, 2024. A PNP 20M SSB Transceiver

Shown below is the Block Diagram for the 20M PNP SSB Transceiver steered in the  Transmit Mode . The components shown in the dotted block are relay steered so that the block module is single pass and amplifies in a single direction. The Block diagram show steered in Transmit.  Essentially the steering process works so that the IF Module input follows the Balanced Modulator on Transmit and then the input side follows the Receive Mixer on Receive. All done with some relays and a bit of RG174U coax. For those who count things in detail, this block diagram is not unlike what was used for the PSSST Transceiver which can be found on my website . Yes, a warmed over P3ST only using PNP devices. TYGNYBNT. 73's Pete N6QW