PreLab 7: LED Blinker (Due Oct 30)

Size: px
Start display at page:

Download "PreLab 7: LED Blinker (Due Oct 30)"

Transcription

1 GOAL PreLab 7: LED Blinker (Due Oct 30) The overall goal of Lab 7 is to demonstrate a two-led blinker with adjustable frequency. This is a two-week lab. The first week involves designing and testing a breadboard prototype. The second week involves soldering a take-home version of your LED blinker! INTRODUCTION Fig. 1: High brightness LED. Blinking LEDs have lots of applications. How to make them blink? A microcontroller (e.g. Arduino Uno) gives you the most flexibility. However, many situations are fine with a purely hardware-based approach that is more compact and doesn t require programming. A blinking LED needs some kind of an oscillator. The classic 555 timer chip is often what comes to mind and is a perfectly reasonable approach. In astable mode, the 555 timer is basically a relaxation oscillator, where the LTP and UTP are 1/3V CC and 2/3V CC, respectively. The oscillation frequency depends on the charging and discharging time of an external capacitor. In this lab, we will instead use an op amp to make a relaxation oscillator with adjustable frequency. In class, we discussed a relaxation oscillator with an op amp powered by SPLIT supplies (Fig. 2a). The capacitor voltage rises and falls between +V TH and V TH, while the oscillator output alternates between +V SAT and -V SAT. In this lab, we will make a SINGLE supply circuit for battery-powered operation. In particular, R1 is connected to a voltage reference V REF instead of ground (Fig. 2b). Furthermore, the op amp output is now V SAT(+) and V SAT(-) instead of +V SAT and V SAT. The generalized formulas for the relaxation oscillator are now: (Eq. 1) 2 (Eq. 2) (Eq. 3) (Eq. 4) Fig. 2: Relaxation oscillator using an op amp powered by (a) split supplies (b) single supply. 1

2 DESIGN REQUIREMENTS The goal of Lab7 is to demonstrate a two-led blinker with adjustable frequency. The two LEDs alternate (i.e. LED1 = on, LED2 = off, then LED1 = off, LED2 = on) during each blinking period. The overall specifications are: 1) Powered by three AA batteries. V CC can be as high as 4.8V (fresh batteries) and as low as 3.9V (nearly dead batteries). 2) The two LEDs must be different colors (red, green, blue, or white) (see course website). When V CC = 4.8V, the LED current must be between 19 and 20 ma. 3) The oscillator frequency is adjustable by a factor of 100. The lowest frequency can be between 0.5 Hz and 1 Hz. The highest frequency can be between 50 Hz and 100 Hz. Your circuit will have two transistor switches (one for each LED). You must choose one of the following two options (either is fine): i. NMOS (low-side) and pnp (high-side) ii. npn (low-side) and PMOS (high-side) Fig. 3: The oscillator controls two LEDs via transistor switches made from (a) NMOS and pnp (b) npn and PMOS. Either approach is fine. RELAXATION OSCILLATOR DESIGN The op amp output Vout should be 0 and +V CC in order to fully turn off the low-side and high-side switches, respectively. In other words, we need an op amp with a rail-to-rail output! We will use the TLV2371 op amp (Texas Instruments). This 2

3 CMOS op amp is fairly inexpensive, can be operated with single-supply as low as 2.7V (that s really low!), and has railto-rail outputs AND inputs. Nice! TASK 1: Compute the appropriate value for Vref. o Keep in mind what rail-to-rail output means, then use Eq. (1) from this assignment. TASK 2: Look at the square wave oscillator circuit in Fig. 29 of the LM358 data sheet (see course website). Show that the circuit produces Vref= Vcc/2, B = 1/3, and f = 7.21 khz. o Although we are using a different op amp, the LM358 data sheet contains lots of useful examples for singlesupply circuits! o Carefully compare Fig. 29 in the LM358 data sheet with Fig. 2b of this assignment. Think about Thevenin! The V + in the data sheet is equal to V CC. o NOTE: The use of 100 kohm resistors ensures low power dissipation (< 1 mw) for long battery life! Obviously, the LM358 example circuit produces a frequency that is way too high for our application. That circuit uses a 1 nf capacitor that is charged/discharged through a 100 kohm resistor (R1 in the LM358 example circuit). The frequency can be easily reduced by using a much larger capacitor. The frequency can be made variable by using a variable resistor to charge/discharge the capacitor! Sounds like we re going to need a potentiometer in the oscillator circuit! Cool! TASK 3: Choose an appropriate capacitor. Some comments: o You must choose from a 1, 4.7, 10, 47, and 100 uf capacitor. o Decide whether the original 100 kohm charge/discharge resistor should produce the highest frequency (e.g. 75 Hz) or lowest frequency (e.g Hz) of your adjustable range. Keep in mind the following: We want the frequency to vary by a factor of 100. The capacitor value is constant, so this means we need the charge/discharge resistor to vary by a factor of 100. Do you want the 100 kohm resistance to go DOWN by 100x or UP by 100x? Hint: It s very easy to produce a 1 kohm resistance. It s more difficult to produce a 10 Mohm resistance. TASK 4: Sketch a circuit diagram of your oscillator showing how one resistor and a 100 kohm potentiometer can produce a charge/discharge resistance that varies from 1 kohm (minimum) to at least 100 kohm (maximum). o The R in Fig. 2b should be replaced with a variable resistor consisting of a 1 kohm resistor connected in some manner to a 100 kohm potentiometer. o Keep in mind that a potentiometer s resistance can go all the way down to 0 ohm. Therefore, a 100 kohm potentiometer should not be used by itself to charge/discharge the capacitor. 3

