Top "Sensors" questions

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

How to get a phone's azimuth with compass readings and gyroscope readings?

I wish to get my phone's current orientation by the following method: Get the initial orientation (azimuth) first via the …

android sensors android-sensors gyroscope magnetometer
Retrieve Intel PCH temperature with Powershell

I'm trying to retrieve the intel PCH temperature with powershell. I cannot find any way to retrieve this temperature using …

powershell wmi intel sensors pch
Magnetometer sensor in android mobile to get directions

Here is code which is intended to make my Android mobile phone vibrate when some condition is true. It should …

android sensors magnetometer
Android Sensor Timestamp reference time

I'm reading timestamp values from SensorEvent data but I can't work out the reference time for these values. Android documentation …

android timestamp sensors
How to Build a Sensor Simulator for Android?

I am building a application for the Android platform and I would like to use the accelerometer. Now, I have …

android simulation sensors
Save sensor data to file in android

I'm doing my project to record data from accelerometer and gyroscope sensor and save it into file in sdcard. But …

java android sensors android-sdcard gyroscope
How to know if my SensorManager has a registered Sensor

I'm using a sensor for my Android Application. I register the sensor with a line of code: mySensorManager.registerListener(this, …

android listener registration sensors sensormanager
getSensorList() vs. getDefaultSensor() in Android SensorManager

I'm writing a game for Android and want to be able to use the accelerometer for input. I see two …

android sensors sensormanager
Some problems with Arduino protothreads

I'm doing a project about controlling two sensors (ultrasonic and infrared), managing them with Arduino. The IR receiver has a …

pthreads arduino sensors infrared
Send arduino sensor data to server with GPRS shield and AT commands

I'm trying to send arduino sensor data to a server using a GPRS shield (sim900 shield from geeetech http://www.…

python arduino sensors at-command gprs