cancel
Showing results for 
Search instead for 
Did you mean: 

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

sp.11
Associate

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.

1 REPLY 1
TBomb.1
Senior II

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