Go to file
Paul Warren 2e5346e3f1 Update README 2017-02-11 22:56:18 +11:00
audio PCM wav, not alaw 2017-02-11 22:40:15 +11:00
.gitignore Initial commit 2017-02-09 18:51:11 +11:00
Adafruit_DRV2605.py Haptic motor works! 2017-02-09 23:15:43 +11:00
LICENSE Initial commit 2017-02-09 18:51:11 +11:00
README.md Update README 2017-02-11 22:56:18 +11:00
morse.py It VERKS! Now to learn morse! 2017-02-11 22:50:38 +11:00
morse_trainer.py Some more abstraction 2017-02-11 20:37:46 +11:00

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