mtmal / ICM20948-linux-i2c

Linux driver for I2C communication with ICM20948.
MIT License
7 stars 2 forks source link

IMU sensor integration with debian based system #3

Open jasvinder1079 opened 1 year ago

jasvinder1079 commented 1 year ago

Hi, Stuck in the basic loop.I'have integrated imc20948 sensor with my Debian based system(Luck fox-3566) and with after building Ur repository while executing i'm getting issue of failed to detect the sensor. Upto build its working fine without an issue and i even detecting the sensor on my i2c buses.

mtmal commented 1 year ago

Hi and thanks for using my code. Just to clarify, were you able to use this library (and the provided test application) on your Luckfox? If you fail to detect the sensor on the i2c bus, are you providing a correct address? I'm using by default "/dev/i2c-0" but it might be different in your case.

jasvinder1079 commented 1 year ago

Thanks alot

jasvinder1079 commented 1 year ago

hey, how calibration can be done on magnetometer and accelerometer ?