What Is a Gyroscope Sensor?
A gyroscope measures rotational velocity around three axes: how fast the device is rotating. Combined with the accelerometer (which measures linear motion) and magnetometer (which measures magnetic field), it provides full 3D orientation tracking. Modern smartphone gyroscopes are MEMS (Micro-Electro-Mechanical Systems) devices: tiny silicon structures that flex under rotation, generating measurable electrical signals. They're millimeters across, cost pennies, and are accurate to fractions of a degree. The combined orientation sensor (gyro + accelerometer + magnetometer) is what powers screen rotation, level apps, AR experiences, mobile games with motion controls, and turn-by-turn navigation. Without working gyroscope hardware, all of these break or become inaccurate. Our gyroscope test reads orientation data via the DeviceOrientationEvent API and visualizes it as a rotating 3D cube. The cube faces match the physical orientation of your phone: front, back, left, right, top, bottom.