Due date: Sunday, November 8 (midnight) Reading: HH sections , (pgs , )

Size: px
Start display at page:

Download "Due date: Sunday, November 8 (midnight) Reading: HH sections , (pgs , )"

Transcription

1 Logic Gates Due date: Sunday, November 8 (midnight) Reading: HH sections , (pgs. 7 9, 7 ) The next few labs will deal with digital logic. In practice, you will probably find these circuits easier to set up and use than the analog circuits we ve been studying up to now. This first lab introduces the basic logic gates and the different logic families.. NAND Gate The NAND operation ( Not And ) can be considered as an AND gate followed by an inverter. It has the truth table: A B H H L L X H X L H where X stands for any value. Its output is thus low if and only if both inputs are high. Four NAND gates are available in the 700 chip, shown in Fig.. Each set of numbered pins (A, B, ) refers to an independent gate. This is a TTL chip. Get one, but be sure it is an actual 700 and not a 7LS00, 7HC00, or 7HCT00. (We ll look at some of those others later.) Wire up the chip with power and ground, using V cc =. Note that most of the logic functions of the ELVIS board are located on the right-hand side, including a hookup to the supply and ground. Pick one of the gates, and wire the A input to the DIO 0 connector and the B input to DIO (located on the upper right corner of the board). The DIO connections are configurable digital inputs and outputs, and are convenient for testing logic circuits. Wire the output to DIO 8. Start up the DigIn and DigOut tools (also called the Digital Reader and Digital Writer, respectively). In the Writer, set the Lines to Write to 0-7, and in the Reader, set Lines to Read to 8-. Turn on the board power and run the tools. The HI/LO buttons in the Writer A B A B GND Vcc B A B A A B Figure : The 700 quad NAND gate.

2 set the output levels, and the lights on the Reader indicate the input levels. Verify that the truth table for the NAND gate works as advertised. Unhook one of the inputs, and confirm that a floating input acts like an H signal.. TTL Characteristics We shall now investigate in detail how the TTL logic family performs. To start, construct the circuit of Fig., which will allow you to measure the threshold input voltage at which the gate changes state. Describe what the output signal does as you vary the input voltage. What is the threshold voltage, and how well-defined is the transition? What is the direction of current flow, and how much current is required to reach the threshold? How much current flows when the input is grounded, and how much flows when the input is? The circuit of Fig. (a) lets us measure the output current capacity. We use the second gate so that we can identify the point where the output can no longer maintain the desired logic level. Adjust the pot until the output of the second gate switches. How much current can the H-state output source? Then change the voltages to circuit (b), and measure the current that the L-state output can sink. What voltage levels does the (unloaded) output of the second gate produce in the high and low states? Finally, wire up the circuit of Fig., driving the A input from the Sync output of the function generator. Monitor the Sync signal on your scope as well. How much delay is there between when the input crosses the threshold level and when the output crosses the threshold level? You should make sure the BW limit button on the scope is out for this measurement, to obtain the maximum scope speed. You will also likely need to use scope probes with the 0x setting. We can use the same circuit to measure the power consumption of the 700 chip. Hook up an ammeter in series with the supply voltage, and measure the current drawn when the output is low, when the output is high, and when the output is switching at MHz. 0 V 0 V I 0k Scope I 0k Scope Figure : Circuit for measuring the input threshold of a logic gate. Figure : Circuit for measuring the output current capacity of a gate, in (a) the high state and (b) the low state

3 Figure : Circuit for observing the timing characteristics of a gate. Calculate the power consumed in each case by multiplying the current times the voltage and report your results in mw.. LS Characteristics The 7LS00 chip has the same pinouts as the 700, and should behave in the same way. Verify this by repeating your measurements of the input threshold and current, the output current, the switching speed, and the power consumption. Compare in each case to the results for the 700. What is the primary difference between these two families?. HC Characterization The same measurements can be performed for the 7HC00 chip, which is again pin compatable with the 700. Since this is a CMOS chip, you should expect to see more differences here. Perhaps the main practical difference is the need to tie unused inputs to a definite level. Do that to start, using either high or low levels as convenient. Observe one of the outputs on the scope, and unhook the corresponding A input. What do you observe? Run a wire to the input and touch its end with your finger. You shoud be able to set the logic state by either first discharging your finger on the grounding pad, or charging your finger by rubbing it on your clothes. Can you switch the output just by putting your hand near the wire, without actually touching it? Now repeat the same four tests with the 7HC00 that you did with the 700 and 7LS00. Record your results, and note any differences you observe from the other chips. The other logic family you will encounter is the 7HCT series. In the interests of time, you don t need to characterize it. If you did, you would find that it acts much like the 7HC series, except that its threshold is. V and it switches a bit slower.. Three-State Logic Another type of logic gate that is often useful is the three-state device. At first, this might be mistaken for trinary logic, where three output levels represent the values 0,,. But in fact, the outputs of a three-state device are 0,, and off. In the off state, the device asserts neither a high or a low value, but is instead effectively disconnected from the

