Start with trying out a standard servo. To be able to control a servo with Arduino you will need to use the Servo library. As explained in block 2, a library is a collection of code that you can call from your own code.
Continue reading
Category Archives: Concepts
Continuous rotation servo
Try out the continuous rotation servo. You control the continuous rotation servo by writing a speed to it instead of a position.
Input Controlled Servo
You can use any kind of input to control a servos.
Using Two Servos
When using two servos at the same time, your Arduino board will have a problem distributing enough current. There are different techniques to overcome this. Here you will explore how to write signals to the servos separately through the program. Go here to learn about how to use two servos as wheels.
Types of Motors
You are going to use the Arduino board to control motors. Many electronics that have moving parts contain motors, e.g., printers, car toys, electric toothbrushes. While there are many different types of them, you will mostly find the following three types of motors:
Robots
The robot block is finally here. In this block you will build different robots using motors. The basic function of these motors is simple; they spin. You will see that depending on how you decide to use them, you can get different objects to animate in many different ways. First of all, you will get an introduction to the different types of motors there are and some examples of when to use them. In the end of block 4 you will get to build a ticklish rocking chair robot or maybe a light chasing robot.
Continue reading