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

https://github.com/eagleeggs/moosecode

pi/py - Tool to have LED's blinking morse code [Stable]
https://github.com/eagleeggs/moosecode

led leds morsecode pi python raspberry-pi

Last synced: about 1 month ago
JSON representation

pi/py - Tool to have LED's blinking morse code [Stable]

Awesome Lists containing this project

README

          

# mooseCode

### What is it

A tool that converts text files to morse code with LED's on the Raspberry PI.

### Setup

Clone mooseCodeController.py and run it with a single argument to the text file you want to translate to your LED's.

Example: mooseCodeController.py textFile.txt

For building this I used the following LED component:

[https://www.velleman.eu/products/view/?id=435550] Model: [VMA318]

### Status

Currently, it translates a-z, A-Z and spaces.

### Contributions

Feel free to add to this.