4 o Think about how to combine a 1 kohm resistor and a 100 kohm pot to make a resistance that can be 1 kohm (minimum) and at least 100 kohm (maximum). A maximum overall resistance of 101 kohm is fine. NOTE: We don t want the minimum resistance to be less than 1 kohm. Otherwise, the op amp output current will be excessive! o Keep in mind that a potentiometer has three terminals, so you must determine the appropriate connections for all three terminals! o In your sketch, just use V CC as the power supply. TASK 5: Simulate your circuit in Multisim at the lowest and highest oscillator frequency (i.e. 100k pot set to 100% and 0%). Some comments: o Use the TLV2371IP op amp and V CC = 4.8V. o Perform a Transient simulation with the following settings: For the lowest frequency, use: TSTART = 0 sec, TEND = 30 sec, TSTEP = 1e-3; For the highest frequency, use: TSTART = 0 sec, TEND = 0.5 sec, TSTEP = 1e-5; For both frequencies, measure max Vout, min Vout, and frequency. Do your frequency values satisfy the design specs? Save the output voltage waveforms (min and max frequency) to submit. Please use a white background to save toner! TRANSISTOR SWITCH DESIGN Unlike Lab 4, this lab will operate the LEDs with transistor switches. This means the LED current will depend on V CC, but that doesn t really matter for indicator applications. The BJT and MOSFET switches must be chosen from the following: o BJT: (npn) 2N3904, TIP31 (pnp) 2N3906, TIP32 o MOSFET: (NMOS) BS170, IRF520 (PMOS) ZVP3306, IRF9520 TASK 6: Design the BJT switch. o First, decide whether you want to use a npn or pnp switch (either is fine). o Assuming I LED = 20 ma and V CC = 4.8V, determine the appropriate BJT. You must consider max I C, V CE, and T J under typical BJT conditions! o Choose your LED color, then determine appropriate 5% resistors for R C and R B. Assume typical LED (e.g. V F ) and transistor (e.g. V CE and V BE ) parameters. For the base resistor, just use Vcc = 4.8V as the input voltage. 4

5 TASK 7: Design the MOSFET switch. o Your BJT design will determine the type of MOSFET switch (i.e. npn switch means PMOS switch). o Assuming I LED = 20 ma and V CC = 4.8V, determine the appropriate MOSFET. You must consider max I D, V D, V GS, V GS,TH, and T J under typical MOSFET conditions! o Choose your LED color (must be different from BJT switch), then determine the appropriate 5% resistor for R D. Assume typical LED (e.g. V F ) and transistor (e.g. R DS,ON ) parameters. TASK 8: Simulate your entire circuit (oscillator + LED switches) in Multisim. o Add your transistor switches to the output of the oscillator. Remember to flip vertically your pnp or PMOS transistor! Do NOT use the default LEDs in Multisim! Their forward voltages do not match our components. For a red LED, use three 1N4148 switching diodes in series (total V F = 20 ma). For a green, blue, or white LED, use one 1N4728A zener (V Z = 20 ma). o Start with V CC = 4.8V (simulate fresh batteries) for your transient simulation. For both min and max frequencies (e.g. make 100k pot 0% and 100%), measure the following: I C and I B for the BJT switch when its LED is on. If I C does not satisfy the design requirements, you MUST change R C! Make sure I C /I B is between 10 and 20. If not, you MUST change R B! I D for the MOSFET switch when its LED is on. If I D does not satisfy the design requirements, you MUST change R D! o OK, now your circuit design is complete! Do NOT change any resistor values. o Now make V CC = 3.9V to simulate nearly dead batteries. For both minimum and maximum frequencies, measure the following: I C and I B for the BJT switch when its LED is on. I D for the MOSFET switch when its LED is on. o Make a table showing all of your measurements from this task. Submit the following: o Answers to all TASKS (show all work!). o Your measurements and voltage waveforms from TASK 5 (please use white background to save toner). o Your Multisim circuit schematic and table of measurements from Task 8 (no waveforms). (End of PreLab 7) 5

PreLab 6 PWM Design for H-bridge Driver (due Oct 23)

PreLab 6 PWM Design for H-bridge Driver (due Oct 23) GOAL PreLab 6 PWM Design for H-bridge Driver (due Oct 23) The overall goal of Lab6 is to demonstrate a DC motor controller that can adjust speed and direction. You will design the PWM waveform and digital

More information

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 Lab 1 Power Amplifier Circuits Issued August 25, 2009 Due: September 11, 2009

More information

LABORATORY EXPERIMENT. Infrared Transmitter/Receiver

LABORATORY EXPERIMENT. Infrared Transmitter/Receiver LABORATORY EXPERIMENT Infrared Transmitter/Receiver (Note to Teaching Assistant: The week before this experiment is performed, place students into groups of two and assign each group a specific frequency

More information

ECE 363 EXAM #2 (F18) 4 problems for 100 pts Problem #1: Amplifier Output Error (25 pts)

ECE 363 EXAM #2 (F18) 4 problems for 100 pts Problem #1: Amplifier Output Error (25 pts) ECE 363 EXAM #2 (F18) NAME: 4 problems for 100 pts Problem #1: Amplifier Output Error (25 pts) Consider an optical communication link for an infrared remote control. A transmitter sends a train of infrared

More information

Analog Electronic Circuits Lab-manual

Analog Electronic Circuits Lab-manual 2014 Analog Electronic Circuits Lab-manual Prof. Dr Tahir Izhar University of Engineering & Technology LAHORE 1/09/2014 Contents Experiment-1:...4 Learning to use the multimeter for checking and indentifying

More information

ECE 363 FINAL (F16) 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts)

