ServoKit
ServoKit copied to clipboard
Install the Adafruit ServoKit Circuit Python library on the NVIDIA Jetson Nano Developer Kit
I have the [yahboom dofbot expansion board](https://category.yahboom.net/products/dofbot-expansion-board) connected to my jetson nano. I am trying to use the pwm servo interface(8) on the board to drive a servo. However, I...
**Describe the issue** Describe the issue that you are having. Using cached https://files.pythonhosted.org/packages/a2/65/5da8d1d4a22701fedf9dbae9094e40185d58be25b86175eb0861d55398a5/adafruit-circuitpython-servokit-1.3.10.tar.gz Complete output from command python setup.py egg_info: /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) Traceback (most recent...
when i run the code i get an error like this : `File "/home/coffee/.local/lib/python3.6/site-packages/adafruit_servokit.py", line 36, in from adafruit_pca9685 import PCA9685` `File "/home/coffee/.local/lib/python3.6/site-packages/adafruit_pca9685.py", line 41, in from adafruit_bus_device import i2c_device`...
does this work with jetson xavier?
Hello, I have been following the tutorial video and I get the following error when I try to install the installGamePad.sh. etbot@jetbot:~/ServoKit$ sudo ./installGamePad.sh Collecting approxeng.input Using cached https://files.pythonhosted.org/packages/1c/27/418500122ddff3e29355c5f248b20690555102c59037961968583262ae55/approxeng.input-2.4.2.tar.gz Complete...
Hi, How to use this in existing docker container like jetson-inference?
**Describe the issue** I have one servo motor is connected to the first channel and another continuous motor is connected to channel 2 to the pca_9685 I've set up this...