[BETA]Supporting python package for use with the Blino PiNaps Raspberry pi hat.
Project description
PiNaps Supporting Library
This library provides comprehensive, high level control of the Pi-Naps_v0.2 Raspberry Pi hat.
Quick Start
pip install pinaps
sudo raspi-config
- Select interfacing options from menu.
- Select serial from menu.
- Select no to shell use over serial.
- Select yes to enabling serial port hardware.
sudo raspi-config
- Select interfacing options from menu.
- Select I2C from menu.
- Select yes to enable ARM I2C interface.
Clone our examples repository somewhere appropriate:
git clone https://Blino_Tech@bitbucket.org/blino-dev/pinaps.git
Run an example script - don't forget to plug your electrodes in!
cd pi-naps_examples/
python meditate.py
Additional Notes
Pip Installing
If you're having trouble using pip install. Try using "python -m pip install --index-url https://pypi.org/simple/ example_pkg" Where the url is the project url and the example_pkg is the package you wish to install.
Python Library Path
You might be having a lot of trouble finding where to install the libraries manually. On raspbian it should look something like this: "usr/local/lib/python2.7/dist-packages"
Contacting Blino
If you'd like to get in contact with us about the PiNaps Library, especially any bugs you come across - Contact Harri at harri.renney@blino.co.uk
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.