Schematic Diagram
You may remember, if you studied electronics as part of your science course at school, that there is a specific way of drawing circuit diagrams. Each component has a particular symbol (which may vary slightly depending where in the world you live) that allows anyone to look at the drawing and build the circuit. It’s the architect’s plan for the house that allows the builder to know exactly what goes where.
Just the same as a plan, these can get pretty detailed and end up being confusing for someone like you and me – given that we don’t have our Master’s degree in Electrical Engineering!
We don’t really need schematics for our early projects as they’re fairly easy to build, but I’d like to use these to start introducing you to them, as they’re going to become very useful later in the book. So without further ado, let me introduce you to the schematic for the Blink project:It’s pretty straight-forward, don’t you think? On the left are the Arduino’s pins – can you spot the 6 Analog pins (A0 – A5) at the top, the 14 Digital pins (0 – 13), and finally the power – GND, 3.3V and 5V connections? As this is not a physical design, you’ll notice that the Arduino pins aren’t set out in the same way that they are physically arranged on the Arduino itself. Let’s get straight into understanding what the schematic is telling us. Start by finding pin 13.
The current flows from pin 13 (which in this project is being used as an OUTPUT pin) to LED1. The straight line represents a connection between the pin and LED1: this could be a wire, a track on a breadboard, or a printed track on a circuit board. Look at the parts list at the beginning of the chapter, and you’ll see that LED1 is the label for an LED (pretty obvious in this case, but not always!) If you don’t already, you’ll start recognising the symbols for these components as we work through our projects – the symbols are also in the component reference at the end of the book.
From LED1, the current flows to R1. This label is a little more cryptic, so refer to the parts list, and you’ll see it’s a Resistor, with a resistance of 330 Ohm. It’s a good idea to show the value of resistors, capacitors, etc. on schematics, as it helps others to build the circuit correctly.From the resistor, the current flows to the GND pin on the Arduino – GND being the same as the negative terminal on a battery – and completes the circuit.
Breadboard Diagram
Now that you understand how the parts connect together, let’s look at one way to lay them out physically on a breadboard.
Read more: Arduino Tutorial – Chapter 2.3: Schematic and Breadboard Diagrams