Skip to content

ly0va/arduino-morse-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Morse Decoder

A Morse code decoder built using

  • Arduino Uno
  • 16x2 LCD display
  • Yellow LED
  • 10KΩ potentiometer
  • Active buzzer
  • 2 buttons, breadboard and a lot of jumper wires

Features

  • Can decode Morse code, takes left button as an input
  • Buzzer squeaks to indicate when the left button is pushed
  • Outputs decoded text to an LCD display
  • Right button is Backspace
  • All inputs are debounced (as they should be)

Dependencies

Demo

Demo video: https://imgur.com/gallery/UQBnXUy

Picture