Skip to content

Javascript Implementation of the TI CC2541 SensorTag for cordova-ble

License

Notifications You must be signed in to change notification settings

tgardner/ti.sensortag.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Javascript Implementation of the TI CC2541 SensorTag for cordova-ble

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published