how to convert LSM6DSOX data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-23 5:54 AM
Hi all,
I'm working with LSM6DSOX and I managed to get the accelerometer and gyroscope data from the output registers, but the numbers don't seem to be meaningful, how do I convert the raw data to g?
Solved! Go to Solution.
- Labels:
-
Accelerometers
-
INEMO-Inertial Modules
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-23 7:45 AM
Hi @TheCakeIsALie ,
Welcome to ST Community!
Data from the output registers are in LSB, if you want to convert them to g you need to multiply the LSB values by the sensitivity corresponding to your FS:
If this solves your problem, please mark my answer as "Best Answer" by clicking on the "Accept as Solution" button, this can be helpful for Community users to find this solution faster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-23 7:45 AM
Hi @TheCakeIsALie ,
Welcome to ST Community!
Data from the output registers are in LSB, if you want to convert them to g you need to multiply the LSB values by the sensitivity corresponding to your FS:
If this solves your problem, please mark my answer as "Best Answer" by clicking on the "Accept as Solution" button, this can be helpful for Community users to find this solution faster.
