WWW Ladyada Net Learn Arduino Lesson3 HTML
WWW Ladyada Net Learn Arduino Lesson3 HTML
About
Proje cts
Le arn
Library
Blog
Store
Forum s
ladyada.net
Search
Arduino Tutorial
Lesson 3 - Breadboard and LEDs Introduction Intro Starting Lesson 0 Lesson 1 Lesson 2 Lesson 3 Lesson 4 Lesson 5 #6 - LEDs LCDs Eth + SD
You've started modifying sketches, and played a bit with the onboard LED (or if you have an NG, an LED you added). The next step is to start adding onto the hardware component of the Arduino. We will do this by adding a solderless breadboard to our setup, connecting up new parts with wire.
Assembled Arduino board, Adafruit preferrably a Diecimila (or whatever the latest version $35 is) but NG is OK too
pdfcrowd.com
LEDs For this lesson, a red, green and blue LED are best. Make sure you get a "5mm" Any or "3mm" LED, with two electronics legs, as shown in the supply example image. store "Ultrabright" LEDs (1000 mcd rating or higher) are preferred Any electronics Three 1K Resistors supply (brown black red gold) Any values from 300 to store 2K are probably OK. $1
pdfcrowd.com
Adafruit $15 Arduino Prototyping Shield + with tiny breadboard Adafruit $7.50
Adafruit Standard solderless breadboard If you dont have a protoshield, this is a substitute $5 Many hobby shops and electronics stores will have these
Hookup Wire Get 22 gauge solid-core Any wire in red, black and some hardware other color. Make sure its store not stranded wire!
pdfcrowd.com
Basically, a chunk of plastic with a bunch of holes. However, something special is going on inside the breadboard! Although you can't see it, inside the breadboard are many strips of metal that connect the rows and columns together. The metal strips are springy so that when you poke a wire into the hole, the clips grab onto it.
pdfcrowd.com
In the images above you can see how there are two kinds of metal strips. There are short ones that connect 5 row holes at a time, and then there are very long ones that connect 25 (or more!) column holes at a time. The long columns are called rails and the short strips are called rows . Breadboards are almost always made so that they have two sets of 5-hole rows and on either side there are a pair of rails. For example the breadboard on the left has 30 row pairs and 2 sets of double rails on either side. The one on the right is quite small, it has only 17 row pairs and no rails. In this lesson, we will show pictures of both the tiny breadboard on a protoshield and also using a 'standard' breadboard without a shield. However, after this lesson, you'll be more on your own to figure out how to connect up the standard breadboard, OK? Warning! Distressing as it may sound, solderless breadboards can be very flakey, especially as they age. If you're having problems with your circuit, it could be that the little metal clips on the inside aren't working well. Try poking it with your finger, or moving it to a different section.
pdfcrowd.com
pdfcrowd.com
pdfcrowd.com
To connect rows together, just stick the wire ends without insulation into the square holes!
pdfcrowd.com
Now is a good time to practice making jumpers, go forth and make a few 3" long jumpers!
Behold...a resistor! Resistors have one job to do, and that is to resist the flow of electricity (otherwise known as current). That's why they're called resistors. By resisting current they control where and how fast it flows. One common way of thinking about this is if we were talking about water current, then pipes are like
pdfcrowd.com
resistors. Thin pipes let less water through (high resistance), thick pipes let a lot of water through (low resistance). Wth a fire hydrant, you want low resistance. With a water fountain, you'd want high resistance. If you mixed up the two pipe sizes, you wouldnt be able to put out a fire and you'd hurt yourself while trying to get a drink. Resistance is measured in ohms , often written as the symbol . The bigger the resistance value (in ohms) the more it fights. Most resistors you'll see range between 1 ohm and 1 megaohm (1.0 M). Since the resistive element is inside a ceramic casing, its not possible to tell the resistance of a resistor just by looking at it. You'll have to read it by looking at the colored stripes on the body of the resistor. This is known as the resistor color code , and its a real pain when you first start electronics. Eventually you'll get really good at telling the value of a resistor just by glance but to start off you'll want to use a reference chart. (Or you can use a multimeter to measure the resistance accurately) Click here to view a reference chart that you can print out (in color) and use as your guide. There are also website calculators that you may find very handy Remember: Just because the stripes are in a certain order doesn't mean the resistor has a direction! Resistors are the same forward and backwards, it doesnt matter which way they are used. Quick quiz! What is the color code for a 5% 1.0K resistor? Highlight the text below to see the answer Brown - Black - Red - Gold What is the color code for a 5% 220 resistor? Highlight the text below to see the answer Red - Red - Brown - Gold What is the value of this resistor?
Highlight the text below to see the answer The stripes are yellow (4) - violet (7) - red (* 100) = 4700 = 4.7K What happens if you put a resistor in backwards? Highlight the text below to see the answer Ha! Trick question, it is not possible to put a resistor in 'backwards'. They work either way! Note on Wattages....
pdfcrowd.com
In all these examples, we use 1/4W resistors. Unless otherwise noted you can use 1/16 W or 1/2W or whatever you can get your hands on. Higher wattage resistors are larger and usually more expensive, but sometimes your local hobby shop will only have 1/2W.
pdfcrowd.com
Look again! Its a tiny LED As we mentioned before, its easy to figure out which side of an LED is positive and which one is negative. The positive leg is slightly longer and if you look inside, the chunk of metal is larger on the negaive side.
Light up my breadboard
We're going to now use the breadboard to light up an LED. You will need a breadboard, an LED and a 1.0K ohm resistor (brown black red gold). If you have a protoshield, make sure its assembled first. Then, place the tiny breadboard on top. You can remove the backing to stick it on (which is permanent) or you can just use double-sided tape. If you have a regular breadboard you'll need 2 jumper wires as well.
pdfcrowd.com
Important Note! While LEDs will not work when placed backwards, you don't have to worry about whether it will be damaged: as long as there is a series resistor of at least 100 ohms next to it, the LED will survive the experience! However, using an LED without a series resistor is a sure-fire way to kill it! (You'll see a bright flash and it may turn dark) Always use a resistor! A 1.0K ohm is a good place to start. We'll cover how to figure out the best resistor value later on. Place the resistor and LED as shown. Make sure the longer leg of the LED is to the right, connected to the resistor. The resistor doesn't have a direction, so it doesnt matter which way it goes in.
Click for a high resolution photo if necessary! If you're using a standard breadboard, you'll need to use wires to reach the Arduino. Run one wire
pdfcrowd.com
(red) to the 5V socket on the Arduino. Run the other wire (black) to one of the GND sockets on the Arduino. The colors aren't essential but they will help you remember what the wires are connected to!
Plug in the Arduino, you should see the LED light up. If not, check the following: Is the Arduino plugged in? (look for the little green light on the Arduino as in lesson 0) Is the LED in backwards? Try flipping it around, just in case. This wont damage the LED. Are the parts firmly placed in the breadboard? Loose parts are a common breadboard problem, try jiggling them with a finger and see if it starts working. Is the LED on and its just very dim? Try turning down the lights or looking at it head on: some LEDs are very directional. Is the red wire going into the hole labeled 5V? Is the black wire going into one of the holes labeled GND? Try another LED in case this one is damaged Make sure the parts are as shown in the image above, if you have a wire in one row and the resistor in the other, they aren't connected and it wont work!
pdfcrowd.com
Scheming schematic
Hooray, you just built your first circuit! Its quite simple but still worth explaining. Basically you've connected the LED and resistor in series (one after the other) to a 5V 'battery'. The positive pin of the LED is connected to the positive terminal of the battery, then the negative pin is connected to a resistor which goes to the negative terminal of the battery. The battery is supplying the current that flows through the LED, making it light up. The positive and negative battey terminals are often called the power supply, as they supply power to our circuit. The positive terminal is called power (as thats where current flows from) and the negative terminal is called ground, as it is where current flows to. Lets say you want to "save" this design and send it to a friend to check out and build for herself...one way you could do that is to take a good photo. But a better way is to draw a wiring diagram. Then it wouldn't matter if your camera wasn't very good. A wiring diagram is also known as a schematic. Schematics are the standard method for people to trade information about circuits. Being able to read and write schematics is a key skill! Here is a schematic for a really big project, a Roland TB-303 synthesizer clone Each electronic component has a schematic symbol, which is a simplified drawing of the part. For resistors the symbol looks like this:
Resistor symbol And the symbol for LED's look like this:
LED symbol, positive pin on the left, negative pin on the right You can see that the resistor symbol is symmetric, just like resistors themselves. The LED symbol, however, has an arrow thing going on. This is the direction in which current flows. The little arrows that are coming out of the symbol indicate that this is a diode that emits light. Power and ground also have symbols:
pdfcrowd.com
Power and Ground symbols The only thing we need to do now is indicate how the LED and resistor are hooked up and show the 5V and ground connections.
A barebones schematic Next to symbols, we often write important information like what the resistor value is, what color and size the LED should be, and the voltage associated with the power supply.
pdfcrowd.com
A well documented schematic! For practice, try drawing your own schematic on a piece of paper.
A Quick Rewiring...
We're going to make a very small modification to our wired up circuit
In our new schematic, instead of connecting the resistor to +5V power, we'll connect it to ground.
pdfcrowd.com
Before you change your breadboard, make a guess of what will happen: Will the LED stay lit? Will the LED go out? Something else? Now make the change to your breadboard:
pdfcrowd.com
You will notice that, in fact, the LED has gone out. That is because it is no longer connected to a power source and current is not flowing. By connecting the resistor to +5V or ground, you can turn the LED on and off. If you were very fast at it, you could make the LED blink! Hmm....
pdfcrowd.com
That is, instead of connecting the resistor to 5V or ground, connect it to the Arduino pin socket labeled 13. If you have an NG Arduino, you'll need to remove the old LED you used, if its still in the socket.
pdfcrowd.com
pdfcrowd.com
You should see the LED turn on and off. If you have a Diecimila Arduino, both the on-board LED and the wired LED will blink in unison. Lets look at that code again
void loop() { digitalWrite(ledPin, HIGH); delay(500); digitalWrite(ledPin, LOW); delay(500); } // run over and over again // sets // waits // sets // waits the for the for LED on a second LED off a second
We didn't quite explain what digitalWrite does, but now it should be clear: the digitalWrite procedure connects the pin indicated by the first input (ledPin) to either the +5V power supply or to ground depending on the second input (HIGH or LOW) This is a pretty awesome capability and is the basis of all electronics! You may want to think about how cool it is for a few moments.
A new pin
Now change the wiring so that the resistor is connected up to pin socket #12
pdfcrowd.com
pdfcrowd.com
The LED isn't be blinking anymore! Lets fix it! Go back to the beginning of the sketch and find this line again
int ledPin = 13; // LED connected to digital pin 13
This is the line of code that indicates which pin is connected to the LED. Change it so that it is now connected to pin 12
int ledPin = 12; // LED connected to digital pin 12 now!
Re-compile and verify the sketch, then send it over the the Arduino. The LED should now be blinking again. Note that if you have a Diecimila Arduino you will not see any blinking on the on-board LED. Thats because its connected to pin 13 only! Exercises! Spend some time experimenting with different pins. Connect the LED to different pin sockets, and modify the sketch so that the LED blinks. Change around your wiring so that it matches this schematic:
pdfcrowd.com
Make sure to modify you sketch so that the ledPin is 13 again. Re-compile and upload it to the Arduino. What does the LED do? Highlight the text below to see the answer It blinks just like before If you have a Diecimila Arduino, what do you notice about the breadboard LED and the onboard LED? Highlight the text below to see the answer They are alternating when they blink Why do you think that is? Highlight the text below to see the answer When the pin is LOW (connected to ground) the breadboard LED is on: current is flowing from +5V to ground through the pin. When the pin is HIGH (connected to +5V) the on-board LED is on, just like before.
pdfcrowd.com
Red, green and blue LED schematic In this schematic we will have three LEDs connected to three different pins: #10, #11 and #12.
pdfcrowd.com
pdfcrowd.com
void setup() { pinMode(redPin, OUTPUT); pinMode(greenPin, OUTPUT); } void loop() { digitalWrite(redPin, HIGH); digitalWrite(greenPin, HIGH); delay(500); digitalWrite(redPin, LOW); digitalWrite(greenPin, LOW); delay(500); }
// run once, when the sketch starts // sets the digital pin as output // sets the digital pin as output // run over and over again // // // // // // sets the Red LED on sets the Green LED on waits for half a second sets the Red LED off sets the Green LED off waits for half a second
You can just copy and paste this text into your Arduino software window. Quick quiz What does this sketch do? Compile and upload the sketch to test your hypothesis. Highlight the text below to see the answer It blinks the two LEDs connected to pins 11 and 12 at the same time
Click To Play If you are having problems getting this sketch to work, double check: Is the sketch compiling properly? Did it upload correctly? Are the LEDs in the right way? Are the resistors in the right sockets? Are the LEDs connected to ground on the other side? Is the breadboard wired up right? Check your connections. Exercises! Change the code so that the LEDs alternate their blinks: Click To Play Highlight the text below to see one possible solution Change the second digitalWrite () procedure call to set the pin LOW, and the fourth call to set the pin HIGH. Change the loop() procedure code so that both LEDs are on for 500 ms, then only the red LED
pdfcrowd.com
is on for 500 ms, then both LEDs are off, and finally only the green LED is on for 500 ms Highlight the text below to see one answer
void loop() { digitalWrite(redPin, HIGH); digitalWrite(greenPin, HIGH); delay(500); digitalWrite(redPin, HIGH); digitalWrite(greenPin, LOW); delay(500); digitalWrite(redPin, LOW); digitalWrite(greenPin, LOW); delay(500); digitalWrite(redPin, LOW); digitalWrite(greenPin, HIGH); delay(500); } // run over and over again // // // // // // // // // // // // sets the Red LED on sets the Green LED on waits for half a second sets the Red LED on sets the Green LED off waits for half a second sets the Red LED off sets the Green LED off waits for half a second sets the Red LED off sets the Green LED on waits for half a second
You can just copy and paste this text into your Arduino software window.
pdfcrowd.com
Now you will add the code for the Blue LED by yourself Step 1. Add the line of code that will create a variable called bluePin. What pin should it be assigned? Examine the schematic above to find out. Step 2. Add the line of code that will tell the Arduino that bluePin is a digital output. Step 3. Add the 2 lines of code so that the blue LED will be lit when the red and green LEDs are lit Compile and verify your code. Does it work? If not use your debugging skills to figure out what is wrong and fix it!
Color mixing
Now that you have red, green and blue light, you can start having fun with color mixing. Color mixing is the neat ability that our eyes have to combine different light colors and create a new color
A additive (light) color mixing diagram According to this diagram, if we have both red and blue light mixed together we should get a violet light. Quick quiz Modify your code to create the following colored light: Violet (red & blue), Turquoise (blue & green) and yellow (green & red) Now you are ready for the "final project" of this very long lesson. You are going to make a
pdfcrowd.com
color changing light! Modify the sketch so that the emitted light goes in order: red, yellow, green, turquioise, blue violet and back to red. It should pause about half a second between each color change. Hint: One way to make the color mixing work better is to diffuse the light, in a light box. You can make a light box out of plain paper, scissors and some tape. Just make a paper box and cut a hole in it. Fill the box with tissue paper. The tissue acts as a diffuser, helping the light mix nicely
pdfcrowd.com
Click To Play
pdfcrowd.com