Skip to content

C++ repository for Jetson nano and TX2 for PCA9685 16-channel, 12-bit PWM Fm+ I2C-bus controller

Notifications You must be signed in to change notification settings

surendrallam/PCA9685-with-Jetson-Nano-Jetson-TX2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PCA9685 with Jetson Nano or Jetson TX2.

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.

Prerequisites:

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

About

C++ repository for Jetson nano and TX2 for PCA9685 16-channel, 12-bit PWM Fm+ I2C-bus controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages