Morse Code interpreter

[Sulaiman Habsi] and two classmates put together a Morse Code interpreter as a class project at Sultan Qaboos University. The system listens to a morse code signal using a microphone, then translates that input to text which is displayed on this character LCD.

The breadboarded circuit feeds an audio signal from the microphone, through an OpAmp, to the ADC of an ATmega8 microcontroller. The captured signal is stored as a byte in a special way. The three least-significant bits signify how many total dots or dashes are contained in the character, the remaining bits represent those dots and dashes with zeros and ones. A full description of this process is included in a PDF linked in the article above. As you can see in the video after the break, the hardware waits to process all of the signals once the full message has been received.

This would be a great add-on for a Morse Code practice keyer.

[Read more…]

You might be a geeky dad if: your kids practice spelling in Morse code

Kids learn better if they’re engaged in the topic at hand. [Todd] found something that has his son just begging to practice his spelling words each night. He converts them all to Morse code and taps each out on the Morse code practice station they built together. To start off Todd connected the keyer to his Fluke 87 meter, using the continuity tester to sound a beep each time the key is depressed. But this is just a temporary setup until [Todd] could help guide his young one through some circuit design and assembly.

The replacement is based on a 555 timer. They grabbed an electronics project book and found the schematic along with a Morse code primer. With parts in hand [Todd] films as his son hones his soldering skills with each connection. The finished project uses the timer chip to produce the audio frequency heard from the on-board speaker. If you’ve never had the joy of teaching a kid how to solder, you’re going to love seeing the video.

[Read more…]

Doing it right with a morse code keyboard

Hackaday has seen dozens of Morse code keyboards over the years, but [Hudson] at NYC Resistor finally managed to give that idea the justice it deserves. He built a USB Morse code keyboard with the same type of telegraph key the pros use.

For his project, [Hudson] got his hands on a wonderful iambic paddle that is usually hooked up to CW rigs. Unlike previous Morse keyboards we’ve seen, [Hudson] used iambic paddles, a telegraph key with one lever for dits and another for dahs. Because the dits and dahs are separate electrical connections, it’s extremely easy for the microcontroller – a Teensy – to parse the Morse code and send the correct letter to the computer.

[Hudson] also added some audio feedback for the dits and dahs, and designed a laser-cut enclosure for the Teensy and speaker. Check out the video of the iambic keyer keyboard in action after the break.
[Read more…]