LSM6DSO32X Act./Inactivity max ODR
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-27 11:13 PM
Hello,
Im trying to set up Act/Inactivity INT1 at high ODR (1.66khz / 2000dps / 4g). Its threshold is too high so it resets or goes in/out of active/inactive state too often.
Is there any way to lower the activity threshold so it really needs to be at rest to enter an inactivity state?
Regards,
Labels:
- Labels:
-
Accelerometers
-
Gyroscopes
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-28 6:30 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-28 10:29 PM
the issue is not how to set it up but how to reduce the wakeup threshold as with increased ODR the
lsm6dso32x_wkup_threshold_set(dev, 0x01);
will not trigger on small movements.
The desired outcome is that the device needs to be completely still until picked up. Then it can be held steady but never like when placed on a desk.
