-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Portenta H7 doesn't work with MKR Shield Dynamixel #389
Comments
Hi @Matt93-00 , |
Hi @facchinm, |
Hi again @facchinm I write you only to ask you if you can advise me as soon as you have some news. Thank You |
Wondering if there is any progress on this, I have the same issue. All the documentation about the MKR shield seem to indicate that it works with the Portenta H7, but it does not |
I've temporarily appended a TX delay in DYNAMIXEL2Arduino library as the TX Enable(TX_EN or A6) become high too early before the TX packet is transmitted completely. |
Closing as patched at library level |
Hi people, I found this problem during my tests. I am working on a system made from portenta h7+ mkr shield dynamixel+dynamixel. I bought the mkr shield because from the documentation https://emanual.robotis.com/docs/en/parts/interface/mkr_shield/ it is said that it is compatible with portenta, but if I run any sketch coming from DYNAMIXEL2Arduino and DYNAMIXEL Shield library, no one dynamixel is found. This is the unique and similar problem that I found searching for a solution https://githubmemory.com/repo/ROBOTIS-GIT/DynamixelShield/issues/31?fbclid=IwAR0T3lvZX-R11zobuTbJ3CPwBFTTqHOCh5MW5lqRpuiRkYLMZkPwRuK9psc
Note that I know the id, baud rate, and protocol, so I can't be wrong on that. Also, the connection and the charge are good. In the end, if I use another board, for example, OpenCR, OpenCm, or Arduino Uno with the proper shield, I can drive the servo. Thus, the problem is directly the portenta I guess.
Thank you for the support.
The text was updated successfully, but these errors were encountered: