AKST / nuimo-client.js

(No longer maintained) A node.js client for the nuimo controller
MIT License
2 stars 3 forks source link

nuimo-client.js

Deprecated

Please use wind rider's fork of this library, he's done a miuch better job of maintaining this library than I have

Hit the ground runnning

npm install --save nuimo-client

What is this?

A simple client library for communicating with the senic nuimo, via the BLE (Bluetooth Low Energy) API (read more here).

import withNuimo from "nuimo-client";

// log updates
withNuimo().then(nuimo =>
  nuimo.listen(data =>
    console.log(data)));

Missing Features

Due to the partially undocumated nature of the BLE API only a subset of functionality has been implemented thus far, which is mostly the fly gesuture.