Integration of Sensors and Actuators With Arduino-: Dr. Sudip Misra
Integration of Sensors and Actuators With Arduino-: Dr. Sudip Misra
Part II
Dr. Sudip Misra
Associate Professor
Department of Computer Science and Engineering
IIT KHARAGPUR
Email: smisra@sit.iitkgp.ernet.in
Website: http://cse.iitkgp.ac.in/~smisra/
Introduction to ACTUATOR
Servo Motor
Servo motor interfaced with Arduino
Hardware interface
Sketch
Mechanical/Electro-mechanical device
Converts energy into motion
Mainly used to provide controlled motion to other
components
Servo motor
Stepper motor
Hydraulic motor
Solenoid
Relay
AC motor
ServoDemo.attach(servoPin); ServoDemo.write(180);
delay(1000);
}
}