You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paul Warren 2e5346e3f1 Update README 6 years ago
audio PCM wav, not alaw 6 years ago
.gitignore Initial commit 6 years ago
Adafruit_DRV2605.py Haptic motor works! 6 years ago
LICENSE Initial commit 6 years ago
README.md Update README 6 years ago
morse.py It VERKS! Now to learn morse! 6 years ago
morse_trainer.py Some more abstraction 6 years ago

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