Asset Tracker Accelerometer Angle variable readings problem

I have an Asset Tracker running v0.5.2 and I am trying to read the angle or orientation from the accelerometer (in addition to the other GPS information) using the example fancy-asset-tracker by @Dave .

The problem I am encountering is that even though the Asset Tracker is sitting still the variable GPS.angle always returns a different value sometimes very different than the previous value (for example from 240 goes to 350) within a period of 10 secs without moving the tracker.

Any ideas?

Hi @Galluta,

Make sure you use the XYZ orientation from the accelerometer, and not the GPS. I imagine something like angle from the GPS would require a really high-precision fix.

Thanks!
David