Adafruit LSM6DS33 6-DoF Accel + Gyro IMU - STEMMA QT / Qwiic

Product ID: 4480
$9.95
Check out the next best alternative, the Adafruit LSM6DS3TR-C 6-DoF Accel + Gyro IMU - STEMMA QT / Qwiic!
Qty Discount
1-9 $9.95
10-99 $8.96
100+ $7.96

Description

Add motion and orientation sensing to your Arduino project with this affordable 6 Degree of Freedom (6-DoF) sensor with sensors from ST. 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. This chip isn't the newest motion sensor, but it is well-established and comes at a great price.

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. Both I2C and SPI interfaces are available, so you'll be able to use it with any hardware setup. 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.

This breakout does not include a magnetometer, often required for accurate orientation. We recommend the LIS3MDL 3-axis magnetometer to match up with this IMU. We even have a version that contains both!

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 6 DoF data ASAP. QT Cable is not included, but we have a variety in the shop. You can change the I2C address on the back using the solder jumper, to have two of these sensor boards on one bus.

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

Technical Details

LSM6DS33 Specifications:

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

Learn

Take a measure of your orientation on six axes
Three axes of magnetic sensing in a pint sized package
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.