ECE 363 FINAL (F16) 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts) ECE 363 FINAL (F16) NAME: 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts) You are asked to design a high-side switch for a remotely operated fuel pump. You decide to use the IRF9520 power

More information

STATION NUMBER: LAB SECTION: RC Oscillators. LAB 5: RC Oscillators ELECTRICAL ENGINEERING 43/100. University Of California, Berkeley

STATION NUMBER: LAB SECTION: RC Oscillators. LAB 5: RC Oscillators ELECTRICAL ENGINEERING 43/100. University Of California, Berkeley YOUR NAME: YOUR SID: Lab 5: RC Oscillators EE43/100 Spring 2013 Kris Pister YOUR PARTNER S NAME: YOUR PARTNER S SID: STATION NUMBER: LAB SECTION: Pre- Lab GSI Sign- Off: Pre- Lab Score: /40 In- Lab Score:

More information

Electric Circuit Fall 2016 Pingqiang Zhou LABORATORY 7. RC Oscillator. Guide. The Waveform Generator Lab Guide

Electric Circuit Fall 2016 Pingqiang Zhou LABORATORY 7. RC Oscillator. Guide. The Waveform Generator Lab Guide LABORATORY 7 RC Oscillator Guide 1. Objective The Waveform Generator Lab Guide In this lab you will first learn to analyze negative resistance converter, and then on the basis of it, you will learn to

More information

Materials. Eight pin DIP socket 0.1 µf capacitor

Materials. Eight pin DIP socket 0.1 µf capacitor JOE GROELE Project Outline The goal of this project was to build a plasma speaker that will amplify an electric guitar sound. Build an audio oscillator circuit using an ordinary speaker Test speaker performance

More information

EE 230 Lab Lab 9. Prior to Lab

EE 230 Lab Lab 9. Prior to Lab MOS transistor characteristics This week we look at some MOS transistor characteristics and circuits. Most of the measurements will be done with our usual lab equipment, but we will also use the parameter

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 019.101 Introductory Analog Electronics Laboratory Laboratory No. READING ASSIGNMENT

More information

Well we know that the battery Vcc must be 9V, so that is taken care of.

Well we know that the battery Vcc must be 9V, so that is taken care of. HW 4 For the following problems assume a 9Volt battery available. 1. (50 points, BJT CE design) a) Design a common emitter amplifier using a 2N3904 transistor for a voltage gain of Av=-10 with the collector

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 Spring 2017 V2 6.101 Introductory Analog Electronics Laboratory Laboratory

More information

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Lab Timer: Blinking LED Lights and Pulse Generator

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Lab Timer: Blinking LED Lights and Pulse Generator EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Lab 9 555 Timer: Blinking LED Lights and Pulse Generator In many digital and analog circuits it is necessary to create a clock

More information

Electronics: Design and Build Training Session. Presented By: Dr. Shakti Singh Hazem Elgabra Amna Siddiqui

Electronics: Design and Build Training Session. Presented By: Dr. Shakti Singh Hazem Elgabra Amna Siddiqui Electronics: Design and Build Training Session Presented By: Dr. Shakti Singh Hazem Elgabra Amna Siddiqui Basic prototyping and measurement tools Breadboard basics Back View VCC GND VSS Breadboard basics

More information

Experiment 5.A. Basic Wireless Control. ECEN 2270 Electronics Design Laboratory 1

Experiment 5.A. Basic Wireless Control. ECEN 2270 Electronics Design Laboratory 1 .A Basic Wireless Control ECEN 2270 Electronics Design Laboratory 1 Procedures 5.A.0 5.A.1 5.A.2 5.A.3 5.A.4 5.A.5 5.A.6 Turn in your pre lab before doing anything else. Receiver design band pass filter

More information

Laboratory Final Design Project. PWM DC Motor Speed Control

Laboratory Final Design Project. PWM DC Motor Speed Control Laboratory Final Design Project PWM DC Motor Speed Control Bowen Wang, Siyang Xia, Renhao Xie, E E 331 Lab, Winter 2013 TABLE OF CONTENTS Purpose of project, features, ratings.

More information

Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB Amplifiers

Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB Amplifiers SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2115: ENGINEERING ELECTRONICS LABORATORY Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB

More information

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Pre-Report Forms

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Pre-Report Forms Facility of Engineering Biomedical Engineering Department Medical Electronic Lab BME (317) Pre-Report Forms Prepared by Eng.Hala Amari Spring 2014 Facility of Engineering Biomedical Engineering Department

More information

Field Effect Transistors

Field Effect Transistors Field Effect Transistors Purpose In this experiment we introduce field effect transistors (FETs). We will measure the output characteristics of a FET, and then construct a common-source amplifier stage,

More information

Lab #7: Transient Response of a 1 st Order RC Circuit

Lab #7: Transient Response of a 1 st Order RC Circuit Lab #7: Transient Response of a 1 st Order RC Circuit Theory & Introduction Goals for Lab #7 The goal of this lab is to explore the transient response of a 1 st Order circuit. In order to explore the 1

More information

555 Astable Kit MitchElectronics 2018

555 Astable Kit MitchElectronics 2018 555 Astable Kit MitchElectronics 2018 www.mitchelectronics.co.uk CONTENTS Introduction 3 Schematic 3 How It Works 4 Materials 6 Construction 7 Important Information 8 Page 2 INTRODUCTION The 555 timer

