Tagged Questions

0
votes
2answers
26 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 …
0
votes
2answers
37 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, …
0
votes
2answers
32 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: UIAccelero …
1
vote
2answers
57 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 acceler …
1
vote
1answer
32 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 mo …
1
vote
3answers
69 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 …
0
votes
2answers
160 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 t …
3
votes
3answers
222 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'v …
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 de …
1
vote
0answers
93 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), t …
3
votes
2answers
246 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/insensit …
2
votes
1answer
79 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 …
2
votes
2answers
49 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 movemen …
1
vote
2answers
399 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.
1
vote
4answers
714 views

How do I control a camera in openGL with a gravity vector from the iPhone’s accelerometer

I have a camera structure that holds location, up, and direction vectors. I'd like to update these vectors based on the gravity vector I get from the iPhone's accelerometer. The ef …

1 2 3 next
15 30 50 per page