Tagged Questions
97
votes
10answers
54k views
How do I detect when someone shakes an iPhone?
I want to react when somebody shakes the iPhone. I don't particularly care how they shake it, just that it was waved vigorously about for a split second. Does anyone know how to detect this?
4
votes
2answers
121 views
Detecting the user's spinning motion
I have been experimenting with the Core Motion framework to detect a user spinning around, say on a merry-go-round, holding an iphone in his hand.
There are ways to detect the device motion around ...
1
vote
1answer
224 views
How to count steps using an Accelerometer?
I have to develop the same functionality as of this Pedometer App
I have observed this Pedometer app in very high detail.
It's not a perfect pedometer app. For example, if you stay/sit at one place ...
1
vote
2answers
221 views
Polling the accelerometer/motion sensor in a MacBook Pro
There is a compiled command line application here that does this.
Is there a Cocoa API to query this data?
0
votes
1answer
286 views
Question about the capabilities of the iPhone accelerometer and gyroscope and which is ideal to use for this implementation
I have a game that I am working on where I am wanting to capture the movement of the device as it stays completely flat (no tilting) but is moved forward, or backward, or side to side...Ideally, this ...
0
votes
1answer
345 views
how would I use iphone motion detection for an egg shaking-like application?
I am hoping to build an application similar to those egg shaking applications, to better understand how to detect motion on the iphone. I've been looking at accelerometer methods and motion and motion ...