2021-08-13 09:11 AM
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.
2021-08-18 12:25 AM
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:
Tom