More information

EE 320 L LABORATORY 9: MOSFET TRANSISTOR CHARACTERIZATIONS. by Ming Zhu UNIVERSITY OF NEVADA, LAS VEGAS 1. OBJECTIVE 2. COMPONENTS & EQUIPMENT

EE 320 L LABORATORY 9: MOSFET TRANSISTOR CHARACTERIZATIONS. by Ming Zhu UNIVERSITY OF NEVADA, LAS VEGAS 1. OBJECTIVE 2. COMPONENTS & EQUIPMENT EE 320 L ELECTRONICS I LABORATORY 9: MOSFET TRANSISTOR CHARACTERIZATIONS by Ming Zhu DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS 1. OBJECTIVE Get familiar with MOSFETs,

More information

University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013

University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013 Exercise 1: PWM Modulator University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013 Lab 3: Power-System Components and

More information

ECE 2010 Laboratory # 5 J.P.O Rourke

ECE 2010 Laboratory # 5 J.P.O Rourke ECE 21 Laboratory # 5 J.P.O Rourke Prelab: Simulate the circuit used in parts 1 and 2 of the Lab and record the simulated results. Your Prelab is due at the beginning of lab and will be checked off by

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 019 Spring Term 00.101 Introductory Analog Electronics Laboratory Laboratory No.

More information

For the op amp circuit above, how is the output voltage related to the input voltage? = 20 k R 2

For the op amp circuit above, how is the output voltage related to the input voltage? = 20 k R 2 Golden Rules for Ideal Op Amps with negative feedback: 1. The output will adjust in any way possible to make the inverting input and the noninverting input terminals equal in voltage. 2. The inputs draw

More information

UNIVERSITI MALAYSIA PERLIS

UNIVERSITI MALAYSIA PERLIS UNIVERSITI MALAYSIA PERLIS ANALOG ELECTRONICS II EKT 214 Semester II (2013/2014) EXPERIMENT # 4 OP-AMP (COMPARATOR BASICS) EXPERIMENT 4 Op-Amp (Comparator Basics) 1. OBJECTIVE: 1.1 To demonstrate the op-amp

More information

LM317T Variable Voltage Regulator

LM317T Variable Voltage Regulator LM317T Variable Voltage Regulator The LM317T is a adjustable 3 terminal positive voltage regulator capable of supplying in excess of 1.5 amps over an output range of 1.25 to 37 volts. The device also has

More information

Concepts to be Covered

Concepts to be Covered Introductory Medical Device Prototyping Analog Circuits Part 2 Semiconductors, http://saliterman.umn.edu/ Department of Biomedical Engineering, University of Minnesota Concepts to be Covered Semiconductors

More information

4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET)

4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET) 4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET) The Metal Oxide Semitonductor Field Effect Transistor (MOSFET) has two modes of operation, the depletion mode, and the enhancement mode.

More information

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter EE283 Electrical Measurement Laboratory Laboratory Exercise #7: al Counter Objectives: 1. To familiarize students with sequential digital circuits. 2. To show how digital devices can be used for measurement

More information

Prelab 6: Biasing Circuitry

Prelab 6: Biasing Circuitry Prelab 6: Biasing Circuitry Name: Lab Section: R 1 R 2 V OUT Figure 1: Resistive divider voltage source 1. Consider the resistor network shown in Figure 1. Let = 10 V, R 1 = 9.35 kω, and R 2 = 650 Ω. We

More information

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Post-lab Forms

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Post-lab Forms Facility of Engineering Biomedical Engineering Department Medical Electronic Lab BME (317) Post-lab Forms Prepared by Eng.Hala Amari Spring 2014 Facility of Engineering Biomedical Engineering Department

More information

ME 461 Laboratory #5 Characterization and Control of PMDC Motors

ME 461 Laboratory #5 Characterization and Control of PMDC Motors ME 461 Laboratory #5 Characterization and Control of PMDC Motors Goals: 1. Build an op-amp circuit and use it to scale and shift an analog voltage. 2. Calibrate a tachometer and use it to determine motor

More information

Lab Experiments. Boost converter (Experiment 2) Control circuit (Experiment 1) Power diode. + V g. C Power MOSFET. Load.

Lab Experiments. Boost converter (Experiment 2) Control circuit (Experiment 1) Power diode. + V g. C Power MOSFET. Load. Lab Experiments L Power diode V g C Power MOSFET Load Boost converter (Experiment 2) V ref PWM chip UC3525A Gate driver TSC427 Control circuit (Experiment 1) Adjust duty cycle D The UC3525 PWM Control

More information

Experiment EB2: IC Multivibrator Circuits

Experiment EB2: IC Multivibrator Circuits EEE1026 Electronics II: Experiment Instruction Learning Outcomes Experiment EB2: IC Multivibrator Circuits LO1: Explain the principles and operation of amplifiers and switching circuits LO2: Analyze high

More information

LABORATORY 6 v2 TIMERS AND OSCILLATORS

LABORATORY 6 v2 TIMERS AND OSCILLATORS University of California Berkeley Department of Electrical Engineering and Computer Sciences EECS 100, Professor Bernhard Boser, Professor Leon O. Chua 1. Timers LABORATORY 6 v2 TIMERS AND OSCILLATORS

More information

CHAPTER 4: 555 TIMER. Dr. Wan Mahani Hafizah binti Wan Mahmud

