Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 917 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 917 Bytes

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.