Hey everyone,
This is my debut post here, so if anything doesn't align with the forum's norms, please let me know.
I've been encountering some issues with my I2C setup. Initially, everything was running smoothly, but after introducing a new component (MCP23017), the I2C functionality suddenly ceased.
Running i2cdetect -y 1 returns:
and monitoring /var/log/syslog with tail -f yields:
It seems like I'm getting consistent timeouts with the I2C transfer.
Any thoughts on why it initially worked but then ceased functioning, and any suggestions on how to troubleshoot and resolve this hiccup? Thanks in advance!
This is my debut post here, so if anything doesn't align with the forum's norms, please let me know.
I've been encountering some issues with my I2C setup. Initially, everything was running smoothly, but after introducing a new component (MCP23017), the I2C functionality suddenly ceased.
Running i2cdetect -y 1 returns:
Code:
i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f00: -- -- -- -- -- -- -- --10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --70: -- -- -- -- -- -- -- --
Code:
Apr 12 23:47:47 raspberrypi kernel: [ 477.835653] i2c-bcm2835 3f804000.i2c: i2c transfer timed outApr 12 23:47:48 raspberrypi kernel: [ 478.875659] i2c-bcm2835 3f804000.i2c: i2c transfer timed outApr 12 23:47:49 raspberrypi kernel: [ 479.915641] i2c-bcm2835 3f804000.i2c: i2c transfer timed outApr 12 23:47:50 raspberrypi kernel: [ 480.955656] i2c-bcm2835 3f804000.i2c: i2c transfer timed outApr 12 23:47:51 raspberrypi kernel: [ 481.995745] i2c-bcm2835 3f804000.i2c: i2c transfer timed outApr 12 23:47:52 raspberrypi kernel: [ 483.035650] i2c-bcm2835 3f804000.i2c: i2c transfer timed outApr 12 23:47:53 raspberrypi kernel: [ 484.075677] i2c-bcm2835 3f804000.i2c: i2c transfer timed outApr 12 23:47:54 raspberrypi kernel: [ 485.115649] i2c-bcm2835 3f804000.i2c: i2c transfer timed outApr 12 23:47:55 raspberrypi kernel: [ 486.155687] i2c-bcm2835 3f804000.i2c: i2c transfer timed out
Any thoughts on why it initially worked but then ceased functioning, and any suggestions on how to troubleshoot and resolve this hiccup? Thanks in advance!
Statistics: Posted by skiddybison5924 — Fri Apr 12, 2024 11:01 pm