


Servo Serv1 //create a servo object named Serv1 This project moves the servo motor shaft in a continuous loop like a wiper on a windshield. Here are 3 actual projects from the Learn Arduino Intro app that will help you get started with the servo motor. It is capable of moving the output shaft from 20 to 160 degrees. The servo we will be using is the small, but popular, TowerPro SG90 micro servo. This can be attached to the output shaft. Some smaller servo motors can move from 20 to 160 degrees.Ī servo horn is usually included when you buy a servo motor. While some others can move from 0 to 360 degrees. Most servo motors can move the shaft from 0 to 180 degrees. In Arduino, you can specify the angle of the output shaft. In this project, we will be using a type of electric motor called a servo motor.Ī servo motor is a special type of DC (Direct Current) motor that uses an encoder to determine the position of the output shaft.Ī servo motor can move to a specific position quickly. Some examples of end effectors are:īut to make these end effectors move from place to place, we need to attach them to an actuator. End effectors are the tools that allow the robot to interact with its environment. They provide power that allows the end effectors to move.

To be able to produce motion, we need to add actuators to our Arduino projects.Īctuators can be likened to the “muscles” of a robot. Aside from being able to sense what is happening in the environment, a robotics application must also be able to move or manipulate objects around its vicinity.
