Hello,
I'm using a Raspberry Pi Zero with a buildroot Linux distribution on it. I have also I2C Hall effect sensor (Si7210) connected to it. It has worked fine so far, but right now each time I connect the sensor board to RPi, I get the following errors while using i2cdetect on my bus:When using the i2cdetect tool with no sensor connected or with a different sensor connected (Si7021 this time)... it works fine though.
Any idea what can be the problem here?
Thanks in advance for any help!
I'm using a Raspberry Pi Zero with a buildroot Linux distribution on it. I have also I2C Hall effect sensor (Si7210) connected to it. It has worked fine so far, but right now each time I connect the sensor board to RPi, I get the following errors while using i2cdetect on my bus:
Code:
# modprobe i2c-dev# modprobe i2c-bcm2835# i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f00: [ 30.641758] i2c-bcm2835 20804000.i2c: i2c transfer timed out-- [ 31.681759] i2c-bcm2835 20804000.i2c: i2c transfer timed out-- [ 32.721749] i2c-bcm2835 20804000.i2c: i2c transfer timed out-- [ 33.761756] i2c-bcm2835 20804000.i2c: i2c transfer timed out-- [ 34.801752] i2c-bcm2835 20804000.i2c: i2c transfer timed out-- [ 35.841750] i2c-bcm2835 20804000.i2c: i2c transfer timed out-- [ 36.881746] i2c-bcm2835 20804000.i2c: i2c transfer timed out-- ^C[ 37.921755] i2c-bcm2835 20804000.i2c: i2c transfer timed out
Any idea what can be the problem here?
Thanks in advance for any help!
Statistics: Posted by panantoni01 — Wed Aug 07, 2024 9:08 pm