An open API service indexing awesome lists of open source software.

https://github.com/konsumer/morsecomputer

Arduino-based Morse code game/tool
https://github.com/konsumer/morsecomputer

Last synced: about 1 year ago
JSON representation

Arduino-based Morse code game/tool

Awesome Lists containing this project

README

          

# MorseComputer

This is a morse code computer toy/tool I designed for my girlfriend's dad.

It can:

* Understand keyed morse code
* Understand audio morse code
* Play "simon" with you, telling you to key in letters & keeping score

## software

* [Arduino IDE](http://arduino.cc/en/main/software)
* [Adafruit-GFX-Library](https://github.com/adafruit/Adafruit-GFX-Library)
* [Adafruit-PCD8544-Nokia-5110-LCD-library](https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library)
* [MorseEnDecoder](https://code.google.com/p/morse-endecoder/)