Difference between revisions of "PCA9685"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Try It = | = Try It = | ||
+ | [[File:PCA9685 Servotreiber x700.jpg|150px|link=https://www.az-delivery.de/products/pca9685-servotreiber]] | ||
+ | |||
+ | {{Link|target=i2c bus}} | ||
<source lang='bash'> | <source lang='bash'> | ||
sudo raspi-config | sudo raspi-config | ||
+ | # activate Interfacing Options P5 / I2C | ||
wf@picar:~/source/python/pi $ sudo i2cdetect -y 1 | wf@picar:~/source/python/pi $ sudo i2cdetect -y 1 | ||
0 1 2 3 4 5 6 7 8 9 a b c d e f | 0 1 2 3 4 5 6 7 8 9 a b c d e f | ||
Line 15: | Line 19: | ||
sudo pip3 install adafruit-circuitpython-servokit | sudo pip3 install adafruit-circuitpython-servokit | ||
</source> | </source> | ||
+ | |||
= Java = | = Java = | ||
* http://hirt.se/blog/?p=625 | * http://hirt.se/blog/?p=625 | ||
Line 21: | Line 26: | ||
* https://tutorials-raspberrypi.de/mehrere-servo-motoren-steuern-raspberry-pi-pca9685/ | * https://tutorials-raspberrypi.de/mehrere-servo-motoren-steuern-raspberry-pi-pca9685/ | ||
* https://cdn-learn.adafruit.com/downloads/pdf/adafruit-16-channel-servo-driver-with-raspberry-pi.pdf | * https://cdn-learn.adafruit.com/downloads/pdf/adafruit-16-channel-servo-driver-with-raspberry-pi.pdf | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Datasheet = | = Datasheet = |