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

AKST/nuimo-client.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

(No longer maintained) A node.js client for the nuimo controller

Resources

License

Stars

Watchers

Forks

Packages

No packages published