Accelerometer Channel
Channel Category: accelerometer
Reports acceleration data along three axes from a hardware accelerometer sensor. Can be used for orientation detection, tilt sensing, or motion-triggered events.
Required Properties
| Property | Data Type | Range/Values | Unit | Permissions |
|---|---|---|---|---|
acceleration_x | Float | -16–16 | g | RO (Read-Only) |
acceleration_y | Float | -16–16 | g | RO (Read-Only) |
acceleration_z | Float | -16–16 | g | RO (Read-Only) |
Property Details
acceleration_x
Acceleration along the X axis in g-force units
acceleration_y
Acceleration along the Y axis in g-force units
acceleration_z
Acceleration along the Z axis in g-force units
Optional Properties
| Property | Data Type | Range/Values | Unit | Permissions |
|---|---|---|---|---|
orientation | Enum | landscape, portrait, landscape_inverted, portrait_inverted, face_up, face_down | - | RO (Read-Only) |
active | Bool | - | - | RO (Read-Only) |
Property Details
orientation
Computed device orientation based on acceleration data
active
Indicates if the accelerometer is currently active and functioning
Last updated on