Skip to content

OpenEXP is an open-source browser-based web app for running experiments and collecting EEG data with OpenBCI.

License

Notifications You must be signed in to change notification settings

martinbajalan/OpenEXP

 
 

Repository files navigation

Stories in Ready Join the chat at https://gitter.im/OpenBCI/OpenEXP

OpenEXP

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:

1. Download OpenEXP repo

git clone https://github.com/OpenBCI/OpenEXP.git

2. Install NPM

Download or use NodeJS to support js dependencies.

3. Install the dependencies

npm install --all

4. Deploy

This will launch the application and it will begin your OpenEXP session.

npm run watch

and in a separate terminal window...

npm run electron

5. Connect

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.

A special thank you

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)

About

OpenEXP is an open-source browser-based web app for running experiments and collecting EEG data with OpenBCI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.2%
  • HTML 23.8%
  • CSS 2.0%