1
vote
2answers
79 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 pow …
0
votes
4answers
134 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 …
2
votes
1answer
64 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 th …
0
votes
1answer
131 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
160 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 …
1
vote
1answer
61 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, w …
1
vote
2answers
201 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 ne …
2
votes
1answer
577 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 …
1
vote
1answer
605 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 …
2
votes
2answers
456 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?
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. …
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 l …
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 …
4
votes
2answers
115 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, elec …
