Tag for questions about sensors, often used on integrated circuits and electronic devices to sense and measure external environmental variables.
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-automationFirst of all, I'm new for this and I need a little help! I have a LEGO Mindstorms EV3 robot, …
c sensors robot mindstorms ev3I 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-filterI 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[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 pykalmanHow do I get the temperature of the battery in android?
android sensors android-sensors temperatureI have a xyz accelerometer and magnetometer. Now I want to determine the orientation of the device using both. The …
accelerometer sensors magnetometerI want that my View rotates only in landscape mode, clockwise and counterclockwise. I read about the only counterclockwise for …
android rotation orientation landscape sensorsi'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-geolocationI'm trying to get both accelerometer and orientation data. Currently, I created an AccelerometerManager and OrientationManager. They both do the …
android orientation accelerometer sensors