Skip to content

simple code that turns Arduino into morse code transmitter

Notifications You must be signed in to change notification settings

Wajktor13/arduino-morse-code-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Arduino Morse Code Sender

Simple code that turns Arduino into morse code transmitter. Both sound and light broadcasts are supported.

The project was used in an outdoor game for scouts during summer camp, and this was the main purpose of its existence.

arduino_morse_code_sender.mp4

Technologies used

C++ Arduino

Usage

  1. Connect electronics to Arduino like on scheme below (it shows Arduino Uno, but for other Arduinos it is very similar). You can change pins by modyfing constans in the code (default: 2 - error, 4 - broadcast light, 7 - broadcast sound). Remember to select correct resistors for diodes

image

2. Copy / download the code
3. Put your message in line 26

image

  1. Upload to Arduino using Arduino IDE

About

simple code that turns Arduino into morse code transmitter

Topics

Resources

Stars

Watchers

Forks

Languages