26
votes
11answers
10k 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?
5
votes
10answers
764 views
How to measure the distance covered by iphone during free fall?
During the free fall the iphone is supposed to send acceleration values as 0 on all the three axis. So how to detect the distance covered by the iphone?
5
votes
5answers
618 views
Sometimes Accelerometer delegate method is not called
I have an application that uses the accelerometer. Sometimes, the application will launch without the accelerometer data updating. Relaunching the app, sometimes the problem persist, sometimes it …
4
votes
3answers
2k views
How to use Shake API in iPhone SDK 3.0?
Apple annonced Shake API in iPhone SDK 3.0. I can not find any information regarding this new feature.
Who knows about how to use it? Any example, link will be good.
3
votes
3answers
250 views
Combine Gyroscope and Accelerometer Data
I am building a balancing robot using the Lego Mindstorm's NXT system. I am using two sensors from HiTechnic, the first being an Accelerometer and the second being a Gyroscope. I've successfully …
3
votes
2answers
257 views
How do I calculate mouse movements using a 3 axis accelerometer
I have a 3 axis accelerometer(any mobile phone) but I can't find any good formulas to interpret the data that's coming from it. No matter what I do the movements are jerky/insensitive. I read that I …
2
votes
1answer
85 views
How to distinguish movement accelerations from oscillations and noise in iphone
Hi everybody on stackoverflow.
SHORT VERSION :)
I need to use (x,y,z) acceleration values related only to the movement of the iPhone. Just to be clear, think an environment like a car. The iPhone's …
2
votes
2answers
53 views
Wireless protocol for accelerometer data
I'm building an application where a mobile phone with an accelerometer is used to control an app on a computer in a similar way you would use a mouse. So I need to send the movement from the phone to …
2
votes
1answer
178 views
How do I set up a view controller as a delegate for two things (such as the LocationManager and the Accelerometer)?
I'm sorry if my question title seems fundamentally uninformed. Let me explain what I am trying to do.
I have defined the following UIViewController subclass, which fires up LocationManager, and has a …
2
votes
2answers
207 views
Accessing a Toshiba Laptop Accelerometer Device Driver
Hi,
I have a new Toshiba Satellite Pro S300 laptop (running Windows XP) which sports a 3D accelerometer for HDD protection. I'd like to tap into the data sent by this sensor.
Older Toshiba …
2
votes
2answers
579 views
Detect iPhone screen orientation
I'm wanting to detect the orientation of the iPhone at 45 degree increments. Ideally I'd like to be able to get the angle of orientation along any axis.
The detection I need to do is similar to how …
2
votes
2answers
142 views
Whate are the basic concepts for implementing anti-shock and anti-shake algorithms?
I have some animations happening upon fine acceleration detections. But when the user sits in a car or is walking it may get annoying.
Basically, all that stuff has to be disabled automatically as …
2
votes
1answer
446 views
IPhone Accelerometer Determine Motion
Using the accelerometer output, how do I determine if the user (iphone mounted on waist) is walking?
Looking for a good algorithm to determine if the user is walking to determine activity …
1
vote
2answers
72 views
Accelerometer samplerate
I'm having some problems with the accelerometer. When I first started develop my game the controls felt very snappy and precise, but when adding more graphical elements the accelerometer feels like …
1
vote
1answer
39 views
Is there a 1-to-1 ratio of motionBegan and motionEnded events?
I'm implementing shake gestures as described in this answer however if I shake my phone for longer than a second, motionEnded doesn't get called.
Is there not a 1-to-1 ratio of motionBegan and …
