Tagged Questions

12
votes
17answers
28k 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 ...
3
votes
1answer
263 views

Can I monitor the iPhone proximity sensor without turning off screen? Also, landscape

I've got the proximity sensor working so that I can trigger events when in proximity, but I'm trying to use it as a sort of dead man switch. The problem is that whenever in proximity, the screen turns ...
2
votes
1answer
724 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 ...
1
vote
1answer
230 views

iPhone proximity detecion

I'm trying to find a way to detect when some iPhone device is near another device (which could be another iPhone, a PC or another kind of sensor/device). Anyone knows how this could be accomplished? ...
1
vote
3answers
552 views

Is iPhone Proximity detection possible with Bluetooth?

Would it be possible to fill a building with 20 - 30 bluetooth devices that act as proximity detectors and write an app that can calculate location in the building based on distance from the current ...
1
vote
1answer
277 views

Proximity Monitoring on the iPhone without blacking out the screen?

I'm able to detect proximity on the iPhone SDK, but the screen blacks out whenever the proximity state is triggered. is there a way I can prevent the proximity sensor from blacking out the screen, ...
0
votes
1answer
29 views

Simulate Proximity Sensor (iPhone)

Is there any way to simulate the use of the proximity sensor using the iOS simulator? I don't have the certificate yet to test on a device, so I need some way of simulating the proximity sensor ...
0
votes
1answer
55 views

ProximityState iPhone Use

What I would like to do is simply make the iDevice fade the screen to black one the proximityState returns yes. However, I am not sure of how to enable it, or monitor it. Would someone be able to ...
0
votes
1answer
220 views

iPhone proximity detection using wifi

As my iPhone automatically joins my home network once I get home and press the main button, I thought this could be used as a trigger for some home automation ideas I have, especially disarming the ...
0
votes
2answers
259 views

Device Communication or Notification Based on Proximity

How would one facilitate communication between devices based upon proximity given a particular app? Is it possible at this point? For example, if I have an iPhone or an iPhone and an Android based ...
0
votes
1answer
392 views

Measure distance from an iPhone to an Object using proximity sensor

I have read many Forums on this topic but I still haven't found an exact answer. Is the iPhone's proximity sensor only a trigger that turns the display on or off or can one get a distance from the ...
0
votes
1answer
108 views

iPhone proximity sensor in landscape not available?

Is the proximity sensor available in landscape mode? It only seems to work for me when I'm in portrait...