Saturday, 19 October 2019

rf - Simple Morse code transceiver circuit


I want to build a portable device (handheld) that receives and transmits Morse code in the form of Radio Frequency. I want the antenna length to be 8 inches or less and would also like a range of up to a half a mile, including inside a building with many rooms.



I want a simple button to transmit Morse. I also want a knob to change the pitch it transmits Morse at. I want the Morse to be heard when you receive it from someone else as well as when you transmit through a speaker.


I'd like to power this with 6 volt maximum, and 3 volt minimum. (I will be using AAA batteries). I don't really care about the frequency, but my friend has an amateur license and I will be getting one soon, so I can transmit on those frequencies.



Answer



Assuming you're in the US, the first place I'd look is the Radio Amateur's Handbook. It's available at any library and has exactly what you're looking for: basic radio theory and circuits for transmitters & receivers from trivial to very complex.


If you have a ham license, you can build a simple CW transmitter that's nothing more than a gated sine wave oscillator on the 40M band (bear with me: my ham license (Advanced) expired over 15 years ago and I may get frequencies wrong). Since an 8" antenna is very short at this wavelength, you won't get much range, but a little 50mW transmitter may be enough. However, it's very easy to build a transmitter for this band (7 MHz) so it's a good place to start.


For a receiver, I'd suggest a simple direct conversion one. Adjusting the frequency of the local oscillator will change the audio frequency of the incoming CW signal just the way you want.


I can't attach circuits because I don't have any recent experience with simple circuits that I know will work. Again, I recommend the Handbook because it's an excellent reference. I built exactly what I described above when I was in 11th grade (decades ago :-) and with much easier component availability these days, to say nothing of much improved performance, I expect this would be a nice weekend project for a hobby-level experimenter.


An alternative that doesn't require a license would be to pick up one each of the little 318/434 MHZ transmitter/receiver pairs such as this. You will need to build a little audio oscillator to connect to the digital output of the receiver, but circuits for 555 oscillators are all over the web. These little boards are cheap and very easy to use. However, I don't think you'll get half a mile range from them.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...