4 OE A OE A GND 7HCT Vcc OE A OE A A OE Figure : The 7HCT quad three-state buffer. output pin. This is useful when several devices are wired together to a common output. A common output is normally called a bus, and is used when multiple devices take turns sending signals to one receiver. The 7HCT is a three-state buffer, shown in Fig.. It has the truth table OE A L L L L H H H X off Here OE should be read as output enable and the bar indicates that you need to supply the inverse of the enable signal. In other words, if output enable is supposed to be true, then you need to supply a false value for OE. As with the NAND gates, there are four separate buffers on each chip. To demonstrate the use of three-state logic, we will implement a -input multiplexer (or MUX), as shown in Fig.. This is a device with four inputs and one output. The output simply follows one of the inputs, with which input being determined by two address bits according to X Y L L a L H b H L c H H d where a, b, c, and d stand for the value at the corresponding input. The multiplexer thus operates like a digital SPT switch, with the address bits setting the switch position. Just like switches, multiplexers are useful in many situations. The three-state buffer provides a convenient way to implement the multiplexer. Simply hook each input signal (a, b, c, d) to a corresponding buffer pin (A, A, A, A), hook all four outputs (,,, ) together, and then use the OE pins to set which input is applied to the common output bus. The only tricky part is to set up some logic gates to convert the two address bits to

5 x y d x c y b Figure : A -input multiplexer. Figure 7: Partial circuit for translating the address (xy) to the enable signal (abcd). one of four enable signals. Figure 7 shows one way the enable signals for the b, c, and d signals can be obtained. How can the enable signal for the a channel be derived? Set up the circuit, and verify that the multiplexer works as desired. It will probably be convenient to use the Digital Writer and Reader tools to observe the behavior. Make sure that for each combination of address bits, the output signal follows the corresponding input signal and is unaffected by the other inputs. Note, however, that integrated multiplexer circuits are available, such as the 8-input 7. It would be unusual for you to actually build your own multiplexer in practice.. Monostable Multivibrator* Do this section only if you have time. The monostable multivibrator is a useful device for generating triggerable pulses and delays. When triggered by a transition on its input, it generates a single output pulse with a duration determined by an RC network attached to the chip. Because of this behavior, another common name for the device is a one-shot. A common one-shot is the 7, shown in Fig. 8. It has a fairly complicated input logic arrangment in order to provide maximum triggering flexibility. Referencing the circuit diagram, however, an output pulse will be produced whenever the input to the square block sees a rising edge. If we let the A, B, and B inputs float high, then what type of transition applied to the A terminal will produce a pulse? Wire up the circuit that way. You will also need to let the CLR terminal float high (so that the device is not cleared ). The output pulse duration is given approximately by t w = 0.RC The resistor R should be in the range of 0 kω to 00 kω, and the capacitor larger than nf. (More detailed information about the timing elements can be found on the 7 data sheet, if needed.) Set up your circuit using a 00k pot and a 0 nf capacitor, and drive the input at 00 Hz with the Sync pulse from the function generator. Observe the input and output signals on the scope, and verify that the output behaves as claimed when you change the pot resistance.

6 A A B B CLR GND Vcc R/C NC C NC Rint A A B B R R/C C C Figure 8: The 7 monostable multivibrator. CLR One-shots end up being so handy that Horowitz and Hill spend some effort warning against their overuse. The main concern is that the timing they produce is not very precise, so you shouldn t use them when precision is important. Incidentally, the term multivibrator refers to a circuit with two possible states. In a monostable multivibrator, only one of the states is stable: when the circuit is put in the unstable state, it returns to the stable one after time t W. A bistable multivibrator remains in whichever state you place it, and is more commonly called a latch. An astable multivibrator won t stay put in either state, and thus forms an oscillator.

11 Counters and Oscillators

11 Counters and Oscillators 11 OUNTERS AND OSILLATORS 11 ounters and Oscillators Though specialized, the counter is one of the most likely digital circuits that you will use. We will see how typical counters work, and also how to

More information

Physics 335 Lab 1 Intro to Digital Logic

Physics 335 Lab 1 Intro to Digital Logic Physics 33 Lab 1 Intro to Digital Logic We ll be introducing you to digital logic this quarter. Some things will be easier for you than analog, some things more difficult. Digital is an all together different

More information

HIGH LOW Astable multivibrators HIGH LOW 1:1

