Skip to content

This project encodes text entered into Arduino’s Serial Monitor and outputs sequences of audio tones (Morse Code). These sequences of tones represent the original text. The Morse-It decoder application, as shown, verified the project's functionality.

License

Notifications You must be signed in to change notification settings

EETechFix/Arduino-Morse-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Morse Code Generator Morse code is a character encoding scheme used in telecommunication that encodes text characters as standardized sequences of two different signal durations called dots and dashes or dits and dahs. Morse code is named for Samuel Morse (1791 - 1872) an American painter and inventor who is best remembered for his invention of the single-wire telegraph system and the co-inventor of Morse code There is no distinction between upper-case and lower-case letters. Each Morse code symbol is formed by a sequence of dots and dashes. The dot duration is the basic unit of time measurement in Morse code transmission.

The duration of a dash is three times the duration of a dot. Each dot or dash within a character is followed by a period of signal absence, called a space, equal to the dot duration. The letters of a word are separated by a space of duration equal to three dots, and the words are separated by a space equal to seven dots.

Arduino Morse Code Generator YouTube: https://youtu.be/PqqmuAMUUV4?si=ijVl2BcIaU3UjVy1

About

This project encodes text entered into Arduino’s Serial Monitor and outputs sequences of audio tones (Morse Code). These sequences of tones represent the original text. The Morse-It decoder application, as shown, verified the project's functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages