SparkFun
LIS3DH Triple Axis Accelerometer Breakout (Qwiic)
· MPN: SEN-29528
Add motion sensing to your project with this Qwiic-enabled LIS3DH breakout. The LIS3DH is a smart, low-power, three-axis capacitive micro-machined accelerome...
Get notified when back in stock
Add motion sensing to your project with this Qwiic-enabled LIS3DH breakout. The LIS3DH is a smart, low-power, three-axis capacitive micro-machined accelerometer with 12-bit resolution, suited to translation, motion, orientation and tap detection.
This board is classified as a 3DoF, or 3 Degrees of Freedom, sensor. It uses the STMicroelectronics LIS3DH and includes a pair of Qwiic connectors on a standard 1in. by 1in. breakout, making it easy to drop into the SparkFun Qwiic ecosystem.
You can connect it over SPI or I2C, then provide 3.3V and ground. It also works nicely with a breadboard for easy prototyping, and SparkFun provides supporting documentation including a schematic, KiCad files, hookup guide, LIS3DH datasheet, app note, Arduino library and hardware repository.
The LIS3DH Breakout is a 3.3V device. Supplying voltages greater than ~3.6V can permanently damage the IC. If you use I2C with an Arduino that has a 3.3V supply output, extra level shifting should not be required; SPI use may need a level shifter.
Features:
- Qwiic: Qwiic-enabled breakout for easy integration into the Qwiic ecosystem
- Connectors: Pair of Qwiic connectors
- Sensor: LIS3DH smart, low-power, three-axis, capacitive micro-machined accelerometer
- Inputs: Offers a few analog inputs to experiment with
- Detection: Built-in movement detection capabilities
- Mode: Power-Down
- Mode: Normal
- Mode: Low-Power
- Orientation: 6D/4D Orientation
- Detection: Free-fall Detection
- Detection: Motion Detection
- Temperature: Embedded Temperature Sensor
Specifications:
- Supply voltage: 1.7V--3.6V
- Recommended supply: 3.3V
- Device voltage: 3.3V device
- Voltage warning: Supplying voltages greater than ~3.6V can permanently damage the IC.
- Resolution: 12-bit resolution
- Degrees of freedom: 3DoF or 3 Degrees of Freedom
- Interface: SPI or I2C
- Fullscale: ±2g/±4g/±8g/±16g Dynamically Selectable Fullscale
- FIFO: 10bit, 32-Level FIFO
- Board size: standard 1in. by 1in. Qwiic breakout
A handy choice for compact motion-aware builds, orientation sensing, free-fall detection and breadboarded accelerometer experiments.
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.
- 3DoF
- 3DoF stands for "three degrees of freedom", meaning a sensor or system measures motion along three independent axes. Those three may be linear movement (X, Y and Z, as with a 3-axis accelerometer) or rotation (pitch, roll and yaw), so check which sense is meant; a 6DoF device measures both linear and rotational motion.
- 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.
- FIFO
- FIFO stands for "first in, first out", a way of handling stored items so the oldest one is read out first, like a queue. In electronics a FIFO is usually a small buffer that temporarily holds data, such as sensor samples or serial bytes, so a processor can collect it in batches instead of reading continuously.
- 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.
- 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.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- 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
Sensors & Input
LIS3DH Breakout Schematic
Schematic · 169.1 KB · Click any page to view full size
LIS3DH Datasheet
Datasheet · 1.0 MB · 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 · 698.5 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
LIS3DH Arduino Libs
2705a8a
about 1 year ago
· 12 commits
- examples Fixes spelling of interrupt about 1 year 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 about 1 year 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
7d6bde8
12 months ago
· 33 commits
- Documentation Initial Commit about 1 year ago
- Hardware Moves the 1x1 to it's own folder about 1 year ago
- .gitignore Initial Commit about 1 year ago
- CONTRIBUTING.md Initial Commit about 1 year ago
- ISSUE_TEMPLATE.md Initial Commit about 1 year ago
- LICENSE.md Initial Commit about 1 year ago
- README.md Update README.md 12 months ago