HI,I am testing imu on RZV2L avnet board inside a docker container [docker image: ros:noetic]. I have connected the device, but the i2c-tools doesn't seem to be detecting it.PFA the Library I am testing. I get the error ''' Error connecting to Device: 69, [Errno 6] No such device or address'''' When i run the python code inside examples folder.
What is the HW device address of that thing?
Which I2C are you using?
Hi,
From your answer and the results of i2cdetect, I think that the i2c device is exposed correctly and the i2c-4 is also functioning correctly.
So, have you changed the i2c bus number (iBus) to 4 in the…
Hi,Could you please provide more details about the connection of the IMU to RZ/V2L? Which pins are you using?If you execute :i2cdetect -y 0i2cdetect -y 1i2cdetect -y 2what's the output of these commands?Kind Regards.