HIGH LOW Astable multivibrators HIGH LOW 1:1 1. Multivibrators A multivibrator circuit oscillates between a HIGH state and a LOW state producing a continuous output. Astable multivibrators generally have an even 50% duty cycle, that is that 50% of

More information

Use the fixed 5 volt supplies for your power in digital circuits, rather than the variable outputs.

Use the fixed 5 volt supplies for your power in digital circuits, rather than the variable outputs. Physics 33 Lab 1 Intro to Digital Logic We ll be introducing you to digital logic this quarter. Some things will be easier for you than analog, some things more difficult. Digital is an all together different

More information

Physics 116B TLC555 Timer Circuit

Physics 116B TLC555 Timer Circuit Physics 116B TLC555 Timer Circuit Physics116B, 1/17/07 D. Pellett 1 TLC555 Timer Circuit Variation on widely-used 555 timer using MOSFETs rather than BJTs Can be used to make (among other things): Schmitt

More information

Schmitt Trigger Inputs, Decoders

Schmitt Trigger Inputs, Decoders Schmitt Trigger, Decoders Page 1 Schmitt Trigger Inputs, Decoders TTL Switching In this lab we study the switching of TTL devices. To do that we begin with a source that is unusual for logic circuits,

More information

). The THRESHOLD works in exactly the opposite way; whenever the THRESHOLD input is above 2/3V CC

). The THRESHOLD works in exactly the opposite way; whenever the THRESHOLD input is above 2/3V CC ENGR 210 Lab 8 RC Oscillators and Measurements Purpose: In the previous lab you measured the exponential response of RC circuits. Typically, the exponential time response of a circuit becomes important

More information

Multivibrators. Department of Electrical & Electronics Engineering, Amrita School of Engineering

Multivibrators. Department of Electrical & Electronics Engineering, Amrita School of Engineering Multivibrators Multivibrators Multivibrator is an electronic circuit that generates square, rectangular, pulse waveforms. Also called as nonlinear oscillators or function generators. Multivibrator is basically

More information

Introduction to IC-555. Compiled By: Chanakya Bhatt EE, IT-NU

Introduction to IC-555. Compiled By: Chanakya Bhatt EE, IT-NU Introduction to IC-555 Compiled By: Chanakya Bhatt EE, IT-NU Introduction SE/NE 555 is a Timer IC introduced by Signetics Corporation in 1970 s. It is basically a monolithic timing circuit that produces

More information

EXPERIMENT 12: DIGITAL LOGIC CIRCUITS

EXPERIMENT 12: DIGITAL LOGIC CIRCUITS EXPERIMENT 12: DIGITAL LOGIC CIRCUITS The purpose of this experiment is to gain some experience in the use of digital logic circuits. These circuits are used extensively in computers and all types of electronic

More information

555 Timer and Its Application

555 Timer and Its Application ANALOG ELECTRONICS (AE) 555 Timer and Its Application 1 Prepared by: BE-EE Amish J. Tankariya SEMESTER-III SUBJECT- ANALOG ELECTRONICS (AE) GTU Subject Code :- 210902 2 OBJECTIVES 555 timer; What is the

More information

OBJECTIVE The purpose of this exercise is to design and build a pulse generator.

OBJECTIVE The purpose of this exercise is to design and build a pulse generator. ELEC 4 Experiment 8 Pulse Generators OBJECTIVE The purpose of this exercise is to design and build a pulse generator. EQUIPMENT AND PARTS REQUIRED Protoboard LM555 Timer, AR resistors, rated 5%, /4 W,

More information

Electronic Instrumentation

Electronic Instrumentation 5V 1 1 1 2 9 10 7 CL CLK LD TE PE CO 15 + 6 5 4 3 P4 P3 P2 P1 Q4 Q3 Q2 Q1 11 12 13 14 2-14161 Electronic Instrumentation Experiment 7 Digital Logic Devices and the 555 Timer Part A: Basic Logic Gates Part

More information

Lab 12: Timing sequencer (Version 1.3)

Lab 12: Timing sequencer (Version 1.3) Lab 12: Timing sequencer (Version 1.3) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive

More information

+15 V 10k. !15 V Op amp as a simple comparator.

+15 V 10k. !15 V Op amp as a simple comparator. INDIANA UNIVESITY, DEPT. OF PHYSICS, P400/540 LABOATOY FALL 2008 Laboratory #7: Comparators, Oscillators, and Intro. to Digital Gates Goal: Learn how to use special-purpose op amps as comparators and Schmitt

More information

Class #6: Experiment The 555-Timer & Pulse Width Modulation

Class #6: Experiment The 555-Timer & Pulse Width Modulation Class #6: Experiment The 555-Timer & Pulse Width Modulation Purpose: In this experiment we look at the 555-timer, a device that uses digital devices and other electronic switching elements to generate

