byb2lsl

A driver to connect the Heart&Brain kit from Backyard Brain to the LabStreamingLayer.


License
MIT
Install
pip install byb2lsl==0.0.6

Documentation

byb2lsl

A simple driver to stream data from BackyardBrain's Heart & Brain kit to the Lab Streaming Layer Example below shows how to use the driver with OpenVibe

1- Installing the package

Using Pip

> pip install byb2lsl

2- Launch the driver

> python -m byb2lsl.driver

Note: use python -m byb2lsl.driver --help for usage infos.

3- Connect to OpenVibe

Launch the program OpenVibe Acquisition Server.

In Driver, select "LabStreamingLayer".

In Driver Properties > Signal Stream, select "ByB Heart&Brain".

In Preferences > Drift Correction, select "Let the driver decide".

4- Use in OpenVibe Designer

Start OpenVibe Designer. Add a new "Acquisition Server" node, which will stream the data from the Backyard Brain. Connect to your pipeline...