1
vote
2answers
88 views
How to Get Ambient Temp from Arduino Lilypad Temperature Sensor
I am connecting a LilyPad Temperature sensor to a LilyPad Arduino 328 Main Board with the goal of reading fairly accurate ambient temperature readings. The sensor is receiving power and giving a …
1
vote
1answer
63 views
Basic doubt about sensor usage
Suppose I have a cellphone with accelerometer and magnetometer, and want to determine its absolute (wrt North/East/South/West) 3d position.
Imagine the phone is laid vertically, with the screen …
0
votes
4answers
135 views
Calculating Length Based on Sensor Data
I've got an IR sensor which writes its current information to a token which I then interpret in a C# application. That's all good -- no problems there, heres my code:
SetLabelText(tokens …
2
votes
2answers
463 views
How do I find out if the GPS of an Android device is enabled
On an Android Cupake (1.5) enabled device, how do I check and activate the GPS?
2
votes
1answer
65 views
Getting live data from the iPhone on the Mac
Hi, I'm experimenting with the sensors of the iPhone. At the moment I visualize the data of the accelerometer by logging it to a file, downloading the file via Xcode and loading the file into my …
5
votes
14answers
7k views
iPhone Proximity Sensor
Can the iPhone SDK take advantage of the iPhone's proximity sensors? If so, why hasn't anyone taken advantage of them? I could picture a few decent uses.
For example, in a racing game, you could put …
0
votes
1answer
140 views
How to enable sensor simulator in android??
Intent intent = new Intent(Intent.ACTION_VIEW,
Hardware.Preferences.CONTENT_URI);
startActivity(intent);
when i give the above code to enable sensors....they are showing errors....@ …
1
vote
2answers
162 views
Does iPhone allow Light sensors as input?
Hi,
I was just wondering whether iPhone developement allows light sensors to be used, as buttons or action elements??
I found this link online...
Possible to use Light Sensor as a Button? [Archive] …
1
vote
2answers
208 views
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 problem I see is that depending on the device orientation, I'd need to use the …
2
votes
1answer
582 views
iPhone Temperature Sensor
My question is very similar to this one: iPhone Proximity Sensor. There's clearly some manner of thermometer within the iPhone that's readable by the OS. Has anyone uncovered the super-secret …
1
vote
1answer
622 views
How to Build a Sensor Simulator for Android?
Hello,
I am building a application for the Android platform and I would like to use the accelerometer. Now, I have found a very nice application for sensor simulation (OpenIntents' SensorSimulator) …
0
votes
2answers
139 views
Can one access the Windows 7 Sensor and Location platform from Silverlight?
Is it possible to access the Windows 7 Sensor and Location platform from Silverlight? In particular I would like to know about the location data (GPS) and the ambient light sensor.
Edit: I would …
1
vote
1answer
259 views
toggling proximity sensor on iPhone loses an event
I'm using setProximitySensingEnabled and implemented proximityStateChanged in my UIApplication subclass. It looks like if sensing is toggled, that the first "off" event is being lost.
My …
4
votes
2answers
116 views
Educational usages of acceleration sensors
Hello!
I'm working in a higher school in Austria and I'm currently evaluation how acceleration sensors can be used to deepen fundamental understandings (physics, mathematics, electronics, software …