More information

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET REV. NO. : REV.

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET REV. NO. : REV. Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET LABORATORY MANUAL EXPERIMENT NO. ISSUE NO. : ISSUE DATE: July 200 REV. NO. : REV.

More information

Fig 1: The symbol for a comparator

Fig 1: The symbol for a comparator INTRODUCTION A comparator is a device that compares two voltages or currents and switches its output to indicate which is larger. They are commonly used in devices such as They are commonly used in devices

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

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

MODULE TITLE : OPERATIONAL AMPLIFIERS TOPIC TITLE : OSCILLATORS LESSON 2 : RELAXATION OSCILLATORS

MODULE TITLE : OPERATIONAL AMPLIFIERS TOPIC TITLE : OSCILLATORS LESSON 2 : RELAXATION OSCILLATORS MODULE ILE : OPEAIONAL AMPLIFIES OPIC ILE : OSCILLAOS LESSON : ELAXAION OSCILLAOS OA - - eesside University INODUCION he '555' timer is a very popular and 'user friendly' I.C. used to produce 'single shot'

More information

To design/build monostable multivibrators using 555 IC and verify their operation using measurements by observing waveforms.

To design/build monostable multivibrators using 555 IC and verify their operation using measurements by observing waveforms. AIM: SUBJECT: ANALOG ELECTRONICS (2130902) EXPERIMENT NO. 09 DATE : TITLE: TO DESIGN/BUILD MONOSTABLE MULTIVIBRATORS USING 555 IC AND VERIFY THEIR OPERATION USING MEASUREMENTS BY OBSERVING WAVEFORMS. DOC.

More information

4-bit counter circa bit counter circa 1990

4-bit counter circa bit counter circa 1990 Digital Logic 4-bit counter circa 1960 8-bit counter circa 1990 Logic gates Operates on logical values (TRUE = 1, FALSE = 0) NOT AND OR XOR 0-1 1-0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 1 0 1 1 1 1 1 0 0 0

More information

ASTABLE MULTIVIBRATOR

ASTABLE MULTIVIBRATOR 555 TIMER ASTABLE MULTIIBRATOR MONOSTABLE MULTIIBRATOR 555 TIMER PHYSICS (LAB MANUAL) PHYSICS (LAB MANUAL) 555 TIMER Introduction The 555 timer is an integrated circuit (chip) implementing a variety of

More information

Module -18 Flip flops

Module -18 Flip flops 1 Module -18 Flip flops 1. Introduction 2. Comparison of latches and flip flops. 3. Clock the trigger signal 4. Flip flops 4.1. Level triggered flip flops SR, D and JK flip flops 4.2. Edge triggered flip

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

Digital Logic Circuits

Digital Logic Circuits Digital Logic Circuits Let s look at the essential features of digital logic circuits, which are at the heart of digital computers. Learning Objectives Understand the concepts of analog and digital signals

More information

PRESENTATION ON 555 TIMER A Practical Approach

PRESENTATION ON 555 TIMER A Practical Approach PRESENTATION ON 555 TIMER A Practical Approach By Nagaraj Vannal Assistant Professor School of Electronics Engineering, K.L.E Technological University, Hubballi-31 nagaraj_vannal@bvb.edu 555 Timer The

More information

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics Sr. No. Date TITLE To From Marks Sign 1 To verify the application of op-amp as an Inverting Amplifier 2 To

More information

Department of EECS. University of California, Berkeley. Logic gates. September 1 st 2001

Department of EECS. University of California, Berkeley. Logic gates. September 1 st 2001 Department of EECS University of California, Berkeley Logic gates Bharathwaj Muthuswamy and W. G. Oldham September 1 st 2001 1. Introduction This lab introduces digital logic. You use commercially available

More information

Lab 2 Revisited Exercise

Lab 2 Revisited Exercise Lab 2 Revisited Exercise +15V 100k 1K 2N2222 Wire up led display Note the ground leads LED orientation 6.091 IAP 2008 Lecture 3 1 Comparator, Oscillator +5 +15 1k 2 V- 7 6 Vin 3 V+ 4 V o Notice that power

More information

Logic Families. Describes Process used to implement devices Input and output structure of the device. Four general categories.

Logic Families. Describes Process used to implement devices Input and output structure of the device. Four general categories. Logic Families Characterizing Digital ICs Digital ICs characterized several ways Circuit Complexity Gives measure of number of transistors or gates Within single package Four general categories SSI - Small

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

ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS

ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS OBJECTIVES : 1. To interpret data sheets supplied by the manufacturers

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

t w = Continue to the next page, where you will draw a diagram of your design.

