Light Emitting Diode: LED

Slides:



Advertisements
Similar presentations
Khaled A. Al-Utaibi Interfacing an LED The Light Emitting Diode (LED) Applications DC Characteristics & Operation Interfacing to.
Advertisements

LED Display. LED Typical LED forward bias voltage: 1.5 to 2.0 V Typical currents needed to light LED range from 2 to 15 mA.
MICROCONTROLLERS MODULE 2 Programming, Controlling and Monitoring.
Using the Board of Education Breadboard and Your Multimeter ENGR 120 Work in teams of two!
1 Boe-Bot Parts BOE-BOT Lecture #1b DE - Digital Electronics.
Living with the Lab Using Your Arduino, Breadboard and Multimeter EAS 199A Fall 2011 Work in teams of two!
Light Emitting Diode: LED. What is an LED?  Light-emitting diode  Semiconductor  Has polarity.
Input and Output Developed by: Electronic Systems Technologies College of Applied Sciences and Arts Southern Illinois University Carbondale
Squishy Circuits, Lemon Batteries, and understanding Circuits.
Light Emitting Diodes (LEDs) By: Love Lor “There are numerous sources used for lighting. The ideal light source is definitely one that has lower costs.
Electronics Chapter 53 What is Electronics? Electronics is the careful and exact control of very small electric currents. It is used in many small devices.
BASIC Stamp Editor Once installed, the Stamp Editor will be available on your desktop, and as a menu option under Start  Program Files  Parallax Inc.
Higher Physics Semiconductor Diodes. Light Emitting Diode 1  An LED is a forward biased diode  When a current flows, electron-hole pairs combine at.
Circuits and Electronics. Circuits A circuit is a closed path through which a continuous charge can flow. A circuit is a closed path through which a continuous.
1 Basic Electronics Voltage (V or E): Potential difference between 2 points. Volts. (+) - A lack of electrons (-) – A surplus of electrons When a circuit.
Measuring the Current and Voltage of a 820 Ω Resistor Setting for Multimeter = 200 mA DC Measure Voltage in 2 V increments up to 20 V.
Electronic Components. Battery A portable power source that has a positive and negative. Electronics works on Direct Current (DC) where electrons flow.
Solar Cells Solar cells are made of two types of silicon Normal silicon has no free electrons N-type silicon has been doped with phosphorus to give it.
Electronic Components Circuit/Schematic Symbols. RESISTOR Resistors restrict the flow of electric current, for example a resistor is placed in series.
Review & BS2 Safety By Ilya Zarankin. What is Current? A flow of electrically charged particles Carried by small negatively-charged particles, called.
Semiconductors, ICs and Digital Fundamentals. The Diode The semiconductor phenomena. Diode performance with ac and dc currents. Diode types: –General.
ME456: Mechatronics Prof. Clark J. Radcliffe Mechanical Engineering
Light Emitting Diode By Rabail Faizan.. What is a LED?  A light-emitting diode (LED) is a semiconductor light source. LEDs are used as indicator lamps.
Electronic Parts.
ME456: Mechatronics Systems Design Lecture 3 Chapter 2: Lights On –Lights Off Prof. Clark J. Radcliffe Mechanical Engineering Michigan State University.
Series Series circuits Current in series circuits Voltage in series circuits.
Band Theory of Solids In isolated atoms the electrons are arranged in energy levels.
1 Higher Physics Unit 3 Optoelectronics Semiconductors.
How to Build a Photometer. Building A Photometer At the heart of any of these devices is a PHOTORESISTOR. It’s a resistor which changes because of the.
PRACTICAL # 11 Introduction to light emitting diode (LED), its working principle and terminal identification By:Engr.Irshad Rahim Memon.
By: Christopher Heil November 18, What is OLED? An Organic Light-emitting Diode (OLED) is a light emitting diode (LED) that is made of semiconducting.
ECE 102 Engineering Computation Chapter 10 LabJack LED Interface Dr. Herbert G. Mayer, PSU Status 9/2/2015 For use at CCUT Fall 2015.
Basic Stamp OEM module By Wilmer Arellano. 2  The BASIC Stamp 2 OEM is a discreet component version of the BS2 which may be purchased in kit form. 
Lecture 3. SMART Funded by The National Science Foundation Diode A diode is an semiconductor component that, in general, will pass current in only one.
Transistor Basics – Part I. The Diode The semi-conductor phenomena Diode performance with AC and DC currents Diode types –General purpose –LED –Zenier.
Controlling an LED with a switch. 2 breadboard place where you can build electric circuits really quickly the magical breadboard.
CALLBELL WITH WELCOME DISPLAY Submitted b y SHAIK KHADEER 09QQ1A0434 SYED AMEER SOHEL 09QQ1A0437.
LED Flashlight.
TOPIC 6 Electric current and resistance
BASICS OF ELECTRONICS.
More Applications of PN Junction
AUTOMATIC EMERGENCY LIGHT WITH LED
Light Emitting Diode: LED
BURGLAR ALARM ON WINDOW GLASS BREAKING
Electronics Part 4 Electrical Components
UTA010 : Engineering Design – II
3 PHASE SEQUENCE CHECKER BY LED INDICATION
Semiconductor Devices
Arduino Development for Beginners
LED : Light Emitting Diode By , Prasanna.J
Pulse Detector Ramiro Duarte, Clayton Greenbaum Frank Paynter
Robot Electronics.
Diode Theory Chap - 3 Release 1-Sep-2010 Jetking Infotrain Ltd.
Electrical Vocabulary
Electronics – Learning Outcomes
Potentiometer or Potential divider
Electronic Education Kits
Saving Lighting Energy with the BBC micro:bit
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
RESISTORS A resistor is used to reduce the flow of electricity in an electric circuit. Resistorscome in fixed or variable types.
ELECTRICAL CIRCUIT BOARDS
Saving Lighting Energy with the BBC micro:bit
Reading: Malvino chapter 3, Next: 4.10, 5.1, 5.8
Learn-to-Solder Exercise: Practice Flasher Circuit
SPECIAL THANKS First of All I am greatly thanks to ALLAH Whose give me ability to courage and power to complete the presentation without blessing mercy.
Light Emitting Diode: LED
COMPONENTS.
Light Emitting Diode: LED
Electricity and STEM Lab #5
Magic Wand.
Presentation transcript:

Light Emitting Diode: LED

What is an LED? Light-emitting diode Semiconductor Has polarity

LED: How It Works When current flows across a diode Negative electrons move one way and positive holes move the other way

LED: How It Works The holes exist at a lower energy level than the free electrons Therefore when a free electrons falls it losses energy

LED: How It Works This energy is emitted in a form of a photon, which causes light The color of the light is determined by the fall of the electron and hence energy level of the photon

Inside a Light Emitting Diode                                                                                                                                                                                                                                         Transparent Plastic Case Terminal Pins Diode

Kinds of LEDs

How to Connect a LED: Requires 1.5~2.5V and 10 mA To prevent overloading, use resistor 470 Ω

How to Connect a LED:

Connect LED to BS2 LED is on when P0 is high LED is on when P1 is low

Connect Multiple LEDs to BS2 8 LEDs are connected to BS2 each I/O pin (P0-P7) is allowed to sink 6.25mA

Case Study: Blinking LED

Case Study: Blinking LED Pbasic program to make an LED blink output 0 Main: low 0 pause 1000 high 0 goto Main Make pin0 an output Loop begins here Turn LED on Pause for 1 sec Turn LED off Pause for 1 sec Go back to beginning of loop

Experiments Flash an LED Traffic Light by use of LEDs Single LED Multiple LEDs Traffic Light by use of LEDs