
Python communication interface to many biosignal devices manufactured by several companies to easy integration in custom PySide6 applications.
Explore the docs »
Table of Contents
Give a brief introduction into the project.
Dominik I. Braun - dome.braun@fau.de
Project Link: https://github.com/NsquaredLab/Biosignal-Device-Interface
The local set up is made using Poetry. You can install Poetry using the following command. Note: It is recommeded to install it globally.
pip install poetry
Then, you can install the dependencies in your work area using the following command:
poetry install
If you want to contribute to the project, you can install the development dependencies using the following command:
poetry install --with dev,docs
Poetry
poetry add git+https://github.com/NsquaredLab/Biosignal-Device-Interface.git
PIP
pip install git+https://github.com/NsquaredLab/Biosignal-Device-Interface.git
Examples of how you can use this package can be found in our examples gallery.
Distributed under the GPL-3.0 license License. See LICENSE.txt
for more information.
- Find available Python and Matlab implementations of OT Bioelettronica's devices on their website.
Note: The example scripts does not provide you with the same level of utility for GUI implementations.