t w = Continue to the next page, where you will draw a diagram of your design. Name EET 1131 Lab #13 Multivibrators OBJECTIVES: 1. To design and test a monostable multivibrator (one-shot) using a 555 IC. 2. To analyze and test an astable multivibrator (oscillator) using a 555 IC.

More information

Chapter Timer IC. NE555 from Signetics in dual-in-line package WORLD TECHNOLOGIES

Chapter Timer IC. NE555 from Signetics in dual-in-line package WORLD TECHNOLOGIES Chapter 1 555 Timer IC NE555 from Signetics in dual-in-line package Internal block diagram The 555 Timer IC is an integrated circuit (chip) used in a variety of timer, pulse generation and oscillator applications.

More information

Process Components. Process component

Process Components. Process component What are PROCESS COMPONENTS? Input Transducer Process component Output Transducer The input transducer circuits are connected to PROCESS COMPONENTS. These components control the action of the OUTPUT components

More information

Police Siren Circuit using NE555 Timer

Police Siren Circuit using NE555 Timer Police Siren Circuit using NE555 Timer Multivibrator: Multivibrator discover their own space in lots of applications as they are among the most broadly used circuits. The application can be anyone either

More information

4-bit counter circa bit counter circa 1990

4-bit counter circa bit counter circa 1990 Digital Logic 4-bit counter circa 1960 8-bit counter circa 1990 Logic gates Operates on logical values (TRUE = 1, FALSE = 0) NOT AND OR XOR 0-1 1-0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 1 0 1 1 1 1 1 0 0 0

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

Java Bread Board Introductory Digital Electronics Exercise 2, Page 1

Java Bread Board Introductory Digital Electronics Exercise 2, Page 1 Java Bread Board Introductory Digital Electronics Exercise 2, Page 1 JBB Excercise 2 The aim of this lab is to demonstrate how basic logic gates can be used to implement simple memory functions, introduce

More information

In this experiment you will study the characteristics of a CMOS NAND gate.

In this experiment you will study the characteristics of a CMOS NAND gate. Introduction Be sure to print a copy of Experiment #12 and bring it with you to lab. There will not be any experiment copies available in the lab. Also bring graph paper (cm cm is best). Purpose In this

More information

Lecture 14: 555 Timers

Lecture 14: 555 Timers Faculty of Engineering MEP382: Design of Applied Measurement Systems Lecture 14: 555 Timers 555 TIMER IC HISTORY The 555 timer IC was first introduced around 1971 by the Signetics Corporation as the SE555/NE555

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

Lab 6: Exploring the Servomotor Controller Circuit

Lab 6: Exploring the Servomotor Controller Circuit Lab 6: Exploring the Servomotor Controller Circuit By: Gary A. Ybarra Christopher E. Cramer Duke University Department of Electrical and Computer Engineering Durham, NC 1. Purpose: The purpose of this

More information

Project 3 Build a 555-Timer

Project 3 Build a 555-Timer Project 3 Build a 555-Timer For this project, each group will simulate and build an astable multivibrator. However, instead of using the 555 timer chip, you will have to use the devices you learned about

More information

Digital logic families

Digital logic families Digital logic families Digital logic families Digital integrated circuits are classified not only by their complexity or logical operation, but also by the specific circuit technology to which they belong.

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

CD4538 Dual Precision Monostable

CD4538 Dual Precision Monostable CD4538 Dual Precision Monostable General Description The CD4538BC is a dual, precision monostable multivibrator with independent trigger and reset controls. The device is retriggerable and resettable,

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

DIGITAL ELECTRONICS: LOGIC AND CLOCKS

DIGITAL ELECTRONICS: LOGIC AND CLOCKS DIGITL ELECTRONICS: LOGIC ND CLOCKS L 9 INTRO: INTRODUCTION TO DISCRETE DIGITL LOGIC, MEMORY, ND CLOCKS GOLS In this experiment, we will learn about the most basic elements of digital electronics, from

More information

Government Polytechnic Muzaffarpur Name of the Lab: Applied Electronics Lab

Government Polytechnic Muzaffarpur Name of the Lab: Applied Electronics Lab Government Polytechnic Muzaffarpur Name of the Lab: Applied Electronics Lab Subject Code: 1620408 Experiment-1 Aim: To obtain the characteristics of field effect transistor (FET). Theory: The Field Effect

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

Name EET 1131 Lab #2 Oscilloscope and Multisim

Name EET 1131 Lab #2 Oscilloscope and Multisim Name EET 1131 Lab #2 Oscilloscope and Multisim Section 1. Oscilloscope Introduction Equipment and Components Safety glasses Logic probe ETS-7000 Digital-Analog Training System Fluke 45 Digital Multimeter

More information

Electronic Instrumentation ENGR-4300 Fall 2004 Section Experiment 7 Introduction to the 555 Timer, LEDs and Photodiodes

