/muse-node

muse headband data through node to the browser

Primary LanguageJavaScript

muse-node

visualize your brainwave activity in the browser.

![image](https://cloud.githubusercontent.com/assets/39191/4486873/75f7baaa-49ee-11e4-8828-60289bff5c7e.png)

Running

  • Get the muse headband
  • Get the muse sdk
  • Pair your shit.
  • Run muse-io.
    • muse-io --preset 14 --device Muse --osc osc.udp://localhost:5000 is good.
    • You should be seeing something like image
  • You might have to reinstall the node-serialport package to get a binary built for your machine. This repo right now handles mac only.
    • You'll get an error from the next step if you do. :)
  • Run node server.js
  • Serve the public folder however you like
  • You should be getting a live D3 visual of your brainwave EEG.

image

Who

I didn't do anything except write a readme. bobi-rakova did all the work.