node-myo
v0.1.1
Published
Node.js library for connecting directly to Myo armbands via their published Bluetooth protocol. Created for use on Windows, Mac OS, or Linux.
Downloads
4
Readme
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;