IMU and Magnetometer
- Asif Bhatti
- Jul 24, 2020
- 1 min read
Updated: Sep 1, 2020

Soldered pins for LIS3MDL Triple-axis Magnetometer (https://learn.adafruit.com/lis3mdl-triple-axis-magnetometer) and Adafruit LSM6DSOX 6 DoF Accelerometer and Gyroscope (https://learn.adafruit.com/lsm6dsox-and-ism330dhc-6-dof-imu).
Python Library Installation
To install library for LIS3MDL Triple-axis Magnetometer write:
pip3 install adafruit-circuitpython-lis3mdl
To install library for LSM6DSOX 6 DoF Accelerometer and Gyroscope write:
pip3 install adafruit-circuitpython-lsm6ds
Comments