Using Arduino IDE for new design: ATmega32U4 MCU + ISM330DLC INEMO sensor. Looking for any existing .cpp/.h files for this project as a starting point.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-25 8:32 AM
Arduino IDE currently has these files for the above MCU + LSM6DS33. I need to replace this sensor with the ISM330DLC, avoiding starting from scratch if possible.
Labels:
- Labels:
-
INEMO-Inertial Modules
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-09 8:31 PM
@ST Community​ anyone covering iNEMO?
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-10 4:52 AM
Here you can find platform independent driver for ISM330DLC https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/ism330dlc_STdC
You can modify it for Arduino IDE.
