Android i2c command quick reference

Android i2c related commands

I2C is a serial communication protocol used to transfer data between chips. In the Android system, I2C commands can be used to communicate with I2C devices. The following commands explain the parameters and usage methods in detail one by one, and list the corresponding demos.


提示:rk平台默认集成I2C相关调试工具。


Circle the focus and want to learn

  1. i2cdetect
  2. i2cdump
  3. i2cget
  4. i2cset

1. i2cdetect

Used to detect the device address connected on the I2C bus.

i2cdetect --help 
usage: i2cdetect 

Guess you like

Origin blog.csdn.net/weixin_35723192/article/details/130009673