Top "Android-sensors" questions

Android-sensors tag unites questions that are connected with different hardware sensors that are embedded into Android devices (barometer, accelerometer, magnetometer, microphone, camera and so on)

Convert magnetic field X, Y, Z values from device into global reference frame

When you use TYPE_MAGNETOMETER sensor, you get X, Y, Z values of magnetic field strength in relation to the …

android sensors android-sensors magnetometer
Android accelerometer: Sampling Rate?

I want to [1] Increase Sampling Rate of my phone's accelerometer. (SENSOR_DELAY_FASTEST gives max. about 100Hz on Xperia/ 180Hz …

android accelerometer android-sensors sampling rate
How to/Should I implement a Kalman filter to get accurate Accelerometer data?

I want to get as accurate data from the built in accelerometer in an Android phone as possible. I want …

android accelerometer sensors android-sensors kalman-filter
How can i replace type_orientation (is deprecated) for android 4.0.3?

Hello I want to use the type type_orientation but it is deprecated for the android 4.0.3 . I use it for …

java android eclipse android-sensors
Android 4.3: BLE: Filtering behaviour of startLeScan()

I'm working on a BluetoothLE sensor device, for which I need to form a one-to-many broadcast of data. As per …

android android-sensors bluetooth-lowenergy android-bluetooth
Android devices with pressure sensor

Are there any Android devices out there that have a barometric pressure sensor? I know that the android.hardware.Sensor …

android android-sensors pressure
Turn off screen programmatically when face is close the screen on Android

My app is a dialer and when user holding the phone near his head I need to turn screen off …

android screen android-sensors sensormanager
What's the conceptual difference between rotation vector sensor and orientation sensor in Android?

Android provides both the rotation vector sensor and the orientation sensor. I know they returns different data, because for vector …

android android-sensors android-orientation
Android light sensor - detect significant light changes

I am new to sensor use in android and now a bit confused. I need to perform some actions only …

android android-sensors
Detect user activity (running, cycling, driving) using Android

Using my Android device how can I detect if the user is walking, cycling or driving? I have checked the …

android accelerometer android-sensors gyroscope