I am using the Sparkfun ISM330DHCX library>example5_faster_I2C that uses the accelerometer and gyroscope however, the readings that refresh every 10 seconds show the same output of 0.00 for all values. I am using the Arduino Portenta H7 so I’m not sure what is the issue?
Are you using i2c? There’s a ‘fast’ i2c example here
It also might be a buffer or interrupt issue…are you also reading/writing to an sd card or 3rd device?
Thanks for replying! I’m using the fast I2C library as the basic one doesn’t display anything on the serial monitor. I am not sure how to check the buffer or interrupt issue do you mind explaining it to me as I am not very good at coding? I am also not sure about your last statement.