Accereloemeter - Resoulution - ADXL362 - something odd..

So I have a https://www.sparkfun.com/products/11446 and wired it up to my arduino micro (MOSI to MOSI, MISO to MISO, SCK to SLCK, V+ to 3v, GND to GND, CS to 10). And then I run the example codehttps://github.com/annem/ADXL362/blob/m … leRead.ino.

Its wierd - its super super noisy. LIke I’m not touching anything and the data is coming in and fluctuating. But its taking a fair bit of effort to make it trigger. It’s as though the sensitivity needs turning up. Is this the resolution? If so - how can I change the resolution? I can’t find any decent examples of how to change it in the code.

Thanks all