import React from "react" import useMorsePlayer from "../hooks/useMorsePlayer" import straight_key from "../media/images/straight_key.jpg" import electronic_key from "../media/images/electronic_key.jpg" export default React.memo(function Info() { const {playMorseWord} = useMorsePlayer() return (
Morse code is a method of communication that uses short tones (dits) and long tones (dahs) in various sequences to make letters, numbers, and special characters. This tool will help beginners learn Morse code.
Dit playMorseWord('.')}> (.) Short tones and the base unit length of Morse code communication.
Dah playMorseWord('-')}> (-) Long tones, each the length of three dits.
The spacing between dits and dahs matters in Morse code. Spacing of various lengths signify different things.
Intra-character Spacing A letter in Morse code can be made up of multiple dits and dahs. The spaces between the dits and dahs that make up a single letter are each the length of one dit. E.g., three dits, each separated by one-dit-long spaces, is an "S". (...) playMorseWord('...')}>
Inter-character Spacing The space between consecutive letters is three dits long. E.g., three dits, each separated by a three-dit-long spaces is "EEE". (. . .) playMorseWord('. . .')}>
Inter-word Spacing The space between words is seven dits long. E.g., three dits, each separated by seven-dit-long spaces (denoted by a forward slash in this example: ././.), is "E E E". playMorseWord('././.')}>
The rate of communication is increased or decreased by adjusting the length of the dits, which in turn adjusts the length of dahs and spaces. Adjust the WPM (Words Per Minute) in the Options section to adjust the speed.
The instrument used to send Morse code is called the key.
Straight Keys use a single button and generate tones when pressed down. Straight keys require greater accuracy as the length of dits, dahs, and spacing is completely under manual control.
Electronic Keys use paddles that automatically generate dits and dahs when pressed. The Electronic Keyer used here is an Iambic keyer that uses two paddles–left paddle for dits, right paddle for dahs. Pressing both paddles simultaneously automatically alternates between dit and dah. Mode B automatically adds an extra alternate dit or dah. Switch between the two paddles at the appropriate times to build letters in Morse code.
Check out this video for a demonstration of the difference between Straight and Electronic keys.