Electronic Instrumentation ENGR-4300 Fall 2004 Section Experiment 7 Introduction to the 555 Timer, LEDs and Photodiodes Experiment 7 Introduction to the 555 Timer, LEDs and Photodiodes Purpose: In this experiment, we learn a little about some of the new components which we will use in future projects. The first is the 555

More information

CHIP DESCRIPTION & TEST SPECIFICATIONS

CHIP DESCRIPTION & TEST SPECIFICATIONS CHIP DESCRIPTION & TEST SPECIFICATIONS Chip description The integrated circuit has been designed using BYE technology (BiCMOS 0.8 µm) as from HIT-KIT v3.10. Die area is 2.5x2.5mm 2 and it has to be housed

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

Operating Manual Ver.1.1

Operating Manual Ver.1.1 Multivibrators (Astable and Monostable) Operating Manual Ver.1.1 An ISO 9001 : 2000 company 94-101, Electronic Complex Pardesipura, Indore- 452010, India Tel : 91-731- 2570301/02, 4211100 Fax: 91-731-

More information

CD74HC123, CD74HCT123, CD74HC423, CD74HCT423

CD74HC123, CD74HCT123, CD74HC423, CD74HCT423 Data sheet acquired from Harris Semiconductor SCHS1 September 1997 CD7HC13, CD7HCT13, CD7HC3, CD7HCT3 High Speed CMOS Logic Dual Retriggerable Monostable Multivibrators with Resets Features Description

More information

Lecture 7: Digital Logic

Lecture 7: Digital Logic Lecture 7: Digital Logic Last time we introduced the concept of digital electronics i.e., one identifies a range of voltages with the value, and another range with the value But we didn t specify these

More information

German- Jordanian University

German- Jordanian University German- Jordanian University School of Electrical Engineering and Information Technology Digital Electronics Laboratory ECE 5420 Updated version of Dr. Mansour Abbadi manual Prepared by Eng. Samira Khraiwesh

More information

ENGR 210 Lab 12: Analog to Digital Conversion

ENGR 210 Lab 12: Analog to Digital Conversion ENGR 210 Lab 12: Analog to Digital Conversion In this lab you will investigate the operation and quantization effects of an A/D and D/A converter. A. BACKGROUND 1. LED Displays We have been using LEDs

More information

EE223 Laboratory #4. Comparators

EE223 Laboratory #4. Comparators EE223 Laboratory #4 Comparators Objectives 1) Learn how to design using comparators 2) Learn how to breadboard circuits incorporating integrated circuits (ICs) 3) Learn how to obtain and read IC datasheets

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

ADC Bit µp Compatible A/D Converter

ADC Bit µp Compatible A/D Converter ADC1001 10-Bit µp Compatible A/D Converter General Description The ADC1001 is a CMOS, 10-bit successive approximation A/D converter. The 20-pin ADC1001 is pin compatible with the ADC0801 8-bit A/D family.

More information

CD54/74HC123, CD54/74HCT123, CD74HC423, CD74HCT423

CD54/74HC123, CD54/74HCT123, CD74HC423, CD74HCT423 CD5/7HC13, CD5/7HCT13, CD7HC3, CD7HCT3 Data sheet acquired from Harris Semiconductor SCHS1A September 1997 - Revised May 000 High Speed CMOS Logic Dual Retriggerable Monostable Multivibrators with Resets

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

This document, MC74HC4066/D has been canceled and replaced by MC74HC4066A/D LAN was sent 9/28/01

This document, MC74HC4066/D has been canceled and replaced by MC74HC4066A/D LAN was sent 9/28/01 http://onsemi.com This document, MC74HC4066/D has been canceled and replaced by MC74HC4066A/D LAN was sent 9/28/01 High Performance Silicon Gate CMOS The MC54/74HC4066 utilizes silicon gate CMOS technology

More information

SN54221, SN54LS221, SN74221, SN74LS221 DUAL MONOSTABLE MULTIVIBRATORS WITH SCHMITT-TRIGGER INPUTS

SN54221, SN54LS221, SN74221, SN74LS221 DUAL MONOSTABLE MULTIVIBRATORS WITH SCHMITT-TRIGGER INPUTS Dual Versions of Highly Stable SN542 and SN742 One Shots SN5422 and SN7422 Demonstrate Electrical and Switching Characteristics That Are Virtually Identical to the SN542 and SN742 One Shots Pinout Is Identical

More information

ENGR4300 Spring 2006 Test 4B. Name solution. Section 3 and 4. Question 1 (25 points) This is worth 20 not 25

