Code for the Bare Conductive Pi Cap. Allows you to emulate a keyboard and map keyboard strokes to the Pi Cap's electrodes.
- Requires python-dev (
apt-get install python-dev
) - Requires WiringPi (
apt-get install wiringpi
) - Requires uinput (
sudo pip install python-uinput
) - Requires Bare Conductive's MPR121 libary for WiringPi
- You should install this code as part of the Pi Cap Raspbian package:
sudo apt-get install picap
- However, if you are doing this yourself, clone the repository and follow the usage instructions.
modprobe uinput
python keyboard.py
N.B. must be run as root