Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 736 Bytes

Readme.md

File metadata and controls

17 lines (12 loc) · 736 Bytes

brainy

A simple node server that interfaces the muse brain sensing band to an arduino board.

Built as part of dadaconf 0

Things external to this package.

  1. Connecting node to an arduino board.
  2. Install the muse developer kit

How it works

  • The muse connects over bluetooth with it's driver.
  • The driver then transmits signals using [OSC] (http://opensoundcontrol.org/introduction-osc)
  • It needs to be configured to talk to our node.js server (configure the UDP port))
  • Adjust any arduino ports you might want to interface to.
  • Depending on what you are controlling, may you have happy endings!