Top "Accelerometer" questions

An accelerometer is a device that measures the proper acceleration of the device.

Detecting shaking in html5 mobile

I'm building a web app in html5 at the moment that needs to be able to detect when the user …

javascript html web-applications accelerometer shake
Acceleration from device's coordinate system into absolute coordinate system

From my Android device I can read an array of linear acceleration values (in the device's coordinate system) and an …

android vector accelerometer coordinate-systems coordinate-transformation
How to determine absolute orientation

I have a xyz accelerometer and magnetometer. Now I want to determine the orientation of the device using both. The …

accelerometer sensors magnetometer
Gyro Sensor drift and Correct angle Estimation

I am using LG Optimus 2x smartphone(Gyroscope and Accelerometer sensor) for positioning. I want to get correct rotation angles …

android accelerometer gyroscope coordinate-transformation
How to count steps using an Accelerometer?

I have to develop the same functionality as of this Pedometer App I have observed this Pedometer app in very …

iphone ios accelerometer motion-detection threshold
How to get accelerometer data in IOS?

I am using the UIAccelerotmeterDelegate method accelerometer:didAccelerate: but recently that method has been deprecated in iOS 5.0. So what is …

ios accelerometer uiaccelerometer
Is there a way to retrieve multiple sensor data in Android

I'm trying to get both accelerometer and orientation data. Currently, I created an AccelerometerManager and OrientationManager. They both do the …

android orientation accelerometer sensors
Get rotation and display in degrees

I need something very simple, but I could not find a suitable example to learn from. My sole purpose is …

android rotation accelerometer gyroscope motion-detection
Accelerometer stops delivering samples when the screen is off on Droid/Nexus One even with a WakeLock

I have some code that extends a service and records onSensorChanged(SensorEvent event) accelerometer sensor readings on Android. I would …

android accelerometer power-management android-2.0-eclair
Complementary filter (Gyro + accel) with Android

Recently I have made some research to use both the accelerometer + Gyroscope to use those senser to track a smartphone …

android filter tracking accelerometer gyroscope