The robot needs electronics to be controlled. The arduino is the
most important part of them and was already discussed. Still four
expansion shields were necessary. one of these was used to
connect the Xbee with the Arduino Uno. The other three were used
for the motors
The Arduino is not intended to drive motors, although the robot needsthem to move. Its primary goal is to send and receive signals, hence thename microcontroller. The reason motors cannot be connected directly tothe Arduino is because they need a high tension and a high current, bothof which this microcontroller is unable to provide. The solution is a shieldwith an H-Bridge. This integrated circuit consists of transistors that willamplify the signal send by the Arduino and output it to the motors. Thegreater tension then provided will increase the motor’s rotational speed.Because the motor is not directly connected to the Arduino, no damagecan be caused by a too high current.