Skip to content

A code examples for getting started with SensorTag by Texas Instruments

License

Notifications You must be signed in to change notification settings

bflugon/sensortag-gettingstarted

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A code examples for getting started with SensorTag by Texas Instruments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.2%
  • Python 47.8%