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)
npm install
-
Configure the MQTT and the frequency of data collection in the config file (./publisher/config.json).
-
Execute the following script:
./texasCC2650.sh
- Press and hold the device power button for 5 seconds to establish the bluetooth connection.