ENGR4300 Spring 2006 Test 4B. Name solution. Section 3 and 4. Question 1 (25 points) This is worth 20 not 25 ENGR4300 Spring 2006 Test 4B Name solution Section 3 and 4 Question 1 (25 points) This is worth 20 not 25 Question 2 (15 points) This is worth 20 not 15 Question 3 (20 points) Question 4 (20 points) Question

More information

Basic Logic Circuits

Basic Logic Circuits Basic Logic Circuits Required knowledge Measurement of static characteristics of nonlinear circuits. Measurement of current consumption. Measurement of dynamic properties of electrical circuits. Definitions

More information

Abu Dhabi Men s College, Electronics Department. Logic Families

Abu Dhabi Men s College, Electronics Department. Logic Families bu Dhabi Men s College, Electronics Department Logic Families There are several different families of logic gates. Each family has its capabilities and limitations, its advantages and disadvantages. The

More information

INTEGRATED CIRCUITS. For a complete data sheet, please also download:

INTEGRATED CIRCUITS. For a complete data sheet, please also download: INTEGRATED CIRCUITS DATA SHEET For a complete data sheet, please also download: The IC0 74HC/HCT/HCU/HCMOS Logic Family Specifications The IC0 74HC/HCT/HCU/HCMOS Logic Package Information The IC0 74HC/HCT/HCU/HCMOS

More information

First Optional Homework Problem Set for Engineering 1630, Fall 2014

First Optional Homework Problem Set for Engineering 1630, Fall 2014 First Optional Homework Problem Set for Engineering 1630, Fall 014 1. Using a K-map, minimize the expression: OUT CD CD CD CD CD CD How many non-essential primes are there in the K-map? How many included

More information

High Current MOSFET Toggle Switch with Debounced Push Button

High Current MOSFET Toggle Switch with Debounced Push Button Set/Reset Flip Flop This is an example of a set/reset flip flop using discrete components. When power is applied, only one of the transistors will conduct causing the other to remain off. The conducting

More information

FAMILIARIZATION WITH DIGITAL PULSE AND MEASUREMENTS OF THE TRANSIENT TIMES

FAMILIARIZATION WITH DIGITAL PULSE AND MEASUREMENTS OF THE TRANSIENT TIMES EXPERIMENT 1 FAMILIARIZATION WITH DIGITAL PULSE AND MEASUREMENTS OF THE TRANSIENT TIMES REFERENCES Analysis and Design of Digital Integrated Circuits, Hodges and Jackson, pages 6-7 Experiments in Microprocessors

More information

9 Feedback and Control

9 Feedback and Control 9 Feedback and Control Due date: Tuesday, October 20 (midnight) Reading: none An important application of analog electronics, particularly in physics research, is the servomechanical control system. Here

More information

Monostable multivibrators

Monostable multivibrators Monostable multivibrators We've already seen one example of a monostable multivibrator in use: the pulse detector used within the circuitry of flip-flops, to enable the latch portion for a brief time when

More information

CD4047BC Low Power Monostable/Astable Multivibrator

CD4047BC Low Power Monostable/Astable Multivibrator Low Power Monostable/Astable Multivibrator General Description The CD4047B is capable of operating in either the monostable or astable mode. It requires an external capacitor (between pins 1 and 3) and

More information

CD54HC4538, CD74HC4538, CD74HCT4538

