2023-11-12 04:08 AM
Hey,
I am using lsm6dsr + nrf 52811. I found out the driver code provided by ST for lsm6dso in NCS Zephyr driver code. Can I use the lsm6dso driver code for lsm6dsr development? If I can't, what are the differences from lsm6dso for lsm6dsr?
Thanks,
Solved! Go to Solution.
2023-11-17 01:34 AM
Hi @KFCUBE ,
You can use the LSM6DSO driver code as starting point because the registers of the two IMUs are pretty the same but note that the values can change, to check if the values and registers in the driver code are the same in the LSM6DSR you can comparing the datasheet of the two sensors.
Here the datasheet for LSM6DSO and here you find the one per LSM6DSR.
2023-11-17 01:34 AM
Hi @KFCUBE ,
You can use the LSM6DSO driver code as starting point because the registers of the two IMUs are pretty the same but note that the values can change, to check if the values and registers in the driver code are the same in the LSM6DSR you can comparing the datasheet of the two sensors.
Here the datasheet for LSM6DSO and here you find the one per LSM6DSR.
2023-11-17 03:25 AM
Got it. Thanks a lot.