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]
- Host: GitHub
- URL: https://github.com/eagleeggs/moosecode
- Owner: eagleEggs
- License: mit
- Created: 2018-05-20T15:03:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T03:38:54.000Z (about 8 years ago)
- Last Synced: 2025-07-21T03:30:17.652Z (11 months ago)
- Topics: led, leds, morsecode, pi, python, raspberry-pi
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.