Tag: servo

Arduino Lesson 13: Servo motor

Overview Parts The Breadboard Layout for ‘Sweep’ If the Servo Misbehaves Arduino Code for ‘Sweep’ The Breadboard Layout for ‘Knob’ Arduino Code for ‘Knob’ Servo Motors Inside a Servo Other Things to Do Overview In this lesson, you will learn

Tagged with: , , ,

Using the Servo Library

Required Hardware Servo Arduino Board Breadboard Jumper Cables Potentiometer The Servo library supports up to 12 motors on most Arduino boards and 48 on the Arduino Mega. On boards other than the Mega, use of the library disables analogWrite() (PWM)

Tagged with: , ,
Top