Skip to content

This project is a simple Morse code translator implemented using an Arduino Uno and a buzzer. It translates text input into Morse code and plays it through the buzzer.

Notifications You must be signed in to change notification settings

manuemmanuel/Text-to-MorseCode-using-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-to-MorseCode using Arduino UNO

This project is a simple Morse code translator implemented using an Arduino Uno and a buzzer. It translates text input into Morse code and plays it through the buzzer.

Components

Name Quantity Component
U1 1 Arduino Uno R3
PIEZO1 1 Piezo

Circuit Diagram

Schematics

Connect the buzzer to pin 8 of the Arduino Uno.

Download ==> Schematics

Morse Code Representations

The Morse code representations for each character of the alphabet are defined in the code.

Usage

  1. Upload the code to your Arduino Uno.
  2. Open the Serial Monitor to view the Morse code output.
  3. Adjust the input text in the loop() function to translate different messages.

About

This project is a simple Morse code translator implemented using an Arduino Uno and a buzzer. It translates text input into Morse code and plays it through the buzzer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages