SparkFun
SparkFun Triple Axis Accelerometer Breakout - LIS3DH
The SparkFun LIS3DH breakout is a low-power, three-axis accelerometer with 12-bit resolution, ideal for adding motion and orientation detection to your proje...
Get notified when back in stock
The SparkFun LIS3DH breakout is a low-power, three-axis accelerometer with 12-bit resolution, ideal for adding motion and orientation detection to your projects. It communicates over I2C or SPI and includes three additional analogue inputs and built-in movement detection features such as tap, double-tap, and free-fall sensing.
The breakout is breadboard-friendly and straightforward to wire — connect your preferred interface (I2C or SPI), supply 3.3 V, and ground. The board's form factor adds enough mass to provide realistic acceleration readings similar to those from a phone or finished product.
Key Features
- 3-Axis Accelerometer – 12-bit resolution across X, Y, and Z axes (3 DoF)
- Low Power Consumption – Ideal for battery-powered and wearable applications
- Dual Interface – Supports both I2C and SPI communication
- Built-In Motion Detection – Tap, double-tap, free-fall, and orientation sensing
- 3 Analogue Inputs – Additional ADC channels for extra sensor inputs
- Breadboard Friendly – Standard 0.1-inch header spacing
Ideal For
- Motion and gesture detection projects
- Wearable and portable devices
- Tilt and orientation sensing
- Impact and free-fall detection systems
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- 12-bit resolution
- 12-bit resolution means a value is represented with 12 binary digits, giving 4096 possible levels. For a sensor, analogue-to-digital converter or similar device, higher resolution divides the measured range into finer steps so smaller changes can be distinguished, provided the device's range and noise allow it.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- LIS3DH
- A specific low-power 3-axis accelerometer chip made by STMicroelectronics. Knowing the chip part number helps you find the correct datasheet, libraries, wiring details, and limits such as its safe voltage range.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- Motion detection
- The ability to sense that something has moved, either by comparing successive camera frames or by using a dedicated sensor such as a PIR (infrared) or radar module. When a product lists motion detection, movement can be used as a trigger so a system only acts or records when there is activity rather than running continuously.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Find this product in
Brands
Sensors & Input
LIS3DH Breakout Schematic
Schematic · 49.0 KB · Click any page to view full size
LIS3DH Datasheet
Datasheet · 1.0 MB · Click any page to view full size
LIS3DH Datasheet (Alternate)
Datasheet · 683.0 KB · Click any page to view full size
LIS3DH Application Note
Document · 1.4 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 791.0 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
SparkFun Triple Axis Accelerometer Breakout - LIS3DH
a57ba3b
over 9 years ago
· 12 commits
- Hardware Applied review changes almost 10 years ago
- Libraries Merge commit 'f1d92770226f7d2aeb8e77de5321e56900551719' as 'Libraries/Arduino' over 9 years ago
- .gitattributes Initial commit - Hardware copied from MMA-8452Q repo about 10 years ago
- .gitignore Implanted LIS3DH into previous design, renamed files but basically the design is still really the old design with the new IC. This is a turning point before adding more features. Also, the gitignore file has been updated to include eagle backups and locks. about 10 years ago
- LICENSE.md Initial commit - Hardware copied from MMA-8452Q repo about 10 years ago
- README.md updating readme with new product links over 9 years ago
LIS3DH Arduino Libs
2705a8a
12 months ago
· 12 commits
- examples Fixes spelling of interrupt 12 months ago
- extras Initial commit, prototype validated with LowLevelExample example code. Most of the library functions except bus ops are currently commented out almost 10 years ago
- src Fixes spelling of interrupt 12 months ago
- .gitattributes Initial commit, prototype validated with LowLevelExample example code. Most of the library functions except bus ops are currently commented out almost 10 years ago
- .gitignore Initial commit, prototype validated with LowLevelExample example code. Most of the library functions except bus ops are currently commented out almost 10 years ago
- keywords.txt All examples functional, added keywords, updated readme over 9 years ago
- library.properties Update library.properties for release 1.0.3. about 7 years ago
- LICENSE.md Initial commit, prototype validated with LowLevelExample example code. Most of the library functions except bus ops are currently commented out almost 10 years ago
- README.md Update README.md almost 7 years ago
Related Tutorials
Free guides on learn.littlebird.com.au