No description
audio | ||
.gitignore | ||
Adafruit_DRV2605.py | ||
LICENSE | ||
morse.py | ||
morse_trainer.py | ||
README.md |
PiPHL
Haptic Passive Learning of Morse for the Raspberry Pi
Objectives
This project aims to assist with learning morse code via a raspberryPi with a haptic motor and some headphones. Using techniques from the Haptic Passive Learning experiments run by the Georgia Institue of Technology. Their Paper
Dependancies:
Adafruit GPIO libraries and PyAudio
apt-get install python-pyaudio adafruit-gpio
TODO
- talk to motor controller
- record/find audio
- document hardware choices
- python library for motor controller
- python async audio playing
- generate sequences on the fly
Hardware
Links are to my local(ish) retailer of Adafruit goodness.
Credits
- Audio from: https://evolution.voxeo.com/tools/ under LGPL license.
- DRV2605 python code from: https://github.com/spmealin/pyAdafruit_DRV2605 with changes by me to support the new adafruit_gpio Python packages.