OpenEXP is an open-source platform built using Electron for running experiments and collecting EEG data with OpenBCI hardware. This is supported with jsPsych for the stimulus presentation.
This software is currently in ALPHA stage but it is being rapidly optimized and improved. To get started, please follow the following steps:
git clone https://github.com/OpenBCI/OpenEXP.git
Download or use NodeJS to support js dependencies.
npm install --all
This will launch the application and it will begin your OpenEXP session.
npm run watch
and in a separate terminal window...
npm run electron
Plug in your OpenBCI dongle :)
Click the Connect button on the top left of the app to auto-find your device. If the device is not found it will return a list of available devices to connect to.
Thanks Josh DeLeeuw for sharing jsPsych, the force behind the stimulus presentation and behavioral data collection/organization
(tested in chrome 46.0.2490.86 (64-bit) with mac osx yosemite 10.10.3)
