cancel
Showing results for 
Search instead for 
Did you mean: 

Mems1 integration

Error_Code
Associate II

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 ?

 

1 ACCEPTED SOLUTION

Accepted Solutions
AScha.3
Chief II

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".

View solution in original post

1 REPLY 1
AScha.3
Chief II

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".