This project has been superseded by BrainWaves. This repo has been archived and kept for historical purposes.
OpenEXP is an open-source desktop app for running experiments and collecting behavioral and physiological data.
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 start
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)
- Comment out/in the marked lines in
index.html
- Comment out the devTools line in /electron/main.js if you don't want dev tools
- If first time running,
npm install --all
to get the devDependencies (you might need to add electron-builder and electron-packager globally) - Now run
npm run deploy
- Then
npm run build:osx
(Sorry windows/linux fam)
Boom. Now navigate to /dist/build/osx and see your magical .dmg! Note: If you are going to continually build/test MAKE SURE TO UNMOUNT YOUR .dmg EACH TIME!
To launch your app for the first time:
- Navigate to Applications folder in Finder
- ctrl + click (or two finger click / right click)
- Select open