0
votes
1answer
73 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
51 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:
- …
0
votes
2answers
81 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
32 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
2answers
89 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
51 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
43 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
3answers
113 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 …
0
votes
2answers
215 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 …
3
votes
3answers
261 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
1answer
93 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
57 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 …
1
vote
0answers
114 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
2answers
286 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 …
0
votes
1answer
76 views
Does anyone know a tutorial that teaches you to make a bobblehead?
I'm trying to make a bobble head app, but I don't know how to use the movement technology..
Any thoughts?
Thanks
