Skip to main content

Python API for Mentalab biosignal aquisition devices

Project description

logo.png

A Python API for Mentalab biosignal aquisition devices

Requirements

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

CLI command: explorepy acquire -n Explore_XXXX

Enter explorepy -h for help.

The following code connects to the Explore device and prints the data.

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

You can also visualize signal in real-time.

import explorepy
explorer = explorepy.Explore()
explorer.connect(device_name="Explore_XXXX")  # Put your device Bluetooth name
explorer.visualize(n_chan=4, bp_freq=(1, 30), notch_freq=50)  # Give the number of channels, frequencies of bandpass and notch filter

EEG:

EEG Dashboard

ECG with heart beat detection:

ECG Dashboard

Documentation

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

Authors

Changelog

0.3.0 (10-05-2019)

  • Explore dashboard

  • Real-time visualization of ExG and orientation signal

  • Device information in Dashboard

  • Environmental data (battery, temperature and light)

  • Real-time bandpass filter

  • New packet structures (ADS1294R & ADS1298R)

  • Heart rate estimation and R-peaks detector in dashboard

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.3.1.tar.gz (276.1 kB view hashes)

Uploaded Source

Built Distribution

explorepy-0.3.1-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