0.1.0 • Published 10 years ago

ti-sensortag v0.1.0

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

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