Filename convention
Used to store raw numerical sensor data in high or low sampling frequency.
Filename convention
SensorType
Used to specify the type of sensor (or device, if multiple sensors are on the same device, such as phone, IMU device or smart watch).
Locally unique.
Camel Style, allowed characters: alphabets and digits.
Required.
Examples
AndroidPhone
, AndroidWear
,GT3X
,GT9X
See a complete list of predefined sensor types.
DataType
Used to specify the type of data this file refers to. The same device can support collecting multiple types of data, such as smart phone can be used to collect acceleration, orientation, light and sound.
Locally unique.
Camel Style, allowed characters: alphabets.
Required.
Examples
AccelerometerCalibrated
, GPSLocation
, Light
, Sound
, HeartRate
See a complete list of predefined sensor data types.
SENSORID
A global unique identifier for a specific device. For most devices, it could be the serial number. For phone, it could also be the IMEI number.
UPPERCASE, allowed characters: alphabets and digits.
Required.
Examples
,
See the predefined list for recommended sensor id sources for different sensor types.
DATATYPE
Uppercase version of DataType, used as locally unique identifier.
UPPERCASE, allowed characters: alphabets and digits.
Optional, if omitted, don't put
-
afterSENSORID
.
Examples
ACCEL
, GYRO
See a predefined list for recommended data id sources for different data types.
VERSIONCODE
Used to specify the version for the specific sensor, as firmware or software may be upgraded. This is used to distinguish data collected from the same sensor but with different firmware or software version.
CamelStyle, allowed characters: alphabets and digits.
Optional. If omitted, use
NA
as default.
Examples
V1
, V2
, FW10
, SW23
Timestamp
Represent the start time or the first row's timestamp of current sensor data file.
YYYY-MM-DD-HH-mm-ss-SSS-[M/P]HHmm
In local time zone.
Examples
M0500
means UTC-5h
which is the United States Eastern Standard Time. See wikipedia for a complete map between time zone offset and time zone region code.
Last updated