CHAPTER 4: 555 TIMER. Dr. Wan Mahani Hafizah binti Wan Mahmud CHAPTE 4: 555 TIME Dr. Wan Mahani Hafizah binti Wan Mahmud 555 TIME Introduction Pin configuration Basic architecture and operation Astable Operation Monostable Operation Timer in Triggering Circuits 555

More information

Electric Circuit Fall 2017 Lab8 LABORATORY 8. Audio Synthesizer. Guide

Electric Circuit Fall 2017 Lab8 LABORATORY 8. Audio Synthesizer. Guide LABORATORY 8 Audio Synthesizer Guide The 555 Timer IC Inductors and capacitors add a host of new circuit possibilities that exploit the memory realized by the energy storage that is inherent to these components.

More information

ZSCT1555 PRECISION SINGLE CELL TIMER ISSUE 2 - MAY 1998 DEVICE DESCRIPTION FEATURES APPLICATIONS SCHEMATIC DIAGRAM

ZSCT1555 PRECISION SINGLE CELL TIMER ISSUE 2 - MAY 1998 DEVICE DESCRIPTION FEATURES APPLICATIONS SCHEMATIC DIAGRAM PRECISION SINGLE CELL TIMER ZSCT555 ISSUE 2 - MAY 998 DEVICE DESCRIPTION These devices are precision timing circuits for generation of accurate time delays or oscillation. Advanced circuit design means

More information

Chapter 16: Oscillators

Chapter 16: Oscillators Chapter 16: Oscillators 16.1: The Oscillator Oscillators are widely used in most communications systems as well as in digital systems, including computers, to generate required frequencies and timing signals.

More information

Digital Integrated CircuitDesign

Digital Integrated CircuitDesign Digital Integrated CircuitDesign Lecture 11 BiCMOS PMOS rray Q1 NMOS rray Y NMOS rray Q2 dib brishamifar EE Department IUST Contents Introduction BiCMOS Devices BiCMOS Inverters BiCMOS Gates BiCMOS Drivers

More information

ECE 310L : LAB 9. Fall 2012 (Hay)

ECE 310L : LAB 9. Fall 2012 (Hay) ECE 310L : LAB 9 PRELAB ASSIGNMENT: Read the lab assignment in its entirety. 1. For the circuit shown in Figure 3, compute a value for R1 that will result in a 1N5230B zener diode current of approximately

More information

Long Loopstick Antenna

Long Loopstick Antenna Long Loopstick Antenna Wound on a 3 foot length of PVC pipe, the long loopstick antenna was an experiment to try to improve AM radio reception without using a long wire or ground. It works fairly well

More information

EE 3101 ELECTRONICS I LABORATORY EXPERIMENT 9 LAB MANUAL APPLICATIONS OF IC BUILDING BLOCKS

EE 3101 ELECTRONICS I LABORATORY EXPERIMENT 9 LAB MANUAL APPLICATIONS OF IC BUILDING BLOCKS EE 3101 ELECTRONICS I LABORATORY EXPERIMENT 9 LAB MANUAL APPLICATIONS OF IC BUILDING BLOCKS OBJECTIVES In this experiment you will Explore the use of a popular IC chip and its applications. Become more

More information

LM555 and LM556 Timer Circuits

LM555 and LM556 Timer Circuits LM555 and LM556 Timer Circuits LM555 TIMER INTERNAL CIRCUIT BLOCK DIAGRAM "RESET" And "CONTROL" Input Terminal Notes Most of the circuits at this web site that use the LM555 and LM556 timer chips do not

More information

Designing and Implementing of 72V/150V Closed loop Boost Converter for Electoral Vehicle

Designing and Implementing of 72V/150V Closed loop Boost Converter for Electoral Vehicle International Journal of Current Engineering and Technology E-ISSN 77 4106, P-ISSN 347 5161 017 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Designing

More information

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS PESIT BANGALORE SOUTH CAMPUS QUESTION BANK BASIC ELECTRONICS Sub Code: 17ELN15 / 17ELN25 IA Marks: 20 Hrs/ Week: 04 Exam Marks: 80 Total Hours: 50 Exam Hours: 03 Name of Faculty: Mr. Udoshi Basavaraj Module

More information

Community College of Allegheny County Unit 4 Page #1. Timers and PWM Motor Control

Community College of Allegheny County Unit 4 Page #1. Timers and PWM Motor Control Community College of Allegheny County Unit 4 Page #1 Timers and PWM Motor Control Revised: Dan Wolf, 3/1/2018 Community College of Allegheny County Unit 4 Page #2 OBJECTIVES: Timers: Astable and Mono-Stable

More information

Using LTSPICE to Analyze Circuits

Using LTSPICE to Analyze Circuits Using LTSPICE to Analyze Circuits Overview: LTSPICE is circuit simulation software that automatically constructs circuit equations using circuit element models (built in or downloadable). In its modern

More information

Prelab 10: Differential Amplifiers

Prelab 10: Differential Amplifiers Name: Lab Section: Prelab 10: Differential Amplifiers For this lab, assume all NPN transistors are identical 2N3904 BJTs and all PNP transistors are identical 2N3906 BJTs. Component I S (A) V A (V) 2N3904

More information

UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT

UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT ECE 3110 LAB EXPERIMENT NO. 4 CLASS AB POWER OUTPUT STAGE Objective: In this laboratory exercise you will build and characterize a class AB power output

More information

LABORATORY 6 v3 TIME DOMAIN

LABORATORY 6 v3 TIME DOMAIN University of California Berkeley Department of Electrical Engineering and Computer Sciences EECS 100, Professor Bernhard Boser LABORATORY 6 v3 TIME DOMAIN Inductors and capacitors add a host of new circuit

