Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Arduino Development Cookbook

You're reading from   Arduino Development Cookbook Over 50 hands-on recipes to quickly build and understand Arduino projects, from the simplest to the most extraordinary

Arrow left icon
Product type Paperback
Published in Apr 2015
Publisher
ISBN-13 9781783982943
Length 246 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Cornel M Amariei Cornel M Amariei
Author Profile Icon Cornel M Amariei
Cornel M Amariei
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Arduino Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Power on – Arduino Basics FREE CHAPTER 2. Blinking LEDs 3. Working with Buttons 4. Sensors 5. Motor Control 6. More Output Devices 7. Digital Communication with Arduino 8. Hacking Electronics – the Basics Index

Diodes and LEDs


There are two more components we should discuss: diodes and LEDs.

Diodes

A diode is a component that only allows current to pass in one direction. The arrow in the circuit symbol indicates this direction:

Next to the circuit symbol on the left, we have a real diode. The stripe represents the stripe in the circuit symbol, and the direction where the current goes out of the diode.

If we look at the following circuits, the one on the left will conduct current while the one on the right will not:

However, even when a diode allows current to pass, it drops the voltage. For a typical value, it drops the voltage by 0.7 V. Let's try and apply Ohm's law to the left circuit again. If the diode drops the voltage by 0.7 V, it means we have 4.3 V across the resistor. This will result in:

LEDs

There is a variation of the normal diode, called Light Emitting Diode or LED. It's basically a very small and efficient light bulb. We can find LEDs in everything these days: displays, phones, computers, toys, and so on. They have the same function as a diode, except that they also emit light when current passes through them. The electrical symbol is almost the same, but it looks completely different in real life:

They come in a variety of colors and power ratings. A typical 3-mm green LED will consume around 20 mA and will cause a 1.9 V drop across it. A diode doesn't restrict the amount of current through it, so we should always connect a resistor in series with a diode or LED. In the following schematic, we have a 20 mA LED that causes a 1.9 V drop. Let's try to calculate the perfect resistance for it:

Due to the 1.9-volt drop across the LED, we only have 3.1 V across the resistor. Now we can apply Ohm's law to find the resistance:

You can find an online LED resistance calculator at http://www.hebeiltd.com.cn/?p=zz.led.resistor.calculator.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images