User manual

Arduino Advent Calendar 2016
The programming of microcontrollers was previously only something for engineers and computer scientists. Thanks to clear hardware and easy-
to-understand software, Arduino suddenly makes it possible for anyone to get into microcontroller technology.
The Name Arduino
Arduino comes from Italy and was named after the Italian King Arduino, who ruled until the year 1005 in
Ivrea, where the Arduino manufacturer has its headquarters. Today, the favourite bar of Arduino
developers Massimo Banzi and David Cuartielles there is named after King Arduino.
Arduino UNO
The Arduino platform now offers a wide variety of boards for various uses. The Arduino Uno is the board best suited for beginners and also one
of the most high-performance Arduino boards.
This Advent calendar contains a hardware experiment every day for the Arduino Uno or compatible boards of another manufacturer. Some of the
compatible boards have the advantage over the original Arduino Uno that they use a micro-USB connection and thus standard smartphone
cables can be used. The original Arduino Uno, by contrast, has a USB Type B connection.
The experiments on this Advent calendar are programmed with Snap!. This programming language is based on Scratch, one of the easiest
programming languages to learn ever.
Downloads for the Advent Calendar
You can find the programmes used at http://www.buch.cd for download. For this product, enter the
code 10213-1 in the input field.
Breadboard
For the fast construction of electronic circuits without having to weld, a breadboard is on the Advent calendar on the first day. With it, electronic
components can be plugged directly into a hole matrix.
On this breadboard, the outer long rows are all connected to each other via contacts (X and Y). These contact rows are often used as positive and
negative terminal for power supply for the circuits. In the other contact rows, five contacts each (A through E and F through J) are connected
across to each other, whereby there is a gap in the centre of the board. Thus, larger components can be plugged into the centre and wired in
from outside.
LEDs
LEDs
(LED = Light Emitting Diode) can be connected at the digital pins for light signals and light effects. For this purpose, a 220-ohm series resistor (red-
red-brown) must be installed between the pin used and the anode of the LED, in order to limit the current flowing through and thereby prevent the
LED from burning through. Plus, the series resistor also protects the digital output of the Arduino, because the LED offers almost no resistance in the
flow direction and thus the pin could quickly be overloaded upon connection with earth. Connect the cathode of the LED to the earth wire of the
Arduino.
In which direction do I connect the LED?
The two connection wires of an LED are of different lengths. The longer one is the positive terminal, the anode; the shorter is the cathode.
Easy to see: The plus sign has one line more than the minus sign and thereby makes the wire visibly somewhat longer. Beyond that, most
LEDs are flattened on the negative side, like a minus sign. Easy to remember: Cathode = short = edge.
RGB LEDs
A normal LED always lights up in only one colour. The RGB LEDs contained on the Advent calendar can selectively light up in multiple colours.
They are, in principle, three LEDs with different colours installed in a transparent housing. Each of these three LEDs has its own anode, through
which it is connected to a digital output. The cathode, which is connected to the earth wire, is present only once. Therefore an RGB LED has four
connection wires.
The connection wires of the RGB LED are different lengths so that they can be clearly recognised. Unlike with normal LEDs, the cathode is the
longest wire here.
RGB LEDs function like three individual LEDs and therefore also require three series resistors.

Summary of content (17 pages)