Filename convention
Last updated
Last updated
Used to store raw numerical sensor data in high or low sampling frequency.
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.
AndroidPhone
, AndroidWear
,GT3X
,GT9X
See a of predefined sensor types.
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.
AccelerometerCalibrated
, GPSLocation
, Light
, Sound
, HeartRate
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.
,
Uppercase version of DataType, used as locally unique identifier.
UPPERCASE, allowed characters: alphabets and digits.
Optional, if omitted, don't put -
after SENSORID
.
ACCEL
, GYRO
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.
V1
, V2
, FW10
, SW23
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.
See a of predefined sensor data types.
See the predefined for recommended sensor id sources for different sensor types.
See a predefined for recommended data id sources for different data types.
M0500
means UTC-5h
which is the United States Eastern Standard Time. See for a complete map between time zone offset and time zone region code.