1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.

Slides:



Advertisements
Similar presentations
Interfacing Lab Part Guide. The Solderless Breadboard Rows along the top and bottom are connected horizontally along the length of the board Holes in.
Advertisements

Contact Points and Light Bulbs
Living with the Lab Using Your Arduino, Breadboard and Multimeter EAS 199A Fall 2011 Work in teams of two!
Arduino. Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source.
Embedded Programming and Robotics Lesson 1 Basic Electricity and Electronics Transistor Basics Lesson 1 -- Basic Electricity1.
Using Your Arduino, Breadboard and Multimeter Work in teams of two! living with the lab 1 © 2012 David Hall.
Motors Make the world go ‘round By Jackson Greer, Room 305.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 2P. 1Winter Quarter Digital Electronics Lab 2.
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
1 Applied Control Systems Technology. 2 Pin configuration Applied Control Systems.
CSIS CSIS Input AND from Transistors Illustrates basic use of IDL-800 Illustrates construction of gates Illustrates the “transistor bleed-through”
Cascade switching of an LED EAS 199B Winter 2013.
Electronic Components. Battery A portable power source that has a positive and negative. Electronics works on Direct Current (DC) where electrons flow.
AUP2G57 configured as flip flop Dual Configurable Logic Design Contest.
The 3 parts of an electronic system are :
Semiconductors, ICs and Digital Fundamentals. The Diode The semiconductor phenomena. Diode performance with ac and dc currents. Diode types: –General.
ENG241/ Lab #11 ENG2410 Digital Design LAB #1 Introduction Combinational Logic Design.
What is a circuit? A set of connected electrical components that provide one or more complete paths for the movement of charges. A set of connected electrical.
MAKE: AN ELECTRONICS WORKSHOP
Basic Equipment and Schematic Reading. Objectives Learn the basic equipment that will be used in the Lab. Learn some of the basic symbols used on electrical.
Detection Circuit ENGR Pre Lab.
1 Electrical Fundamentals We need some understanding of electrical fundamentals to do the lab exercises. Electric Circuit Consists of: –Power Source: Battery,
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
Electricity Notes 6 - Circuits Electric Circuit – _______________________________________ All electrical circuits have 4 parts: 1.____________________________________________________.
Electrical Circuits Making Electricity Useful Circuit Diagrams Electrical circuits can be shown in diagrams using symbols: 9.0V.
Bdps 2 Lecture 2. Circuits and Ohm's Law For resistive circuits.
6.2 ELECTRONICS. CAPACITOR An electrical device used to store electrical charge.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
Arduino Application: Speed control of small DC Motors
H-Bridge Motor Driver.
connect a DC-Motor with an arduino
Pull-Up & Pull-Down Resistors
Cascade switching of an LED
Integrated Circuits.
Arduino Development for Beginners
Introduction to Handshaking Communication with SSC-32U
Logic Gates.
Introduction to Handshaking Communication with SSC-32
LAB #1 Introduction Combinational Logic Design
Principles & Applications
How to avoid catching things on fire.
Electric Circuits (12.2).
Electronic Education Kits
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.
Electric Circuits (12.2).
Chapter 2 Push button and Potentiometer
How Boolean logic is implemented
Lecture 10 Circuit Basics of Microprocessor
Batteries: the Chemistry
Digital Electronics Lab 2 Instructor:
סימנים מוסכמים בחשמל ואלקטרוניקה
Transistors to Gates Transistors to Gates Gateway To Technology
DC motor.
Basic Electronics Part Two: Electronic Components.
Introduction to Wiring Logic Gates
Combinational Logic - An Overview
Arduino Part 4 Let there be more light.
Digital Logic Experiment
Current Electricity and Electric Circuits
CTY SAR FCPS Shawn Lupoli, Elliot Tan
Arduino Motor Lab Inspired by NYU ITP project
CTY SAR FCPS Shawn Lupoli, Elliot Tan
Arduino 7 Segment Display Lab
Introduction to Electronics
Arduino Uno circuit basics
Combinational Logic - An Overview
Arduino程式範例.
Logic Gates and Memory.
Buttons.
Presentation transcript:

1 Transistor

2 Transistors are used to turn components on and off They come in all different shapes and sizes

3 Purpose To turn components on and off we could use the Arduino digital pins

4 Purpose To turn components on and off we could use the Arduino digital pins However, they only output 5V and 20mA, about enough to light up an LED

5 How it works Suppose we wanted to operate the LED on the left, with its switch and 12V supply But instead of a manual switch, we can have an Arduino “flip” a transistor In the diagram on the right a transistor has replaced the switch By sending a small amount of current through A, we allow a large amount to flow from B to C 12V

6 Wiring We can trace the circuit for the DC motor on the right A – power into red bar B – into the motor C – out of the motor D – into the transistor E – out of the transistor F – back into ground

7 Wiring Note how the transistor is an integral part of the circuit It is acting as the switch The third leg is called the “gate”, and is used to “operate the switch”

8 Wiring Connect the gate to an Arduino pin digitalWrite HIGH = ON digitalWrite LOW = OFF A pull down resistor connected to ground is needed to turn the switch off when the Arduino pin is LOW

9 LAB Complete the Transistor lab in Unit 11 of your textbook