Basic toolset includes
- Visual Studio Code or any other code editor
- Git (version 2+)
- Node.js v12.x or above
- NeuroSky ThinkGear Connector (separate packages for macOS and Windows are available)
You will have to digitally purchase the NeuroSky SDK from their store for 0 $.
To clone the repository,
Via SSH:
git clone [email protected]:iborg-ai/bridge.git
or
Via HTTPS:
git clone https://github.com/iborg-ai/bridge.git
From the root of the repository, run
npm install
Connect your EEG headset via bluetooth. The setup process is pretty straight forward similar to any bluetooth device that you want to pair. The NeuroSky EEG headset will be visible as 'MindWave Mobile'.
From the root of the repository, run
npm start