I want to detect the movement of a cell phone.
To do this I use OrientationSensor reading the Pitch values.
If I only read the first digit of Pitch, if it changes in value the cell phone has been moved.
If I read the first 2 digits of Pitch, if it changes in value, the cell phone has been moved, but the sensitivity has increased.
If I read 3 digits (or more than 3) the sensor becomes too sensitive for my purpose.
I ask for advice:
How can I manage the pitch values to decrease the sensitivity?
Can you recommend another method for detecting movement and amplitude of movement?
Testpitch_01.aia (9.0 KB)