Update README

This commit is contained in:
Paul Warren 2017-02-11 22:56:18 +11:00
parent 083baa5d20
commit 2e5346e3f1
1 changed files with 9 additions and 2 deletions

View File

@ -7,14 +7,21 @@ Haptic Passive Learning of Morse for the Raspberry Pi
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](http://dl.acm.org/citation.cfm?id=2971768)
# Dependancies:
Adafruit GPIO libraries and PyAudio
```apt-get install python-pyaudio adafruit-gpio```
# TODO
- [X] talk to motor controller
- [X] record/find audio
- [X] document hardware choices
- [X] python library for motor controller
- [ ] python async audio playing
- [ ] generate sequences on the fly
- [X] python async audio playing
- [X] generate sequences on the fly
# Hardware