0.1.1 • Published 9 years ago

node-myo v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

node-myo

node-myo is a Node.js library for connecting directly to Myo armbands via Thalmic Lab's published Bluetooth protocol. Created for use on Mac OS or Linux out of the box, with Windows support contingent on having the Windows Developer SDK installed on your system.

Install

For running on Linux, you will need Bluez5 installed (Bluez4 does not support BLE devices); on Mac, you will need XCode installed. See https://github.com/sandeepmistry/noble for more detailed prerequisites.

npm install -g node-myo

Usage

var agent = require('node-myo').MyoDiscoveryAgent;