Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

dojot/node-sensortag

 
 

Repository files navigation

texas-sensortag

Node.js lib for the TI CC2650 SensorTag

Available sensors:

  • sensorTemp (float)
  • ambientTemp (float)
  • accelerometer (text)
  • humidity (float)
  • magnetometer (text)
  • pressure (float)
  • gyroscope (text)
  • luminosity (float)

Prerequisites

Install

npm install

Usage

  1. Configure the MQTT and the frequency of data collection in the config file (./publisher/config.json).

  2. Execute the following script:

./texasCC2650.sh
  1. Press and hold the device power button for 5 seconds to establish the bluetooth connection.

About

Node.js lib for the TI SensorTag

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Shell 0.2%