Tearran / its-i2cScan

An alternative to i2cdetect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

its-i2cScan

CodeFactor

Target OS:

  • Raspberry Pi OS (Legacy), Kernel 5.10.103+

Target Boards

  • Raspberry pi

Features :

  • Enables Default I2C bus
  • Shows attached i2c devices by hex

build and Install

Build requirments

  • zip
  • wget (included with target systems)

Recomended Install method

Audit and insatll

first audit build.bash or not

then run to following

wget https://raw.githubusercontent.com/Tearran/its-i2cScan/main/build.bash && bash build.bash

Easy install -not recomended

only use curl with trused sources

curl https://raw.githubusercontent.com/Tearran/its-i2cScan/main/build.bash | bash

usage:

its-i2cscan 1

May require sudo privleges if i2c is not enabled.

  • Can be replacement for i2cdetect from i2c-tools
  • Can be use to help automate enabling and installing i2c device sofware

Contributers

About

An alternative to i2cdetect

License:GNU General Public License v2.0


Languages

Language:Python 71.2%Language:Shell 28.8%