-
-
Notifications
You must be signed in to change notification settings - Fork 28
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.
sudo apt-get install -y python-smbus
sudo apt-get install -y i2c-tools
Developer and maintainer Raffaello Bonghi