More information

Common-Source Amplifiers

Common-Source Amplifiers Lab 2: Common-Source Amplifiers Introduction The common-source stage is the most basic amplifier stage encountered in CMOS analog circuits. Because of its very high input impedance, moderate-to-high gain,

More information

LM723 LM723C Voltage Regulator

LM723 LM723C Voltage Regulator LM723 LM723C Voltage Regulator General Description The LM723 LM723C is a voltage regulator designed primarily for series regulator applications By itself it will supply output currents up to 150 ma but

More information

Transistors, so far. I c = βi b. e b c. Rules 1. Vc>Ve 2. b-e and b-e circuits ~ diodes 3. max values of Ic, Ib, Vce 4. if rules are obeyed,

Transistors, so far. I c = βi b. e b c. Rules 1. Vc>Ve 2. b-e and b-e circuits ~ diodes 3. max values of Ic, Ib, Vce 4. if rules are obeyed, Transistors, so far 2N3904 e b c b npn c e ules 1. Vc>Ve 2. b-e and b-e circuits ~ diodes 3. max values of Ic, Ib, Vce 4. if rules are obeyed, β I c = βi b ~100, but variable c b Ic conservation of current:

More information

Lecture 2 Analog circuits. Seeing the light..

Lecture 2 Analog circuits. Seeing the light.. Lecture 2 Analog circuits Seeing the light.. I t IR light V1 9V +V IR detection Noise sources: Electrical (60Hz, 120Hz, 180Hz.) Other electrical IR from lights IR from cameras (autofocus) Visible light

More information

Lecture 2 Analog circuits. Seeing the light..

Lecture 2 Analog circuits. Seeing the light.. Lecture 2 Analog circuits Seeing the light.. I t IR light V1 9V +V IR detection Noise sources: Electrical (60Hz, 120Hz, 180Hz.) Other electrical IR from lights IR from cameras (autofocus) Visible light

More information

University of California at Berkeley Donald A. Glaser Physics 111A Instrumentation Laboratory

University of California at Berkeley Donald A. Glaser Physics 111A Instrumentation Laboratory Published on Instrumentation LAB (http://instrumentationlab.berkeley.edu) Home > Lab Assignments > Digital Labs > Digital Circuits II Digital Circuits II Submitted by Nate.Physics on Tue, 07/08/2014-13:57

More information

Linear Voltage Regulators Power supplies and chargers SMM Alavi, SBU, Fall2017

Linear Voltage Regulators Power supplies and chargers SMM Alavi, SBU, Fall2017 Linear Voltage Regulator LVRs can be classified based on the type of the transistor that is used as the pass element. The bipolar junction transistor (BJT), field effect transistor (FET), or metal oxide

More information

Electronics 101 v2.0

Electronics 101 v2.0 Electronics 101 v2.0 Jean-François Duval (jfduval@mit.edu) & Palash Nandy (palash@media.mit.edu) MIT MAS863: How To Make (almost) Anything, 10/15/2015 Recitation Plan Introduction & goal Essential Laws

More information

EG572EX: ELECTRONIC CIRCUITS I 555 TIMERS

EG572EX: ELECTRONIC CIRCUITS I 555 TIMERS EG572EX: ELECTRONIC CIRCUITS I 555 TIMERS Prepared By: Ajay Kumar Kadel, Kathmandu Engineering College 1) PIN DESCRIPTIONS Fig.1 555 timer Pin Configurations Pin 1 (Ground):- All voltages are measured

More information

ECE 3274 Common-Emitter Amplifier Project

ECE 3274 Common-Emitter Amplifier Project ECE 3274 Common-Emitter Amplifier Project 1. Objective The objective of this lab is to design and build the common-emitter amplifier with partial bypass of the emitter resistor to control the AC voltage

More information

Introduction to Electronics and Breadboarding Circuits

Introduction to Electronics and Breadboarding Circuits Introduction to Electronics and Breadboarding Circuits What we're going to learn today: What is an electronic circuit? What kind of power is needed for these projects? What are the fundamental principles

More information

CMOS Inverter & Ring Oscillator

CMOS Inverter & Ring Oscillator CMOS Inverter & Ring Oscillator Theory: In this Lab we will implement a CMOS inverter and then use it as a building block for a Ring Oscillator. MOSfets (Metal Oxide Semiconductor Field Effect Transistors)

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #6 Lab Report Active Filters and Oscillators Submission Date: 7/9/28 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams Station #2

More information

5v AC R. 12v. 1kohm. F=35KHz oscilloscope. 3 Final Project OFF. ON Toggle Switch. Relay 5v 2N3906 2N uF LM311. IR Detector +5v GND LED PNP NPN

5v AC R. 12v. 1kohm. F=35KHz oscilloscope. 3 Final Project OFF. ON Toggle Switch. Relay 5v 2N3906 2N uF LM311. IR Detector +5v GND LED PNP NPN 3 Final Project Diode 103 IR Detector OFF ON Toggle Switch IR Detector +5v Push Button IR 100uF LED + GND LDR C Preset R 7805 IN GND OUT Relay 5v + PNP 2N3906 1 Kohm NPN 2N3904 4 3 2 1 555 5 6 7 8 4 3

More information

In-Class Exercises for Lab 2: Input and Output Impedance

In-Class Exercises for Lab 2: Input and Output Impedance In-Class Exercises for Lab 2: Input and Output Impedance. What is the output resistance of the output device below? Suppose that you want to select an input device with which to measure the voltage produced

More information

