Questions tagged [i2cdetect]

2 questions
3
votes
2 answers

i2c port change randomly

I'm using an Up squared computer. I connect a device via the i2c port in the HAT connector. When using i2cdetect I detect the same device (identified by the address) on different ports. Changes occur between reboots. To my understanding, I may be…
LAR marine
  • 31
  • 1
1
vote
1 answer

i2cdetect addresses 7-bit or 8-bit?

Are the addresses reported by i2cdetect 7-bit or 8-bit I2C addresses? My hope is the more general 7-bit address. I'm starting to run some experiments, but it would be nice if the manpages were a bit more explicit about the reported format. $ sudo…
tarabyte
  • 4,166
  • 10
  • 36
  • 48