I am planning on making a 4 legged robot, using this as base: http://www.robotshop.com/dagu-quad-bot-quadruped-walking-robot-2.html . But there is no microcontroller or servo controller included. Now what I would like to know if it's enough to only have an arduino board to control those 4 servo's or do I also need some sort of servo controller?
Thanks.
The Dagu quadbot uses only 2 DOF legs, so 8 servos in total. Absolutely no problem to control 8 servos with an Arduino Uno. Just make sure your battery is strong enough to power 8 servos.
Depending on the level of control desired for the servos, it may be worth while to employ a stand alone servo controller. Actual experimentation with the arduino and the servos will provide the info you will need to make a decision.
Bajdi:
The Dagu quadbot uses only 2 DOF legs, so 8 servos in total. Absolutely no problem to control 8 servos with an Arduino Uno. Just make sure your battery is strong enough to power 8 servos.
The maximum voltage is 6V per servo. Would a rechargeable 6v battery do? I heard something about the voltage dropping when the battery gets decharged. Is there something that can be done about that or is that no problem?