Skip to content

I2C devices

Raffaello Bonghi edited this page Jul 27, 2021 · 3 revisions

To check if all I2C devices are connected, you can run from the NVIDIA Jetson shell this command:

The main reference is on Nanosaur exp board

sudo i2cdetect -y -r [BUS]

Where [BUS] is the bus if you want to read.

Reinstall I2C services

sudo apt-get install -y python-smbus
sudo apt-get install -y i2c-tools
Clone this wiki locally