Check device online

Sensors

  • Absolute Orientation Sensor
    The AbsoluteOrientationSensor interface describes the device's physical orientation in relation to the Earth's reference coordinate system.
  • Accelerometer
    The Accelerometer interface provides on each reading the acceleration applied to the device along all three axes.
  • Ambient Light Sensor
    The AmbientLightSensor interface returns the current light level or illuminance of the ambient light around the hosting device.
  • Gravity Sensor
    The GravitySensor interface provides on each reading the gravity applied to the device along all three axes.
  • Gyroscope
    The Gyroscope interface provides on each reading the angular velocity of the device along all three axes.
  • Linear Acceleration Sensor
    The LinearAccelerationSensor interface provides on each reading the acceleration applied to the device along all three axes, but without the contribution of gravity.
  • Magnetometer
    The Magnetometer interface provides information about the magnetic field as detected by the device's primary magnetometer sensor.
  • Relative Orientation Sensor
    The RelativeOrientationSensor interface describes the device's physical orientation without regard to the Earth's reference coordinate system.
  • devicemotion event
    The devicemotion event is fired at a regular interval and indicates the acceleration rate of the device with/without the contribution of the gravity force at that time. It also provides information about the rate of rotation, if available.
    DeviceMotionEvent is not supported.