CD54HC4538, CD74HC4538, CD74HCT4538 Data sheet acquired from Harris Semiconductor SCHS123 June 1998 CD54HC4538, CD74HC4538, CD74HCT4538 High Speed CMOS Logic Dual Retriggerable Precision Monostable Multivibrator Features Description [ /Title

More information

Frequently Asked Questions DAT & ZX76 Series Digital Step Attenuators

Frequently Asked Questions DAT & ZX76 Series Digital Step Attenuators Frequently Asked Questions DAT & ZX76 Series Digital Step Attenuators 1. What is the definition of "Switching Control Frequency"? The switching control frequency is the frequency of the control signals.

More information

Sequential Logic Circuits

Sequential Logic Circuits LAB EXERCISE - 5 Page 1 of 6 Exercise 5 Sequential Logic Circuits 1 - Introduction Goal of the exercise The goals of this exercise are: - verify the behavior of simple sequential logic circuits; - measure

More information

CONTENTS Sl. No. Experiment Page No

CONTENTS Sl. No. Experiment Page No CONTENTS Sl. No. Experiment Page No 1a Given a 4-variable logic expression, simplify it using Entered Variable Map and realize the simplified logic expression using 8:1 multiplexer IC. 2a 3a 4a 5a 6a 1b

More information

AND ITS APPLICATIONS M.C.SHARMA

AND ITS APPLICATIONS M.C.SHARMA AND ITS APPLICATIONS M.C.SHARMA 555 TIMER AND ITS APPLICATIONS BY M. C. SHARMA, M. Sc. PUBLISHERS: BUSINESS PROMOTION PUBLICATIONS 376, Lajpat Rai Market, Delhi-110006 By the same author Transistor Novelties

More information

3.1 There are three basic logic functions from which all circuits can be designed: NOT (invert), OR, and

3.1 There are three basic logic functions from which all circuits can be designed: NOT (invert), OR, and EE 2449 Experiment 3 Jack Levine and Nancy Warter-Perez, Revised 6/12/17 CALIFORNIA STATE UNIVERSITY LOS ANGELES Department of Electrical and Computer Engineering EE-2449 Digital Logic Lab EXPERIMENT 3

More information

PHYS225 Lecture 18. Electronic Circuits

PHYS225 Lecture 18. Electronic Circuits PHYS225 Lecture 18 Electronic Circuits Oscillators and Timers Oscillators & Timers Produce timing signals to initiate measurement Periodic or single pulse Periodic output at known (controlled) frequency

More information

Tektronix Courseware. Academic Labs. Sample Labs from Popular Electrical and Electronics Engineering Curriculum

Tektronix Courseware. Academic Labs. Sample Labs from Popular Electrical and Electronics Engineering Curriculum Tektronix Courseware Academic Labs Sample Labs from Popular Electrical and Electronics Engineering Curriculum March 3, 2014 HalfWaveRectifier -- Overview OBJECTIVES After performing this lab exercise,

More information

Physics 364, Fall 2014, Lab #19 (Digital Logic Introduction) Wednesday, November 5 (section 401); Thursday, November 6 (section 402)

Physics 364, Fall 2014, Lab #19 (Digital Logic Introduction) Wednesday, November 5 (section 401); Thursday, November 6 (section 402) Physics 364, Fall 2014, Lab #19 Name: (Digital Logic Introduction) Wednesday, November 5 (section 401); Thursday, November 6 (section 402) Course materials and schedule are at positron.hep.upenn.edu/p364

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

ANALOG TO DIGITAL CONVERTER

ANALOG TO DIGITAL CONVERTER Final Project ANALOG TO DIGITAL CONVERTER As preparation for the laboratory, examine the final circuit diagram at the end of these notes and write a brief plan for the project, including a list of the

More information

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

Comparators, positive feedback, and relaxation oscillators

Comparators, positive feedback, and relaxation oscillators Experiment 4 Introductory Electronics Laboratory Comparators, positive feedback, and relaxation oscillators THE SCHMITT TRIGGER AND POSITIVE FEEDBACK 4-2 The op-amp as a comparator... 4-2 Using positive

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

DIGITAL ELECTRONICS. Digital Electronics - B1 28/04/ DDC Storey 1. Group B: Digital circuits and devices

DIGITAL ELECTRONICS. Digital Electronics - B1 28/04/ DDC Storey 1. Group B: Digital circuits and devices Politecnico di Torino - ICT school Group B: Digital circuits and devices DIGITAL ELECTRONICS B DIGITAL CIRCUITS B.1 Logic devices B1 B2 B3 B4 Logic families Combinatorial circuits Basic sequential circuits

More information

Experiment 9 : Pulse Width Modulation

Experiment 9 : Pulse Width Modulation Name/NetID: Experiment 9 : Pulse Width Modulation Laboratory Outline In experiment 5 we learned how to control the speed of a DC motor using a variable resistor. This week, we will learn an alternative

More information

CD4538BC Dual Precision Monostable

CD4538BC Dual Precision Monostable CD4538BC Dual Precision Monostable General Description The CD4538BC is a dual, precision monostable multivibrator with independent trigger and reset controls. The device is retriggerable and resettable,

More information

16 Multiplexers and De-multiplexers using gates and ICs. (74150, 74154)

16 Multiplexers and De-multiplexers using gates and ICs. (74150, 74154) 16 Multiplexers and De-multiplexers using gates and ICs. (74150, 74154) Aim: To design multiplexers and De-multiplexers using gates and ICs. (74150, 74154) Components required: Digital IC Trainer kit,

More information

ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS

ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS OBJECTIVES : 1. To interpret data sheets supplied by the manufacturers

More information

54LVTH244A. 3.3V ABT 8-Bit Octal Buffers/Drivers FEATURES: DESCRIPTION: Logic Diagram

54LVTH244A. 3.3V ABT 8-Bit Octal Buffers/Drivers FEATURES: DESCRIPTION: Logic Diagram 54LVTH244A 3.3V ABT 8-Bit Octal Buffers/Drivers FEATURES: Logic Diagram DESCRIPTION: 3.3V ABT octal buffers/drivers with 3-state outputs RAD-PAK radiation-hardened against natural space radiation Package:

More information