Skip to content

Commit ae14cd4

Browse files
committed
Expand motion-data report docs
1 parent e3e4813 commit ae14cd4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

apps/cloud/reports/motion-data.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,36 @@ This includes:
1414
- Y Tilt (Roll)
1515
- Z Tilt (Yaw)
1616

17+
This data is recorded whenever a location update is sent, while the data collection is enabled.
18+
19+
## Configuration
20+
21+
There are a few things you must to to correctly set up the motion data report on a device.
22+
23+
::: tip
24+
In order to get your device to send motion data at the point in time that motion occurs, you will want to enable either **Motion detection** or notifications for when **A fall or shock is detected**.
25+
26+
A fall will be detected if the tilt is greater than 30 degrees and or a shock of more than 1.5g is detected (defaults).
27+
:::
28+
29+
### Enable data collection
30+
31+
To enable the report, you must enable the `Advanced Accelerometer Data` setting in the advanced device settings.
32+
33+
![](https://i.imgur.com/a0GmMTN.png)
34+
35+
### Positioning the device
36+
37+
In order to get correct data for tilt values, you must configure the 0 position of the device.
38+
39+
If this is not done, the tilt values will be incorrect.
40+
41+
- Grab your tracker
42+
- Hold the button for 3 seconds, and release, the device should do 2 short beeps, and LEDs should flash.
43+
- Immediately place the device in desired position, this will be your baseline.
44+
45+
If you want to change the baseline position of the device in the future, you will need to repeat this process.
46+
1747
## Examples
1848

1949
### Tilting

0 commit comments

Comments
 (0)