2024-01-15 01:26 AM
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 ?
Solved! Go to Solution.
2024-01-15 02:05 AM - edited 2024-01-15 02:07 AM
Hi,
IIS2MDCTR & LSM6DSV16BTR sensor communicate over I2C , the L032 has it :
see:
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.)
2024-01-15 02:05 AM - edited 2024-01-15 02:07 AM
Hi,
IIS2MDCTR & LSM6DSV16BTR sensor communicate over I2C , the L032 has it :
see:
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.)