Skip to main content
Visitor II
August 13, 2021
Question

Adafruit LSM9DS1 Accelerometer + Gyro + Magnetometer 9-DOF Breakout Library

  • August 13, 2021
  • 1 reply
  • 1302 views

Hi everyone, i recently purchased Adafruit LSM9DS1 Accelerometer + Gyro + Magnetometer 9-DOF Breakout(https://learn.adafruit.com/adafruit-lsm ... f-breakout) ,Im able to interface the sensor with arduino, Now im planning to interface the sensor with an STM32 ARM cortex M4 based controller with keil IDE. I was wondering if anyone has reference to a good librabrary that i can use to interface the sensor.

    This topic has been closed for replies.

    1 reply

    Visitor II
    August 18, 2021

    Hi, you could use the drivers on Github for the LSM9DS1:

    You can also find examples for generic device configuration in sensors' firmware packages like the FP-SNS-ALLMEMS1:

    https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32-ode-function-pack-sw/fp-sns-allmems1.html

    Tom