
I2C – NVIDIA Jetson TX2 Development Kit
It is straightforward to connect an I2C device to a Jetson TX2. Looky here: Background I2C is a straightforward serial protocol. There are usually two wires, one is for transferring data (SDA), the other is a clock which is used to mark the begin and end of data packed (SCL). Read more …