I'm experimenting with a 3 accelerometer breakout board. The X and Y axis are very easy to control, but the Z axis is a bit of a mystery. I'm trying to find a way of interpreting the data in my code to increase output as the device is lifted up in the air, and reduce as it is lowered down. Is this possible? If so, how? Maybe if someone can point me towards a good reference source that would help.
|
|
Without any sort of context, this is hard to answer... The accelerometer measures acceleration:
|
|||||||
|
|
Basic Understanding Of Accelerometers: (Only for some conceptual clarification)
If you are interested you should read the full article Sensing Orientation With The ADXL335 + Arduino. You might also get some useful information from the accepted answer of this question if you decide to use gyro along with the accelerometer which is likely what you might end up doing. |
|||
|
|
|
I can say that gravity (Earth attraction) is equal to constant acceleration of approx 9.8 m/s/s. So, before calculating acceleration, one should substract this value from the measure. |
|||
|
|
