servo driver

Hi there,

I am trying to control multiple smart servos (Herkulex and Dynamixel) from an arduino.

dynamixel are 3 pin servos but the other are serial so something like the ’ smart servo controller for Arduino’ and the ‘Maestro’
robotshop.com/eu/en/smart-se … duino.html
robotshop.com/eu/en/pololu-m … mbled.html

Which servo controller would you recommend?

another question, wanting to use arduino, do I need the Interface Manager for the Herkulex ?

Hi,

You can use the Smart Servo Controller for Arduino to control AX series Dynamixel Servos.
The Pololu Micro Maestro 6-channel USB Servo Controller is intended to control standard RC servos and won’t work with smart servos as Dynamixel or Herkulex servos.
As to control Herkulex servos, you can use directly the Arduino board (without a shield).
Here is the Arduino library to use control Herkulex servos with Arduino.
You won’t need the Interface Manager to control Herkulex servos with Arduino.