Top "Accelerometer" questions

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

Which Android phones out there do have a gyroscope?

I find it very hard to get any consolidating information about which Android phones do have a gyroscope, or if …

android hardware accelerometer sensors
How do I detect when someone shakes an iPhone?

I want to react when somebody shakes the iPhone. I don't particularly care how they shake it, just that it …

ios accelerometer motion-detection shake
How to refresh app upon shaking the device?

I need to add a shake feature that will refresh my Android application. All I find of documentation involves implementing …

android accelerometer shake
How to access accelerometer/gyroscope data from Javascript?

I have recently come across a few websites that seems to access the accelerometer or gyroscope on my laptop, detecting …

javascript accelerometer gyroscope
Combine Gyroscope and Accelerometer Data

I am building a balancing robot using the Lego Mindstorm's NXT system. I am using two sensors from HiTechnic, the …

c algorithm accelerometer lego nxt
Android accelerometer accuracy (Inertial navigation)

I was looking into implementing an Inertial Navigation System for an Android phone, which I realise is hard given the …

android physics accelerometer acceleration calibration
How do I use the Android Accelerometer?

I'm trying to build an app for reading the values from the accelerometer on my phone, which supports Android 2.1 only. …

android accelerometer
Rotate object in Unity 3D

I can use the following code to rotate object using accelerometer. transform.rotation = Quaternion.LookRotation(Input.acceleration.normalized, Vector3.up); …

unity3d 3d rotation accelerometer
how to calculate exact foot step count using accelerometer in android?

I am developing some application like Runtastic Pedometer using the algorithm but I am not getting any similarity between the …

android algorithm accelerometer
How is it possible that Google Fit app measures number of steps all the time without draining battery?

The Google Fit app, when installed, measures the duration you are walking or running, and also the number of steps …

android gps accelerometer android-sensors google-fit