Category Archives: Concepts

Standard servo

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

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