Analog Circuits Laboratory EXPERIMENT 3: BJT CURRENT SOURCES

Analog Circuits Laboratory EXPERIMENT 3: BJT CURRENT SOURCES EE171L rev2 1 University of California, Santa Cruz Baskin School of Engineering Electrical Engineering Department Analog Circuits Laboratory EXPERIMENT 3: BJT CURRENT SOURCES 1. DESCRIPTION AND OBJECTIVES

More information

ENGR-4300 Fall 2006 Project 3 Project 3 Build a 555-Timer

ENGR-4300 Fall 2006 Project 3 Project 3 Build a 555-Timer ENGR-43 Fall 26 Project 3 Project 3 Build a 555-Timer For this project, each team, (do this as team of 4,) will simulate and build an astable multivibrator. However, instead of using the 555 timer chip,

More information

Phys Lecture 3. Power circuits how to control your motors Noise and Shielding

Phys Lecture 3. Power circuits how to control your motors Noise and Shielding Phys 253 - Lecture 3 Power circuits how to control your motors Noise and Shielding Digital-to-Analog Conversion PWM 2 D/A Conversion and power circuits When would you like to produce an output signal that

More information

Lab 1 - Revisited. Oscilloscope demo IAP Lecture 2 1

Lab 1 - Revisited. Oscilloscope demo IAP Lecture 2 1 Lab 1 - Revisited Display signals on scope Measure the time, frequency, voltage visually and with the scope Voltage measurement* Build simple circuits on a protoboard.* Oscilloscope demo 6.091 IAP Lecture

More information

Electronics. RC Filter, DC Supply, and 555

Electronics. RC Filter, DC Supply, and 555 Electronics RC Filter, DC Supply, and 555 0.1 Lab Ticket Each individual will write up his or her own Lab Report for this two-week experiment. You must also submit Lab Tickets individually. You are expected

More information

OPERATIONAL AMPLIFIERS LAB

OPERATIONAL AMPLIFIERS LAB 1 of 6 BEFORE YOU BEGIN PREREQUISITE LABS OPERATIONAL AMPLIFIERS LAB Introduction to Matlab Introduction to Arbitrary/Function Generator Resistive Circuits EXPECTED KNOWLEDGE Students should be familiar

More information

Introduction to NI Multisim & Ultiboard Software version 14.1

Introduction to NI Multisim & Ultiboard Software version 14.1 School of Engineering and Applied Science Electrical and Computer Engineering Department Introduction to NI Multisim & Ultiboard Software version 14.1 Dr. Amir Aslani August 2018 Parts Probes Tools Outline

More information

Experiment #8: Designing and Measuring a Common-Collector Amplifier

Experiment #8: Designing and Measuring a Common-Collector Amplifier SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2115: ENGINEERING ELECTRONICS LABORATORY Experiment #8: Designing and Measuring a Common-Collector Amplifier

More information

Difference between BJTs and FETs. Junction Field Effect Transistors (JFET)

Difference between BJTs and FETs. Junction Field Effect Transistors (JFET) Difference between BJTs and FETs Transistors can be categorized according to their structure, and two of the more commonly known transistor structures, are the BJT and FET. The comparison between BJTs

More information

EE 233 Circuit Theory Lab 4: Second-Order Filters

EE 233 Circuit Theory Lab 4: Second-Order Filters EE 233 Circuit Theory Lab 4: Second-Order Filters Table of Contents 1 Introduction... 1 2 Precautions... 1 3 Prelab Exercises... 2 3.1 Generic Equalizer Filter... 2 3.2 Equalizer Filter for Audio Mixer...

More information

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers EE 330 Laboratory 8 Discrete Semiconductor Amplifiers Fall 2018 Contents Objective:...2 Discussion:...2 Components Needed:...2 Part 1 Voltage Controlled Amplifier...2 Part 2 A Nonlinear Application...3

More information

Electronic Components

Electronic Components Electronic Components Arduino Uno Arduino Uno is a microcontroller (a simple computer), it has no way to interact. Building circuits and interface is necessary. Battery Snap Battery Snap is used to connect

More information

UNIVERSITI MALAYSIA PERLIS

UNIVERSITI MALAYSIA PERLIS UNIVERSITI MALAYSIA PERLIS ANALOG ELECTRONICS II EMT 212 2009/2010 EXPERIMENT # 3 OP-AMP (OSCILLATORS) 1 1. OBJECTIVE: 1.1 To demonstrate the Wien bridge oscillator 1.2 To demonstrate the RC phase-shift

More information

A 3-STAGE 5W AUDIO AMPLIFIER

A 3-STAGE 5W AUDIO AMPLIFIER ECE 2201 PRELAB 7x BJT APPLICATIONS A 3-STAGE 5W AUDIO AMPLIFIER UTILIZING NEGATIVE FEEDBACK INTRODUCTION Figure P7-1 shows a simplified schematic of a 3-stage audio amplifier utilizing three BJT amplifier

More information

Midterm 2 Exam. Max: 90 Points

Midterm 2 Exam. Max: 90 Points Midterm 2 Exam Name: Max: 90 Points Question 1 Consider the circuit below. The duty cycle and frequency of the 555 astable is 55% and 5 khz respectively. (a) Determine a value for so that the average current

More information

Transistor Digital Circuits

Transistor Digital Circuits Recapitulation Transistor Digital Circuits The transistor Operating principle and regions Utilization of the transistor Transfer characteristics, symbols Controlled switch model BJT digital circuits MOSFET

More information

EE 368 Electronics Lab. Experiment 10 Operational Amplifier Applications (2)

