Sensors convert physical stimuli into signals, which can be sampled by other subsystems. They let the rest of the system to collect information about the physical world.

learn more… | top users | synonyms

0
votes
0answers
9 views

Android WakeLock vs. Timer

I am trying to complete an android application where the phone will start off awake, attempt to gather a sample from a sensor via NFC, go to sleep, wake up, and repeat. If no sample is gathered (i.e. ...
1
vote
0answers
22 views

Is it possible to subdivide an EventListener?

I'm developing an app to connect to a bluetooth-based multi-sensor. It contains about 15 sensors total, all of which can communicate to an Android device using a third-party closed-source library that ...
0
votes
0answers
24 views

Android application sensor viewer

I'm a French engineering student who is working on an Android application project and it is the first time I have to do such kind of work. The aim of the application is to plot the curves obtained by ...
1
vote
0answers
19 views

What does the OrientationSensor do? How does it differ from the Inclinometer?

Windows 8 provides various sensors for Windows Store apps. One of them is the OrientationSensor. I don't really understand what it does, or rather how it differs from the Inclinometer. MSDN has a ...
0
votes
1answer
24 views

What's a good way of uploading sensor data to a server? [closed]

I have a sensor connected to a raspberry pi, that stores data every two seconds or so. One data sample consists of a 3-digit number with an associated timestamp in unix time. I want to show the data ...
-2
votes
0answers
23 views

Gravity Sensor Refreshrate in Hz [closed]

I would like to know what is the maximum refresh rate in Hz of actual gravity sensors have on satellites or any other gravity experiments. I searched for a long time but couldn't find any good ...
-2
votes
0answers
22 views

Accelerometer for Fishing game [closed]

I have code for casting in my fishing game: if(phase=="lure") { if(arg0.values[0]<-7) { ready_throw=true; } if(arg0.values[0]>7 && ...
-1
votes
2answers
19 views

Please help me on this connectivity issue of wireless network nodes [closed]

Hello I am not sure can i proceed please help me. Imagine a figure Say S is the sink node and it can be in two positions s1,s2 and other two nodes are A,B . Node A can be in three positions A1,A2, ...
0
votes
1answer
30 views

Android.Orientation Wrong data from sensors,

Excuse me . I need your help . I want to get Orientation (s/n/e/w) for augumentet reality , but it show me wrong results(wrong data from sensor) . I use landscape orientation. it is my code(in ...
0
votes
0answers
44 views

debug accelerometer sensor on Bluestacks

I have an android test project that present the accelerometer information to the screen. It works fine on real device. However, when I run on Bluestacks and press the Arrows key, I just got x: 0 ...
0
votes
0answers
16 views

Is it possible to get the user movements using android sensors API

I want to get the user movements not only the device motion, using the android sensors, such as acceleration sensor and gyroscope . ? More information: Can we catch the user walking line using the ...
0
votes
1answer
16 views

Reading sensor input with Pic32 and MPIDE

So I currently have a pic32 arduino. I'm pretty new to this stuff, so any tips would be appreciated. I have a sensor that has 3 pins, 5VDC, ground, and sensor output. I connected the sensor output ...
0
votes
1answer
13 views

How to sense smartphones nearby?

How does euclid analytics (http://euclidanalytics.com/product/how/) get the mac addresses of nearby smartphones? (Turning wifi ap into a smartphone sensor !) Do I need to do some instrumentation work ...
3
votes
3answers
47 views

Should i use Accelerometer or Gyroscope to measure angle of the z-axis

I am writing an An app in Android that needs to know the angle the rear camera is pointing with respect to the horizon and not with respect to it's last position. All of the definitions i have read ...
-1
votes
0answers
13 views

why does camera (Adafruit_VC0706) not working with wifly.begin() arduino?

hello i'm trying to finish my final project which contains Arduino uno, wifly and camera (Adafruit_VC0706). now, the camera has the ability to detect any motion and it works fine until I'm adding the ...
-2
votes
1answer
21 views

What exactly is a rotation matrix?

i have come across this code which uses the phones sensors to get the orientation of the device in degrees along the 3 axes... this value is calculated from a 4x4 matrix called rotation matrix.. so i ...
1
vote
2answers
33 views

Arduino Look-alikes and Ubuntu

I had a general question about coding with Arduino Uno-R3 on Ubuntu. I'm thinking of getting one ebay. I do see a lot of similar ones (not arduino branded) but at lower price. I intend to use it by ...
1
vote
2answers
57 views

How to detect change in orientation of android phone from horizontal position to vertical position?

I am unable to undertand and find out how to detect the change in orientation of android phone from horizontal to vertical position. Here i am not talking about orientation change between portrait or ...
0
votes
1answer
26 views

Iphone App Development: Which sensors can run in the background?

I'm doing research for my company as we consider how to make our app work on iPhone. I'm looking for a list of iPhone sensors/measurement tools that can run in the background at the command of an app. ...
0
votes
0answers
16 views

Android: Calibrate light sensor to give the same result regardless of device

I've tried reading the value from LIGHT_SENSOR on different devices. And I'm getting different values. The ratio between the values on two different devices are not the same. When I use Samsung ...
-2
votes
0answers
8 views

measuring distance between the object and the sensor [closed]

I need to do a project where i have to calculate the distance between the object and the sensor. Is it better to use sensor or the camera with the light source? Can anyone please help me in getting ...
-2
votes
0answers
17 views

[HW][Electronics][sensors] how to find out that one sensor is above the other [closed]

I need to find out if one object e.g attached to hand is above the other one e.g. attached to the belt. Is there any sensor or any small wireless device that could be used for that purpose?
0
votes
1answer
24 views

Android: get height from pressure sensor

I tried to get the value of air pressure from my pressure sensor and get the value of height from this. This is how I tried: @Override public void onSensorChanged(SensorEvent ...
0
votes
0answers
19 views

How to find if the device's rotation is stopped in android

Is there any way to find if the device is stopped from rotating when dealing with sensors? What I want to do is I want to display some data, if the device is stopped rotating i.e., onSensorChanged() ...
1
vote
1answer
19 views

Issue with OnSensorChanged() method

I am having a requirement, when the sensor values changed, need to display some data accordingly. Currently what I am doing is , if there is a change of 10 degrees for the current azimuth value and ...
0
votes
1answer
46 views

Can arduino constantly check values while running a different function?

I have an arduino R3 hooked up to a moisture sensor and a humidity/temperature sensor. Is there a way to use millis(); instead of using delay(); in a way that the rest of the program will run ...
0
votes
1answer
24 views

Android: Get Altitude on every phone

What I want is, that my app shows the user the altitude on his current location. I tried that with the LocationManager, got longitude and latitude an now I tried with .getAltitude() to get the ...
0
votes
1answer
22 views

Android GPS: altitude of metres

I´m new in GPS Android programming and I want to make an app that tells me the exact altitude of metres, also when I move. Unfortunately, I don´t know where to start. Which sensor do I need that it ...
-5
votes
0answers
37 views

Motion/Heat sensors: Where they will fail? [closed]

I am doing a project based on Computer Vision and speech recognition. I am trying to detect moving objects and take security decisions based on them. However, I got to know "Heat Sensors", and "Motion ...
1
vote
0answers
28 views

Get sensor values Ubuntu Touch

I'm new to Ubuntu applications and I'm trying to make an application for Ubuntu Touch that reads the values from the sensors (Accelerometer, Gyroscope,...) but I don't know where to begin. Which ...
0
votes
1answer
27 views

Saving gyroscope data while capturing image

I'm quite new to Android and currently doing a little camera app that could save gyroscope/accelerometer data samples of the moment from camera shutter open till its close. Basically, I initialize ...
0
votes
0answers
22 views

wp7 motion sensor data is not valid

I have a really weird bug/problem on my hands. For my highschool compsci final project, I've been working on a wp7 app that relies heavily on sensor and gps data. I have published numerous windows ...
-2
votes
0answers
7 views

Directional Sending and Omnidirectional recieving [closed]

I am currently working in networking research. I want to establish an environment of wireless sensor network where the sensor nodes have the following criteria- The sensor node must be directional ...
0
votes
2answers
34 views

Proximity Sensor Duration (Android)

In the Android API, does anyone know a way to determine how long a proximity sensor is in a given state? For example, I would like for the screen to turn off only if the proximity sensor senses ...
1
vote
2answers
95 views

How to count steps using an gyroscope?

Am developing an application to calculate the steps of the human while walking, I did this using accelerometer but I found that it's not accurate. So after googling this, I found that using GyroScope ...
0
votes
1answer
93 views

XBee communication with Arduino

I'm trying to setup a simple wireless link between two Arduinos, using two XBee modules and the XBee shield. I configure the coordinator with: ATID 2001 ATDL 4079D623 ATDH 0013A200 and the end ...
0
votes
0answers
39 views

Which sensor type for most accurate rotation result?

I'm working on a project where I need to know the rotation of an android phone. If it's tilted too much to one side or the other, it should give me a message. Until now I have used the ...
0
votes
0answers
20 views

rotate and translating image from roll pitch

I have an image like artificial horizon on android and have input roll pitch from gyro sensors that connected by wifi module. My questions is how to animate my horizon image as roll and pitch input ...
0
votes
0answers
38 views

Programming a Simple Wireless Channel in C#

Here's what I am trying to accomplish: I have two sensor node objects in C#. The two sensor nodes are passing messages to each other. The message transmission part is very simple because both nodes ...
0
votes
1answer
59 views

sensors in C# on windows8 desktop application

I am trying to write a simple application in c# on windows8 desktop application that will display accelerometer changes. I am using windows7.SensorsAndLocation dll and write the following code. ...
0
votes
0answers
56 views

Samsung RGB sensor api?

I am developing an app that is specific for the Samsung Galaxy S3 and this phone has a light sensor that can recognize separate values for red, green and blue. When you go to the phone app and enter ...
0
votes
0answers
10 views

How to initialize rotation vector?

How to initialize Rotation Vector Sensor value? Smartphone has Rotation Vector Sensor. I want to initialize Rotation Vector Sensor value. (like (0.3,0.4,0.7) -> (0,0,0)) Subtraction is not solution. ...
-1
votes
0answers
10 views

I've been trying to make my lego robot go round and round a table just for once and then stop

I used a switch sensor(ultrasonic)to detect the obstacle.It works well but I need a condition to exit that loop iin which I have the switch.How can I stop it in order to follow the walls of that ...
0
votes
0answers
17 views

How to apply impulse on specific bodies

I have say b2body[10] *body with b2_dynamic type with userData=ballSprite. gravity and accelerometer is applied in the world. I have a bucket at the center of the screen (portrait orientation). I have ...
0
votes
0answers
34 views

how to get the sensor and location data from the background in ios platform

I just wondering to know how to create a service which running at background which can get the sensor data or location data (such as GPS, Accelerometer, Gyroscope, magnetometer) at background. If ...
0
votes
1answer
167 views

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.geeetech.com/wiki/index.php/Arduino_GPRS_Shield). I have this particular set up because ...
0
votes
1answer
29 views

Vibrate the device in the Sensor mode

I have implemented the Sensor functionality in my app.Now after 2 mins vibration is in activate mode due to which the device get some movement and sensor get work.What i want that the sensor get ...
0
votes
0answers
21 views

issue with rate in registerListener method of SensorManager

All, i recently came across rather strange situation. when i tried to register sensor with 1 second interval (i am using version 4.1) using registerListener i received calls onSensorChanged within a ...
0
votes
1answer
34 views

When the sensor event is changed, the ListItem Click event does not fire or responding very slow

I have an application, on which when device is rotated, i.e., when onSensorChanged(), I am trying to display a ListView with some dynamic data populated in it through a custom list adapter. When the ...
2
votes
1answer
54 views

Arduino ultrasonic initialisation issue

Hardware: Arduino MEGA 2560 2 x MaxBotix MaxSonar-EZ0 Software (relating to Ultrasonics, by no means the entire program): void setup() { Serial.begin(9600); //Ultrasonic Left ...

1 2 3 4 5 13