Top "Accelerometer" questions

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

When to use accelerometer or gyroscope on Android

Is it ok to assume most of the user devices will have a gyroscope? In other words will I be …

android accelerometer gyroscope
Calculating distance using Linear acceleration android

Possible Duplicate: Android accelerometer accuracy (Inertial navigation) I am using the following code to calculate the distance. tnew and anew …

android accelerometer android-sensors
Read x y z coordinates of android phone using accelerometer

I am going to develop Android application which needs to read x,y,z coordinates of phone on 3D space. …

android accelerometer android-2.3-gingerbread
How to properly initialize I2C stm32?

I want to get data from ADXL345 accelerometer,but seems that I incorrectly connect it. SCL- PC6(with 10k resistor) …

arm accelerometer i2c stm32 gpio
How can I get the direction of movement using an accelerometer?

I'm developing a Android application and I would like to know if is possible detect the direction of movement with …

android physics accelerometer direction
How to measure the tilt of the phone in XY plane using accelerometer in Android

I tried to use the Z axis data from SensorEvent.values, but it doesn't detect rotation of my phone in …

android accelerometer plane tilt
How to use Shake API in iPhone SDK 3.0?

Apple annonced Shake API in iPhone SDK 3.0. I can not find any information regarding this new feature. Who knows about …

iphone accelerometer shake
Remove gravity from raw accelerometer data of IMU--> please approve math and algo

I am using this device (http://www.sparkfun.com/products/10724) and have successfully implemented an quite well working orientation estimation …

accelerometer sensors gravity
How can I find the velocity using accelerometers only?

Using only the phone's (Android) built in accelerometer, how would I go about finding its velocity? I have been tinkering …

android math accelerometer
How to detect walking with Android accelerometer

I'm writing an application and my aim is to detect when a user is walking. I'm using a Kalman filter …

android filter accelerometer kalman-filter