ISM330 IMU settings through OLA

Hey! Sounds like you’re setting up an ISM330DHCX IMU with an OLA. Those default Accel settings can be a bit cryptic. Here’s some help:

Datasheet Deep Dive: The datasheet for the ISM330DHCX should have a section on the accelerometer registers. Look for details on “Accel Scale” and “Accel Rate” settings and their register bits. This will tell you exactly what values correspond to g-force measurements and sample rates.

Library Documentation: The Arduino library you’re using for the IMU might have functions or constants defined for these settings. Check the library’s documentation for info on setAccelScale or setAccelRate functions and their arguments.

If you can’t find info in those places, let me know the library you’re using and I might be able to search for examples or documentation online.