Skip to content

IAM-lab/com.aware.plugin.sensortag

Repository files navigation

AWARE Plugin: SensorTag

Release

This plugin receives data from the Texas Instruments SensorTag.

Settings

Parameters adjustable on the dashboard and client:

  • status_plugin_sensortag: (boolean) enable/disable plugin
  • frequency_plugin_sensortag: (integer) Data Collection Frequency (Default 10Hz)

Providers

Device Usage Data

content://com.aware.plugin.sensortag.provider.sensortag/sensortag

Field Type Description
_id INTEGER primary key auto-incremented
timestamp REAL unix timestamp in milliseconds of sample
device_id TEXT AWARE device ID
update_period TEXT Frequency at which sensor collects data
sensor TEXT One of Accelerometer, Gyro, Magnetometer, Humidity, Light or Pressure
value REAL Value from the sensor
unit TEXT Unit of the reading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages