Loading...

Morse

Let your Arduino speak morsecode

  • Version: 0.2
  • License: GPLv3
  • Author: Erik Linder
  • E-mail: Google mail with username: SM0RVV

This library let you use morsecode in your programs. It can both beep directly with an attached speaker or toggle a pin to "key" an external beeper or transmitter.

!
WARNING: VERY buggy! does not compile within Arduino IDE 1.0.1. Does NOT support tone() function. Requires PWM pin for speaker output. does support UPPERCASE ONLY! does not work with lowercase input.

Use it as an keyer for hamradio or use it like an "display" to "print" results or status. Remote controlled gadgets can tell you their status over an simple telephone line.

To install, find the directory used by Sketch > Import Library and unzip the file into that directory. The library will then show up in Sketch > Import Library. See sourcecode for the library interface details.

Downdoad the library from http://code.google.com/p/arduino-morse/

The library is based on code created by Mark VandeWettering, K6HX

Changelog:
0.1 initial release
0.2 Added support for sending one char at a time