ti-sensortag

0.1.0 • Public • Published

TI SensorTag JS

TI SensorTag JS is a wrapper class for the Texas Instruments CC2541 SensorTag. It was built upon the evothings cordova-ble Cordova plugin.

The class should implement most of the core functionality described in the User Guide.

Installation

  1. cordova plugin add https://github.com/evothings/cordova-ble.git
  • Build SensorTag.js
  • Add ble.js and SensorTag.js to the <head> section of your index.html file <script type="text/javascript" src="ble.js"> <script type="text/javascript" src="path/to/SensorTag.js">

Build

npm install
grunt

To build documentation, run this command:

grunt jsdoc

Package Sidebar

Install

npm i ti-sensortag

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • tgardner