Skip to main content

Python API for Mentalab biosignal aquisition devices

Project description

explorepy

logo.png

Overview

A Python API for Mentalab biosignal aquisition devices

Requirements

  • Python 3.5 or newer version

  • numpy

  • pybluez (check their repo for the requirements of pybluez)

  • pylsl

Installation

To install explorepy from PyPI run:

pip install explorepy

To install the latest development version run:

pip install git+https://github.com/Mentalab-hub/explorepy

Example use

The following code connects to the Explore device and prints the data. To see other functions please see the full documentation.

import explorepy
explorer = explorepy.Explore()
explorer.connect(device_name="Explore_XXXX")  # Put your device Bluetooth name
explorer.acquire()

Documentation

To see full documentation of the API, visit: https://explorepy.readthedocs.io/

Authors

Changelog

0.2.0 (2019-03-08)

  • Added real-time recording feature

  • Added Command Line Interface

  • Added lsl integration

  • Added new packet classes

  • Fixed reconnect issues

  • Removed input requests inside functions

0.1.0 (2019-01-18)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

explorepy-0.2.0.tar.gz (32.6 kB view hashes)

Uploaded Source

Built Distribution

explorepy-0.2.0-py2.py3-none-any.whl (16.7 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page