Top "Sensors" questions

Tag for questions about sensors, often used on integrated circuits and electronic devices to sense and measure external environmental variables.

How many sensors will work at a time in an Arduino for Home automation?

As I am thinking to do a Home automation using Arduino, using Light sensor, temperature control , motion sensor , gas leakage …

arduino microcontroller sensors pic home-automation
How to program LEGO Mindstorms EV3 using C language?

First of all, I'm new for this and I need a little help! I have a LEGO Mindstorms EV3 robot, …

c sensors robot mindstorms ev3
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
C++ command line arguments Eclipse CDT?

I am using an example program from this code http://sicktoolbox.sourceforge.net/ > http://sourceforge.net/projects/sicktoolbox/files/ . …

c++ command-line eclipse-cdt command-line-arguments sensors
How to use Kalman filter in Python for location data?

[EDIT] The answer by @Claudio gives me a really good tip on how to filter out outliers. I do want …

python sensors noise kalman-filter pykalman
Get temperature of battery on android

How do I get the temperature of the battery in android?

android sensors android-sensors temperature
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
How can I rotate display only in landscape mode in android?

I want that my View rotates only in landscape mode, clockwise and counterclockwise. I read about the only counterclockwise for …

android rotation orientation landscape sensors
Android: Problems calculating the Orientation of the Device

i'am trying to build a simple Augmented Reality App, so I start working with sensor Data. According to this thread (…

android orientation augmented-reality sensors compass-geolocation
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