Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.25 KB

MySensorTag

Examples using Node.js library node-sensortag for TI SensorTag.

Some of the examples are based on Bluetooth LE examples for sensorTag by Tom Igoe.

Installation

Getting Started

Sensortag library functions are asynchronous. There is a sequence you need to follow in order to successfully read data from a tag:

  1. Discover the tag
  2. Connect to and set up the tag
  3. Turn on the sensor you want to use
  4. Turn on notifications for the sensor
  5. Listen for changes from the sensortag

Documentation

Full package documentation can be found on node-sensortag homepage.