This is a repository for Jetson nano and TX2 connecting to PCA9685 a 16-channel, 12-bit PWM Fm+ I2C-bus controller with C++ programing.
To work with PC9685 we need SMBUS and I2C tools, so run the below commands to insatll SMBUS and I2C tools.
- sudo apt-get install -y python3-smbus
- pip3 install i2cdev
- sudo apt-get install i2c-tools