ROBOTIS-GIT / Dynamixel2Arduino

DYNAMIXEL protocol library for Arduino
Apache License 2.0
88 stars 55 forks source link

MX-28 and MX64 library compatibility #47

Closed eliro2 closed 3 years ago

eliro2 commented 4 years ago

I have tested 2 MX-28's and an MX-64 with the provided library and have been having issues with getting examples to work. The LED example works for all three servos, meaning the id, servo baud_rate, and protocol (1 for all) are all correct. I also verified these values through the dynamixel wizard, and they all correspond to the defaults. For one of the 28's, velocity_mode works as well, which is promising. However, the most important example I would like to get working is position_mode, and that doesn't work for any of them. Any feedback would be appreciated, thanks.

My control environment is a Dynamixel Shield, Arduino UNO, the Dynamixel2Arduino library (on one laptop included through arduino's ide and on another manually added), the MX-28/64 servo models, and a SMPS 12V 5A for power connected to the arduino itself.

ROBOTIS-Will commented 4 years ago

Hi @eliro2 , Thank you for your inquiry. Have you installed DYNAMIXELShield library? If you are using a DYNAMIXEL Shield on top of Arduino boards, you should use DYNAMIXEL Shield library examples instead of DYNAMIXEL2Arduino's. Thank you.

eliro2 commented 4 years ago

I will try this tomorrow, thank you for letting me know! I will reply if it works or if other issues still persist.

On Wed, Oct 7, 2020 at 7:26 PM Will Son notifications@github.com wrote:

Hi @eliro2 https://github.com/eliro2 , Thank you for your inquiry. Have you installed DYNAMIXELShield library? If you are using a DYNAMIXEL Shield on top of Arduino boards, you should use DYNAMIXEL Shield library examples instead of DYNAMIXEL2Arduino's. Thank you.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ROBOTIS-GIT/Dynamixel2Arduino/issues/47#issuecomment-705261310, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOOTLPX7CXYFJFINDSUX2Z3SJUBJRANCNFSM4SHWVDXQ .

ROBOTIS-Will commented 3 years ago

This issue will be closed as there isn't recent activity. Please feel free to reopen when necessary.