Forum >Smart Servo Shield - Dynamixel MX-64T
ArduinoGeneral

Smart Servo Shield - Dynamixel MX-64T

userHead middle 2016-02-11 04:37:06 9878 Views8 Replies
Hi, i plan to order a "Smart Servo Shield" for Arduino.

http://www.dfrobot.com/index.php?route= ... rsidTj2ZmM

But i want be sure that shield is 'compatible' ok for use with a servo motor Dynamixel MX-64T.

http://support.robotis.com/en/product/d ... /mx-64.htm

On the description of the product they only talk about For Robotis Dynamixel AX/MX Series. But all of them or just someone ?
Thank you
2024-09-11 02:07:30

Hi again, 

How are you doing? 

Here is our suggestion if you could read the code for that shield(Slave code for deeper development_update). Sorry that we don't have MX servo at hand, so we cannot have a try.

The idea is to modify the code in the above code as you said before accoding to the EEPROM table of MX, for example, the code at line 18&19 are matching that table content, while some others are not. (AX servo, official site)

 

Code: Select all#define P_MODEL_NUMBER_L 0
#define P_MODEL_NUMBER_H 1



And as to how to download that code, you could use a FTDI device to upload the .ino code file to the shield through the serial interface.


Note: As circled in the picture in red, you have to use a Soldering Iron to solder off the tin on the serial pins which in the circle. It seems not very clearly, actually, for example. on the pin TX, there are two holes actually, soldering off the tin will cut off the connection, then you can download successfully.

userHeadPic Leff
2016-09-30 17:14:08 Hello, I have bought the shield but I want to have an additional function like reading from the encoder but currently there is no such function.
So I want to try to update the development code.
Can you show me what connection I need to make, how to connect them and how to select the Arduino Optiboot8 in the IDE?

Thank you
userHeadPic calvintanhome
2016-02-22 22:55:59 Hi,

Sorry that I didn't realise that Dynamixel had upgraded their MX motor that Control Table’s Compliance replaced by PID., from http://support.robotis.com/en/product/d ... /mx-64.htm.

I will ask my colleague if it is possible to midify the library to suite the servo MX-64.
userHeadPic Leff
2016-02-20 15:09:51 Hi, sorry . But i get my order today . And after try many times. I find the smart servo shield work perfectly with the servo motor [ Dynamixel AX-12 ] But not with MX-64T ;-(
Do i need modify some code in the library ? Thank you for your help.
I really hope i can use it with MX-64T servo , i already spend 800$ for buy some servos ^^
I 'm waiting on your answer . Thank you for everything
userHeadPic middle
2016-02-17 23:13:39 OK, so it's perfect . Thank you for everything ;) userHeadPic middle
2016-02-17 20:21:54 Hi,

According to the width of the PCB line, that is 2.28mm(90mil) for each route, and 3.4mm for PWR IN, then in theoretically, it could support 3A servo, and totoally 5A.(Calculated by 2A - 3mm)
userHeadPic Leff
2016-02-17 01:55:36 No problem, you are not so late. I know before was Chinese happy new year ;-) .
Ok perfect, so i will try it after get my order . :D

But i still have one question, How many amps (A) maximum can pass the smart servo shieldd by DFROBOT ? Because of my servo Dynamixel MX-64T, need use 4,1 amp for 12V.
I can't find that information on the shopping page .

Many thanks
userHeadPic middle
2016-02-16 20:30:38 Sorry for the late reply, it is compatible which you mentioned, but what should be noted is, which could also see in the shopping page as well as in the code, it should be reset whenever switch its working mode, that is servo/ motor mode. userHeadPic Leff