Hello,
I’m encountering an issue while trying to use the adafruit_servokit library on my Jetson Orin Nano. Below are the details:
Setup:
Jetson Device: Jetson Orin Nano
Python Version: 3.10.12
JetPack version:6
Installed Libraries:
adafruit_servokit
adafruit_pca9685
Jetson.GPIO
Problem:
When I attempt to import the Servokit module from adafruit_servokit, I receive the following traceback:
Error appeared:
Traceback (most recent call last):
File “”, line 1, in
File “/usr/local/lib/python3.10/dist-packages/adafruit_servokit.py”, line 36, in
from adafruit_pca9685 import PCA9685
[Truncated for brevity…]
File “/home/kids/.local/lib/python3.10/site-packages/Jetson/GPIO/gpio_pin_data.py”, line 602, in get_model
raise Exception(‘Could not determine Jetson model’)
Exception: Could not determine Jetson model
Steps Tried:
Reinstalled adafruit_servokit, adafruit_blinka, and Jetson.GPIO.
Verified the I2C configuration is enabled on my Jetson Orin Nano.
Checked the GPIO pins’ physical connections.
I believe the issue might be related to the compatibility of Jetson.GPIO with my Jetson Orin Nano. Has anyone faced a similar issue or knows how to resolve this error?
Any help or guidance would be greatly appreciated. Thank you!