Skip to main content
Visitor II
January 10, 2022
Question

Sample with STEVAL-MKI210V2K base on ISM330DHCX that use it on Raspberry pi 4B

  • January 10, 2022
  • 1 reply
  • 1180 views

Hi all, I'm using STEVAL-MKI210V2K base on ISM330DHCX.

I want to use it on Raspberry pi 4B in I2C interface, where can get sample for this?

    This topic has been closed for replies.

    1 reply

    Visitor II
    January 21, 2022

    Hi @PHSU.1​ , you might find some examples for the ISM330DHC(X) interface with python at this link:

    https://learn.adafruit.com/lsm6dsox-and-ism330dhc-6-dof-imu/python-circuitpython

    It should work with the LSM6DS library

    https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS

    /Tim