Posted on January 02, 2017 at 16:15 I've been trying to understand how to interpret and format the data I'm getting from the accelerometer. First, my setup: Low power, 5.376KHz ODR, 16G full scale, normalresolution mode, ZHIE enabled, ZLOW disabl...
Posted on January 03, 2017 at 15:56 Miroslav, I am making progress! Thank you for your help. I think I have a much better understanding of the accelerometer now but have some more learning to do. I implemented the Stream-to-FIFO mode and print the ...
Posted on January 03, 2017 at 15:07 Thanks again. I've implemented the Stream-to-FIFO and have 2 questions: 1) Once the interrupt is triggered (INT1 in my case) do I need to do anything to reset other than reset the INT1? 2) you say 'last sampl...
Posted on January 02, 2017 at 23:19So based on this better understanding, I updated my code and set FS=4g. So, 1 LSB should be 32mg. I set my threshold to '60', which is 1920mg (1.92g). However, when I probe I am seeing false hits and even probe poi...
Posted on January 02, 2017 at 22:53Thank you. Does this mean that with FS=16g and 8-bit output that all 8 bits of Z_H are valid? To make a 16 bit value from it. do I shift left 8 places and fill the right 8 places with 0? Looking at my data above f...