But the weird thing is that the values of x,y,z from the accel seem to always be fixed values when the chip is left unmoved. This is as if the values are actually vector orientations as opposed to changes in accelerations.
I am not sure if this is because of some setting or if thats what the values actually mean and was wondering if anyone has any ideas?
Ok, yes my values are similar to that of the example website. While static acceleration is great, I am more interested in dynamic acceleration.
Thus does this mean that I can calculate that by taking the changes in "static" acceleration values?
Yes, that how it is done. It is called: offset compensation.
You could use the average of about 10 samples for the offset.
The dynamic value will be the actual value minus the offset.