From 2e5346e3f1d1b278553ea3442363cc6d7bab65e7 Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Sat, 11 Feb 2017 22:56:18 +1100 Subject: [PATCH] Update README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f60b52c..5554223 100644 --- a/README.md +++ b/README.md @@ -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