2022-01-09 07:43 PM
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?
2022-01-21 09:04 AM
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