Skip to main content
Associate II
January 15, 2024
Solved

Mems1 integration

  • January 15, 2024
  • 1 reply
  • 812 views

Hi,

Im using STM32L031F6P6 mcu for one of my project. Im also using IIS2MDCTR & LSM6DSV16BTR sensor.I need to find heading regarding that i have few doubts.

1.Will STM32L031F6 mcu support mems1 package?if no could you suggest a mcu which support the same?

2.If mems1 package is not supported by this mcu , is there any libraries available to find heading ?

 

Best answer by AScha.3

Hi,

IIS2MDCTR & LSM6DSV16BTR sensor communicate over I2C , the L032 has it :

see:

AScha3_0-1705312962306.png

For library you can look at git :

https://github.com/search?q=stm32%20heading&type=repositories

(But dont expect "Arduino like"  click lib import and ready. You might have to do it yourself to adapt to your sensors.)

1 reply

AScha.3
AScha.3Answer
Super User
January 15, 2024

Hi,

IIS2MDCTR & LSM6DSV16BTR sensor communicate over I2C , the L032 has it :

see:

AScha3_0-1705312962306.png

For library you can look at git :

https://github.com/search?q=stm32%20heading&type=repositories

(But dont expect "Arduino like"  click lib import and ready. You might have to do it yourself to adapt to your sensors.)

"If you feel a post has answered your question, please click ""Accept as Solution""."