How to use the Arduino Library to Get Acceleration Data Live
The LIS3DH triple-axis accelerometer can be use to add translation detection to your project. The "3D" in LIS3DH refers to the fact that it is a 3DoF or 3 Degrees of Freedom. Additionally, it has a few analog inputs to play with, and it has some built-in movement detection features to detect things like free-fall and to indicate if the FIFO buffers are full.
If you're looking for something small and inexpensive, and are only measuring acceleration, this is the product for you.
This guide presents the basics of plugging the board into a RedBoard, shows how to use the Arduino library to get acceleration data live or by FIFO collection, and describes the library usage.
Comments
Post a Comment