I am using the accelerometer to detect the vibration but at the same time, I need to test the free-fall detection using wireless sensor with Arduino https://store.ncd.io/product/mma766...-sensor-±1-5-g-accelerometer-i2c-mini-module/ and perform some different functions with relay board but before that I need to know if anyone can help me how can I be able to find the free-fall detection as well as gravitational force of the object. Any kind of useful suggestion to make it work will be very helpful
in free fall all axis will read zero, plus the inaccuracies of the accelerometer. So just read the value and check to see if all axises are near zero before trying to do anything else with it.
probably want to filter the signal from DC before using it for vibration, but only after checking for free fall.
I'm not sure I believe the write-up of that module, where it states "detect quick motion pulses as single-taps, double-taps, and 0g (free-fall) conditions on any or all axis". Surely free fall = 1g (on planet Earth)?
It's my understanding that most accelerometer modules can sense positive or negative acceleration and 0g would give a non-zero output on at least one axis.
I'm not sure I believe the write-up of that module, where it states "detect quick motion pulses as single-taps, double-taps, and 0g (free-fall) conditions on any or all axis". Surely free fall = 1g (on planet Earth)?
It's my understanding that most accelerometer modules can sense positive or negative acceleration and 0g would give a non-zero output on at least one axis.
Are you talking about acceleration as measured by an observer external to the accelerometer? Or within the reference frame of the accelerometer itself?
Yes, in free fall, the accelerometer normal to the ground will experience 0 g. The blue line on this plot is the axis normal to the ground, initially showing 1 g as it's (mostly) stationary about 3' above my bed. The step to zero is when I released it and it was in free fall. The big extremes in all axes is when it hit my bed.
Yeah, so in free-fall the accelerometer will register 0G because the beam inside is not deflected with respect to the frame of accelerometer because both beam and frame are accelerating at 1G downwards.