-
Notifications
You must be signed in to change notification settings - Fork 31
Using motorkit with Adafruit DC Motor Bonnet on Jetson Nano #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using motorkit with Adafruit DC Motor Bonnet on Jetson Nano #45
Comments
PWM support may be available on the Jetson Nano based on my brief look at Blinka, @makermelissa is that correct? If so, then it seems like because that library relies on |
Oh, but they're only used for type annotations, so I guess that's what's causing the issue in the Blinka environment. |
Looping in @FoamyGuy. We could create a |
I don't have any experience with pwm on Blinka and have never used a jetson nano, so I can't add much to that discussion. I do think a protocol makes sense if that import is only used for typing though. My first instinct would be to put it into |
Okay, I think adding a |
Whoopsie! Didn't mean to close |
Opened an issue for adding the protocol. Once that's merged (or the decision is made to move the protocol into |
HI @littlebee, if you upgrade |
Thank you!!! That totally works. So glad not to have to switch boards! |
Hi! I'm trying to get the Adafruit DC & Stepper Motor Bonnet working on a Nvidia Jetson Nano 4Gb using MotorKit.
I followed the instructions for setting up Circuit Python on the Nano. The motor board is connected to the directly to the Nano and powered sepately from the Nano.
I2C shows the two I2C addresses:
When I try to
from adafruit_motorkit import MotorKit
in python3 console, however, I get an error:I additionally tried enabling the PWM pins using jetson-io.py, but that didn't fix the error. My jetson GPIO config looks like:
Thank you for any help!
The text was updated successfully, but these errors were encountered: