Skip to content
forked from bobi-rakova/muse

muse headband data through node to the browser

Notifications You must be signed in to change notification settings

bfrager/muse-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploring the capabilities of the Muse Headband

https://sites.google.com/a/interaxon.ca/muse-developer-site/home

Demo: https://www.youtube.com/watch?v=-lCQAi0NKIc

muse-node

visualize your brainwave activity in the browser.

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

image

Running

  • Get the muse headband
  • Get the muse sdk
  • Pair your device
  • Run muse-io.
    • For example: muse-io --preset 14 --device Muse --osc osc.udp://localhost:5000
    • 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
  • You should be getting a live D3 visual of your brainwave EEG.

image

Who

About

muse headband data through node to the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.5%
  • HTML 20.7%
  • CSS 6.8%