Skip to content

Arduino project designated to translate Morse Code from a button into alphanumerical digits.

Notifications You must be signed in to change notification settings

gabrielpereir4/arduinomorsecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

arduinomorsecode

This project involves the implementation of two buttons on the Arduino platform, one of them intended to receive the Morse Code signal (dits or dahs), and the other one intended for representing message starts, message endings or breaks. In this project there are two data structures, one for Morse Code transcription, and the other for it's alphanumerical correspondent (using the same index). The project's logic is applied to identifying and storing the Morse Code in a string, and when the end button is activated, comparing it to the Morse Code transcription list. When the Morse Code character is identified, it's index is captured and used for locating the respective alphanumerical character, returning to the main program the intended character in the transmission.

About

Arduino project designated to translate Morse Code from a button into alphanumerical digits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages