Adafruit LSM6DS33 + LIS3MDL - 9 DoF IMU with Accel / Gyro / Mag - STEMMA QT Qwiic

Product ID: 4485
$19.95
Qty Discount
1-9 $19.95
10-99 $17.96
100+ $15.96

Description

This item is discontinued - you can grab Adafruit LSM6DS3 + LIS3MDL - Precision 9 DoF IMU instead! 

Add motion, direction and orientation sensing to your Arduino project with this all-in-one 9 Degree of Freedom (9-DoF) sensor with sensors from ST. This little breakout contains two chips that sit side-by-side to provide 9 degrees of full motion data.

The board includes an LSM6DS33, a 6-DoF IMU accelerometer + gyro. The 3-axis accelerometer, can tell you which direction is down towards the Earth (by measuring gravity) or how fast the board is accelerating in 3D space. The 3-axis gyroscope that can measure spin and twist. The three triple-axis sensors add up to 9 degrees of freedom.

It also includes a LIS3MDL 3-axis magnetometer that can sense where the strongest magnetic force is coming from, generally used to detect magnetic north. By combining this data you can orient the board.

These chips are not the newest motion sensors, but they are well-established and come at a great price. Together you have a nice 9 DoF IMU setup that is affordable for any project. Design your own activity or motion tracker with all the data...

To make getting started fast and easy, we placed the sensors on a compact breakout board with voltage regulation and level-shifted inputs. That way you can use them with 3V or 5V power/logic devices without worry. To make usage simple, we expose only the I2C interface and some interrupt pins from each chip. The breakout comes fully assembled and tested, with some extra header so you can use it on a breadboard. Four mounting holes make for a secure connection.

Additionally, since it speaks I2C you can easily connect it up with two wires (plus power and ground!).  We've even included SparkFun qwiic compatible STEMMA QT connectors for the I2C bus so you don't even need to solder! Just wire up to your favorite micro like the STM32F405 Feather with a plug-and-play cable to get 9 DoF data ASAP. You can change the I2C addresses on the back using the solder jumpers, to have two of these sensor boards on one bus. QT Cable is not included, but we have a variety in the shop

We also wrote libraries to help you get these sensors integrated with your Arduino/C++. This library covers the accel/gyro and this library is for the magnetometer. For advanced Arduino usage, ST has their own fully-featured library that includes extras such as FIFO management and tap detection for the LSM6DS3 and also for the LIS3MDL magnetometer

Technical Details

LSM6DS33 Specifications:

  • ±2/±4/±8/±16 g full scale
  • ±125/±250/±500/±1000/±2000 dps full scale
  • Up to 1.6 KHz ODR
  • Tap and double-tap detection
  • Free-fall detection
  • I2C Address 0x6A or 0x6B

LIS3MDL Specifications:

  • ±4/±8/±12/±16 gauss selectable magnetic full scales
  • Continuous and single-conversion modes
  • 16-bit data output
  • Interrupt generator
  • I2C Address 0x1D or 0x1E

Product Dimensions: 25.6mm x 17.8mm x 4.6mm / 1.0" x 0.7" x 0.2"

Learn

Take a measure of your orientation on six axes
Get your magnet sensor ready for use by calibrating it
Keep your spinner steady with some basic calibration
A basic IMU (Intertial Measurement Unit) generally provides raw sensor data, whereas an AHRS takes this data one step further, converting it into heading or direction in degrees.
See All Guides