Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.29 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.29 KB

eeg-data-recorder

Have the following installed

  • Ubuntu
  • Gort cli (http://gort.io/)
  • node version 0.10.33 (node-serialport is dependent on this)
  • python 2.7
  • grunt
  • bower

Install and Run

  • Clone the repo, then install dependencies with:
	npm install && bower install
  • Then build the project with:
	grunt notest
  • Then, put the Headset into discoverable mode and type:
	npm start
  • After the headset has connected and data starts reading out in the terminal, open your browser to localhost:3000 to see average data and a time-series readout.

To Do:


Put stuff on your path export PATH=$PATH:$HOME/go/bin export PATH=$PATH:$HOME/gort/bin