A desktop app providing a easy to use wrapper on top of OpenVibe to perform BCI experiments.
BCIs for classrooms
Screenshot
-
Download and install Openvibe version 2.2 from here. Make sure not to change the default installation steps.
-
Install your headset acquisition software. For Cognionics headsets install the acquisition software from here.
-
Download the latest version of Dopamine zip file from here.
-
Extract the files to a desired folder.
-
Add a shortcut to
Dopamine.exe
present in the extracted files to the desktop if needed. -
Connect your BCI headset to your PC, check impedance and all that fun stuff.
-
Start an LSL stream from your Headset application. If your manufacturer does not support LSL look here.
-
If you have a cognionics headset follow instructions from here to get started!
Install prerequisites mentioned above.
-
Install node.js along with npm. Tested on node v11.8.0 and npm 6.5.0
-
Open up command prompt or powershell. Do not use the WSL terminal.
-
Clone this repo and install dependencies:
git clone https://github.com/Naresh1318/Dopamine
cd Dopamine
npm install
- Run Dopamine:
npm start
- Build Dopamine into an executable:
npm run package-win
-
The previous command would have created a
Dopamine-win32-x64
directory under the project root directory. Copy and pastebatch_scripts
andopenvibe_scenarios
directories from project root toDopamine-win32-x64
directory. -
Double click on Dopamine.exe under
Dopamine-win32-x64
to run the built project.
Link: https://speller.naresh1318.com/
- Electron.js
- Node.js
- Vue.js