PCA9685 icon indicating copy to clipboard operation
PCA9685 copied to clipboard

This library is used for Arducam Pan Tilt Camera for Raspberry Pi

Results 6 PCA9685 issues
Sort by recently updated
recently updated
newest added

./arduenv/bin/python3 ./example/Jetson/ServoKitExample.py Traceback (most recent call last): File "/home/drone-project/articulated_robotics/ptz_camer_drivers_older/PCA9685/./example/Jetson/ServoKitExample.py", line 184, in main() File "/home/drone-project/articulated_robotics/ptz_camer_drivers_older/PCA9685/./example/Jetson/ServoKitExample.py", line 180, in main curses.wrapper(draw_menu, None) File "/usr/lib/python3.11/curses/__init__.py", line 94, in wrapper return func(stdscr, *args,...

I purchased the updated Arducam pan tilt platform (B0283), and when I use the c-based demo code ("RunServoDemo"), I run into severe servo jitter. The issue is reproducible ~50% of...

I purchased the upgraded Pan-Tilt platform kit for Raspberry Pi Camera (B0283) but the only example is for Jetson and the demo is an executable only. Could we get some...

Hey, I have some problems with compile this project. After command make I received this comment from console ``` gcc -o RunServoDemo obj/RunServoDemo.o obj/bcm283x_board_driver.o obj/sccb_bus.o obj/PCA9685_servo_driver.o -Wall -pthread -lm -g...

As of writing, Raspian python version is still 3.5. `sudo pip3 install adafruit-circuitpython-servokit` Will error with: `Complete output from command python setup.py egg_info: Traceback (most recent call last): File "",...

admin@pi:~ $ git clone https://github.com/ArduCAM/PCA9685.git Cloning into 'PCA9685'... remote: Enumerating objects: 52, done. remote: Counting objects: 100% (52/52), done. remote: Compressing objects: 100% (50/50), done. remote: Total 52 (delta 9),...