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)
When you use TYPE_MAGNETOMETER sensor, you get X, Y, Z values of magnetic field strength in relation to the …
android sensors android-sensors magnetometerI 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 rateI 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-filterHello 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-sensorsI'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-bluetoothAre there any Android devices out there that have a barometric pressure sensor? I know that the android.hardware.Sensor …
android android-sensors pressureMy app is a dialer and when user holding the phone near his head I need to turn screen off …
android screen android-sensors sensormanagerAndroid provides both the rotation vector sensor and the orientation sensor. I know they returns different data, because for vector …
android android-sensors android-orientationI am new to sensor use in android and now a bit confused. I need to perform some actions only …
android android-sensorsUsing my Android device how can I detect if the user is walking, cycling or driving? I have checked the …
android accelerometer android-sensors gyroscope