Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-morse-code

Morse Code project for Arduino

I am still working on the documentation. I will add pictures and diagrams soon. But it is basically the same diagram as the arduino starter tool kit tutorials 100-104.pdf file page 11.

This is simple LED blinking light project for arduino for beginners just like me. Code is simple too. I will have few different styles.

  • Basic
    • It is absolutely basic format and very easy to read.
    • I did this way so people who have no idea on C language can understand.
  • Enhanced
    • I moved morse code related section to morsecode.h header file.
  • Advanced
    • added a new function void stringToMorseCode(char arg[]) to read the string of letters and numbers and convert into morse code
    • it accepts the string and convert.

INSTRUCTION

  1. Buy arduino starter kit
  2. Install Arduino IDE
  3. Download tutorial file
  4. Make sure your computer can talk to arduino
    • connect your arduino to your computer without any other things attached
    • try to follow chapter 1 and 2
    • When you try to upload the example code for the first time, it will ask you which serial port you want to use.
      • I had good luck with tty.usbmodemfa131 with Mac
  5. Assemble LED blinking kit
    • The diagram and items weren't exactly identical to what I got. So, I took some pictures of mine.
    • If it is the same tutorial file, then the file name should be Arduino Stater Kit Tutorals 100-104 and diagram can be found on page 11. And here is the screen shot of it. arduino-morse-code-002.jpg
      • 002
  6. Open morsecode.ino from one of these three folders (basic, enhanced, and advanced)
    • clone this repository or download the file or you can browse to the code and copy and paste to your arduino ide
    • it should be looking like this arduino-morse-code-003.jpg
      • 003
  7. Verify to make sure code compiles without any errors.
  8. Upload
  9. Enjoy!

About

Morse Code project for Arduino

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages