Skip to main content
Visitor II
November 12, 2023
Solved

what are the differences between lsm6dsr and lsmtdso?

  • November 12, 2023
  • 2 replies
  • 1251 views

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,

    This topic has been closed for replies.
    Best answer by Federica Bossi

    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.

    2 replies

    Technical Moderator
    November 17, 2023

    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.

    KFCUBEAuthor
    Visitor II
    November 17, 2023

    Got it. Thanks a lot.