[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:hardware:arm:interfacing_i2c_devices [2019/07/31 01:39 (UTC)] – [Voltage Level Shifting] rramphowtos:hardware:arm:interfacing_i2c_devices [2023/05/28 12:39 (UTC)] – [Detecting Connected Devices] louigi600
Line 18: Line 18:
  
 ===== Detecting Connected Devices ===== ===== Detecting Connected Devices =====
-There are probably many ways to determine what's connected to an I2C bus, I chose to use stuff out of the [[http://www.lm-sensors.org/wiki/I2CTools | i2ctools]] project. I was unable to find a Slackware ARM package for i2ctools so I compiled and installed it on my system.+There are probably many ways to determine what's connected to an I2C bus, I chose to use stuff out of the [[http://www.lm-sensors.org/wiki/I2CTools | i2ctools]] project. I was unable to find a Slackware ARM package for i2ctools so I compiled and installed it on my system. On some distribution the package may be called t2c-tools.
  
 First thing you want to know is what I2C busses are present on your system as there may be more then one and looking in the wrong bus may be frustrating: First thing you want to know is what I2C busses are present on your system as there may be more then one and looking in the wrong bus may be frustrating:
 howtos:hardware:arm:interfacing_i2c_devices ()