Tagged Questions

0
votes
1answer
80 views

IPhone accelerometer works even in flat surface.

I have an imageView in the view. It moves even if the iphone is still for some time. Why is it so ? Also the image does not respond quickly to the movement of the iphone. Here is my code written for …
0
votes
1answer
59 views

Why is using a static int in my accelerometer callback so much slower than using an instance variable?

I'm playing with the GLGravity example to figure out some of the performance nuances related to dealing with the accelerometer. Here's the problem code: - …
26
votes
11answers
11k 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?
1
vote
2answers
446 views

Are there any good examples for how to use the accelerometers in iPhone OS?

I think that there are some issues with the earth Gravity, so I wonder if there are any examples where the accelerometers work by subtracting these.
0
votes
2answers
102 views

What’s the easiest way to calibrate the tilt setting for an iPhone app?

I'm giving the user of an iPhone app the ability to use the tilt controls when standing, sitting, lying down etc. The user adjusts for each position by going to a settings screen, holding the phone …
0
votes
2answers
34 views

[iphone] How to make objects flying around in a view

Hey, How is it possible to let some objects fly around and bumb at the end of the view and collide on each other. The second step would add acceleration of the objects by shaking. I haven't found a …
1
vote
3answers
139 views

Filtering accelerometer data noise

Hi How do I filter noise of the accelerometer data in Android? I would like to create a high-pass filter for my sample data so that I could eliminate low frequency components and focus on the high …
1
vote
2answers
102 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 …
0
votes
2answers
69 views

UIAccelerometer doesn’t send events to second delegate

I am developing a game that uses a different controller for each level. It needs to detect a shake via the accelerometer, so it registers itself as a delegate like so: UIAccelerometer *accel = …
1
vote
1answer
47 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 …
1
vote
1answer
68 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
2answers
237 views

Android: Accelerometer false detection

I have a code snippet to detect accelerometer movements. It works some times by properly detecting slight movements, but sometimes it detects movements when I kept my device idle too. Are there any …
1
vote
0answers
142 views

BlackBerry Storm AccelerometerListener not being notified on first orientation change

This seems to be a well-known issue right now, but the accepted workaround doesn't seem to be working for us. On the BlackBerry Storm (JDE 4.7, standard set of 4.7+ simulators), the following bit of …
3
votes
3answers
293 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 …
2
votes
2answers
229 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 …

1 2 3 next
15 30 50 per page