Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 732 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 732 Bytes

muse-lsl

Stream data from Muse EEG Headset (2016 edition) to Lab Streaming Layer.

Installation

Clone this repo:

git clone https://github.com/urish/muse-lsl

Install dependencies with yarn:

yarn

Or npm:

npm install

Then, make sure you have the LSL library installed. You can download the latest version from ftp://sccn.ucsd.edu/pub/software/LSL/SDK/ . Basically, you need liblsl64.so/liblsl64.dll/liblsl64.dylib (depending on your platform) somewhere in your path.

Finally, follow the instructions to set up Noble for your platform.

Running

Simply npm start