Mems1 integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-15 1: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.
- Labels:
-
STM32L0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-15 2:05 AM - edited ‎2024-01-15 2: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.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-15 2:05 AM - edited ‎2024-01-15 2: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.)
