Top "Gyroscope" questions

A gyroscope is a device for measuring or maintaining orientation, based on the principles of angular momentum.

Combine Gyroscope with accelerometer to get heading

I'm using an Android device to get the heading(azimuth, or yaw angle). Android API used the Accelerometer value + the …

android orientation accelerometer gyroscope azimuth
Mobile phone sensors

After some hours of searching I'm so confused, so I'll tell now what I learned, so please correct me if …

android orientation sensors gyroscope magnetometer
MPU6050 output yaw pitch and roll with Arduino

I'm trying to read yaw, pitch and roll with MPU6050 and Arduino, but I always get overflow, if I use …

arduino gyroscope i2c mpu
track small movements of iphone with no GPS

I have to write an application for iphone that tracks the movement of the iphone itself, given its initial position, …

iphone ios4 gps accelerometer gyroscope
Get quaternion from Android gyroscope?

The official development documentation suggests the following way of obtaining the quaternion from the 3D rotation rate vector (wx, wy, …

android quaternions gyroscope
iPhone gyroscope - why is YAW and PITCH connected?

I have a very simple application where I am trying to use the gyroscope thru core motion. At this point, …

iphone gyroscope
Sensor fusion implemented on Android?

I listened to this talk: http://www.youtube.com/watch?v=C7JQ7Rpwn2k which is Invensense Inc prototyping …

android accelerometer sensors gravity gyroscope
Are there any well known algorithms to count steps based on the accelerometer?

I'm implementing an accelerometer-based pedometer, and I was wondering if there was any known algorithms to handle that.

mobile physics accelerometer gyroscope
Getting Direction Vector in Android

How can I get a direction vector representing the direction the back of the device is pointing relative to earth …

android vector accelerometer sensors gyroscope
Detect when an iphone has been bumped

I want to be able to detect if an iphone has been bumped into something...would it be best to …

objective-c accelerometer gyroscope