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.
- Connecting node to an arduino board.
- Install the muse developer kit
- 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!