Skip to main content

Modern Python 3.7+ library for interfacing with the OpenBCI Ganglion biosensing board over BTLE.

Project description

PyPI version

ganglion-biosensing

Modern Python 3.7+ library for interfacing with the OpenBCI Ganglion biosensing board over BTLE.

The origins of this library come from my personal disagreement with some of the design and implementation choices made by the developers of the official pyOpenBCI library. Some of the code in this repository has been obtained and/or adapted from the official pyOpenBCI code (following the MIT License).

It should be noted that this library does not aim to be a full replacement for the official library, as it is completely focused on the Ganglion board and not on the Cyton. It should rather be looked at as an alternative which aims to target a more modern and efficient implementation from the ground up.

Installation

Simply do:

pip install ganglion-biosensing

Alternatively, install from the Github repository:

pip install git+https://github.com/molguin92/ganglion-biosensing.git

Usage

Usage is pretty straightforward - simply declare a Ganglion within a with-block for automatic connection and cleanup:

from ganglion_biosensing.board.ganglion import GanglionBoard

if __name__ == '__main__':
    with GanglionBoard(mac='FF:FF:FF:FF:FF:FF') as board:
        board.start_streaming()
        for i in range(500):
            print(board.samples.get(block=True))

The code is thread safe by design - samples are collected in an asynchronous manner and deposited in the board.samples queue.

For more details see the examples/ directory and the code itself.

License

Copyright 2019 - Manuel Olguín Muñoz.

Licensed under an MIT license, see LICENSE for details.

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

ganglion-biosensing-0.1.7.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

ganglion_biosensing-0.1.7-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file ganglion-biosensing-0.1.7.tar.gz.

File metadata

  • Download URL: ganglion-biosensing-0.1.7.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3

File hashes

Hashes for ganglion-biosensing-0.1.7.tar.gz
Algorithm Hash digest
SHA256 e60b55c41b33efc4d958619f57b870d2e080992cb6aeaf81bdbe465b1db268f9
MD5 80ed047e1aec851952019c7b18bdc2dd
BLAKE2b-256 b27689974f238b8790c0998fa3689e2dd2c71870ae635a67f9c97382ccde2f2b

See more details on using hashes here.

File details

Details for the file ganglion_biosensing-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: ganglion_biosensing-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3

File hashes

Hashes for ganglion_biosensing-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 4596029a46d069e54e0d66c927d03dc5fbe1c3a4385198cefec3ea4d7fc7daec
MD5 2cfe1163487813751ad06349d65c50b7
BLAKE2b-256 29d1a295e554b6e7bd88fbec29bac9ec25215ea519fc52a77e84c751e2a96f95

See more details on using hashes here.

Supported by

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