top of page

IMU and Magnetometer

  • Writer: Asif Bhatti
    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


Drop Me a Line, Let Me Know What You Think

Thanks for submitting!

© 2023 by Train of Thoughts. Proudly created with Wix.com

bottom of page