EE 368 Electronics Lab. Experiment 10 Operational Amplifier Applications (2) EE 368 Electronics Lab Experiment 10 Operational Amplifier Applications (2) 1 Experiment 10 Operational Amplifier Applications (2) Objectives To gain experience with Operational Amplifier (Op-Amp). To

More information

USER MANUAL FOR THE LM2901 QUAD VOLTAGE COMPARATOR FUNCTIONAL MODULE

USER MANUAL FOR THE LM2901 QUAD VOLTAGE COMPARATOR FUNCTIONAL MODULE USER MANUAL FOR THE LM2901 QUAD VOLTAGE COMPARATOR FUNCTIONAL MODULE LM2901 Quad Voltage Comparator 1 5/18/04 TABLE OF CONTENTS 1. Index of Figures....3 2. Index of Tables. 3 3. Introduction.. 4-5 4. Theory

More information

DEPARTMENT OF ELECTRICAL ENGINEERING LAB WORK EE301 ELECTRONIC CIRCUITS

DEPARTMENT OF ELECTRICAL ENGINEERING LAB WORK EE301 ELECTRONIC CIRCUITS DEPARTMENT OF ELECTRICAL ENGINEERING LAB WORK EE301 ELECTRONIC CIRCUITS EXPERIMENT : 4 TITLE : 555 TIMERS OUTCOME : Upon completion of this unit, the student should be able to: 1. gain experience with

More information

EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT

EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT 1. OBJECTIVES 1.1 To practice how to test NPN and PNP transistors using multimeter. 1.2 To demonstrate the relationship between collector current

More information

Lab 5: Multi-Stage Amplifiers

Lab 5: Multi-Stage Amplifiers UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences EE105 Lab Experiments Lab 5: Multi-Stage Amplifiers Contents 1 Introduction 1 2 Pre-Lab

More information

WAVEFORM GENERATOR CIRCUITS USING OPERATIONAL AMPLIFIERS

WAVEFORM GENERATOR CIRCUITS USING OPERATIONAL AMPLIFIERS 15EEE287 Electronic Circuits & Simulation Lab - II Lab #8 WAVEFORM GENERATOR CIRCUITS USING OPERATIONAL AMPLIFIERS OBJECTIVE The purpose of the experiment is to design and construct circuits to generate

More information

3a Switching Regulator Circuit Diagram Using Lm317

3a Switching Regulator Circuit Diagram Using Lm317 3a Switching Regulator Circuit Diagram Using Lm317 The following circuit diagram shows a way of powering a two-way mobile radio using the The LM317T is an adjustable 3-terminal positive voltage regulator

More information

ES736 True RMS-to-DC Converters

ES736 True RMS-to-DC Converters Features True RMS-to-DC Conversion Fast settling time for all input levels Input level is specified up to 400mV RMS (Crest factor < 3 at 3V power) Averaging capacitor is typically 22uF Positive output

More information

GATE SOLVED PAPER - IN

GATE SOLVED PAPER - IN YEAR 202 ONE MARK Q. The i-v characteristics of the diode in the circuit given below are : v -. A v 0.7 V i 500 07 $ = * 0 A, v < 0.7 V The current in the circuit is (A) 0 ma (C) 6.67 ma (B) 9.3 ma (D)

More information

York University Dept. of Electrical Engineering and Computer Science. A laboratory Manual for Electric Circuits Lab EECS2200.

York University Dept. of Electrical Engineering and Computer Science. A laboratory Manual for Electric Circuits Lab EECS2200. York University Dept. of Electrical Engineering and Computer Science A laboratory Manual for Electric Circuits Lab EECS2200 Fall 2015-2016 -1- ACKNOWLEDGEMENT Prof Mokhtar Aboelaze developed this manual

More information

Figure 1: Basic Relationships for a Comparator. For example: Figure 2: Example of Basic Relationships for a Comparator

Figure 1: Basic Relationships for a Comparator. For example: Figure 2: Example of Basic Relationships for a Comparator Cornerstone Electronics Technology and Robotics I Week 16 Voltage Comparators Administration: o Prayer Robot Building for Beginners, Chapter 15, Voltage Comparators: o Review of Sandwich s Circuit: To

More information

.dc Vcc Ib 0 50uA 5uA

.dc Vcc Ib 0 50uA 5uA EE 2274 BJT Biasing PreLab: 1. Common Emitter (CE) Transistor Characteristics curve Generate the characteristics curves for a 2N3904 in LTspice by plotting Ic by sweeping Vce over a set of Ib steps. Label

More information

ECEN3250 Lab 6 Design of Current Sources Using MOS Transistors

ECEN3250 Lab 6 Design of Current Sources Using MOS Transistors Lab 6 Design of Current Sources Using MOS Transistors with Extra-Credit Problem Design of a Saw-Tooth Waveform Generator ECE Department University of Colorado, Boulder 1 Prelab Assignment Current sources

More information

Polyphase network kit

Polyphase network kit Polyphase network kit 1. Introduction This polyphase network module is designed to be used with the QRP Labs receiver module kit. It takes as inputs, four phase audio from the Quadrature Sampling Detector

More information

ENGR-2300 Electronic Instrumentation Quiz 3 Spring 2015

ENGR-2300 Electronic Instrumentation Quiz 3 Spring 2015 ENGR-23 Electronic Instrumentation Quiz 3 Spring 215 On all questions: SHOW ALL WORK. BEGIN WITH FORMULAS, THEN SUBSTITUTE VALUES AND UNITS. No credit will be given for answers that appear without justification.

More information