www.adeept.com
16
Now you’ve already enabled I2C, move on to enable Camera.
sudo raspi-config
Click through:
5 Interfacing Options
->
P1 Camera
->
Yes
->
OK
->
Finish
->
Yes
Reboot the Raspberry Pi. If it does not reboot automatically, type in the following
command:
reboot
Then the I2C and Camera module are both enabled.
After the Raspberry Pi is rebooted, type in the following command to check that the
module has been enabled:
lsmod | grep i2c
If the following contents are shown, it indicates the module is enabled successfully.
Install I2C-Tools
Install I2C-Tools to check whether the external devices are connected successfully as well
as the address of the devices. Type in the command to install:
sudo apt-get install i2c-tools
Install the Python drive program for PCA9685:
sudo pip3 install adafruit-pca9685
To install the library from source, so that you can use the PCA9685 PWM servo/LED
controller with a Raspberry Pi.
Look for more information and example at its homepage:
Summary of Contents for RaspArm
Page 1: ...www adeept com 1...
Page 14: ...www adeept com 11 If a warning window prompts click Yes...
Page 25: ...www adeept com 22 2 Connect the battery holder and Raspberry Pi Note that the switch is OFF...
Page 60: ...www adeept com 57 Assemble the following components Effect diagram after assembling...
Page 70: ...www adeept com 67...