11 Counters and Oscillators

Size: px
Start display at page:

Download "11 Counters and Oscillators"

Transcription

1 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 interface data with an LED display. ounters and many other circuits often require a clock as well, and we will discuss two types of oscillator circuits that can serve this purpose. This lab will require one day. Reading: HH sections 8.03, 8.25, 5.14, 5.19 (pgs , , , ) 11.1 Binary ounter The chip is a typical 4-bit binary counter. It has several useful features: it can count up or down, it can be initialized to an arbitary value, and it has outputs to faciliate cascading multiple chips. Figure 1 shows the pin designations, with the following descriptions:, Ground: Supply voltages as usual. Q i : put bit i. Bit A is the least significant. Up: Increments counter output by one when a rising edge is received. Down: Decrements counter output by one when a rising edge is received. lear: When high, forces all output low. Load: When low, each output Q i is set to the value at input D i. arry: Gives rising edge when output wraps from 1111 to 0000 while counting up. Borrow: Gives rising edge when output wraps from 0000 to 1111 while counting down. Note that a trigger input (Up or Down) that is not being used must be held in the high state. We won t be using the D i inputs, but they should be tied to fixed values to to avoid generating errors. The Load input should be tied high. Wire up the chip with lear tied to ground and the Down trigger tied to 5 V. Drive the Up trigger with the Sync pulse from your function generator, with a frequency of 1 Hz. Monitor the outputs Q i with channels 0-3 of the digital reader, and verify that they count up at the expected rate. Drive the Down trigger instead and verify that the output counts down. B B A D A D Figure 1: Pin designations for bit binary counter. 11-1

2 11.2 LED Display 11 OUNTERS AND OSILLATORS Note that if you include the trigger signal itself as data, you really have five bits of counting capacity. If more capacity is needed, it is easy to cascade multiple chips. Put your counter back into the upward counting mode. Then get a second and wire it up like the first, but take the Up trigger from the arry output of the first chip. Monitor the four new outputs on channels 4-7 of the digital reader. Do the eight output bits correctly count from 0 to 255? 11.2 LED Display Watching the counter output on the Digital Reader is neither satisfying nor practical. Let us instead display the result on an LED numerical display. The HP display is convenient, because it has built in logic and drivers to convert a binary number to the appropriate combination of illuminated LED bars. It displays one digit in hexadecimal notation (4 bits), so you will need two displays. The pinouts for the 5082 are shown in Fig. 2. Here In1 refers to the ones-place bit, In2 refers to the twos-place bit, etc. The Latch input causes the display to hold its current value while the input is high. The Blank input causes the display to go dark while the input is high. For our purpose, they should both be tied low. Wire up both displays, using the four bits from the first counter to drive one and the four bits from the second counter to drive the other. When you run the counters, do the displays properly increment from 00 to FF? Try increasing the frequency of the clock signal. How fast can it go so that you can still tell that the numbers are counting correctly? In2 In4 In8 Blank In1 GND Latch Bottom View Top View Figure 2: Pin designations for the HP LED hexadecimal display. Note the identifier dot on the bottom of the package Binary-oded Decimal Of course, people don t usually work in hexadecimal notation. When interfacing with humans, the normal practice is to use the binary-coded decimal (BD) convention. Here counting is done in base ten, but the numbers are stored in binary representation. A 4-bit BD counter s output would thus go: 11-2

3 11.4 Timer 11 OUNTERS AND OSILLATORS 0000 (0) 0001 (1) 0010 (2) 0011 (3) 0100 (4) 0101 (5) 0110 (6) 0111 (7) 1000 (8) 1001 (9) 0000 (0) etc The four bits are not used as efficiently as in a binary counter, but in many situations bits are cheap. When you need to convert binary data to BD, you can use chips like the 74184/ (The 184 converts BD to binary, and the 185 converts binary to BD.) For small circuits, however, it is more likely to be convenient to simply work in BD throughout. For instance, the is a BD counter that is pin-compatable with the Try simply replacing both 193 chips with 192s. Does your display now count in decimal? Why you don t need to change the display chip too? If you were storing data in a RAM chip, would it matter whether it were binary or BD? One warning: encountering BD where you don t expect it can be very confusing. If you are looking at a binary signal and see the sequence , you would normally interpret it as 73 hex = 115 dec. With BD coding, however, it represents 73 dec = 49 hex. These are simply not the same, and if you don t know which coding is being used, you can t be sure what the value is. It s good to be aware of this ambiguity Timer So far we have been using the function generator signal for our clock, but if you were building a real circuit, you would not typically want to rely on an external signal. There exist a variety of ways to generate an oscillating signal of your own. One of the most convenient is the 7555 timer chip, shown in Fig. 3. The core logic is shown in part (b). Here the op amps are serving as comparators, which we will see more of in the next lab. Since there is no negative feedback, the op amp output simply rails high (5 V) or low (0 V) depending on whether the positive or negative input signal is higher. To operate as an oscillator, the 7555 is wired as in part (c). Also, the Reset signal must be tied high. The connection from the output back to the Trig and Threshold inputs causes the circuit to oscillate, at a theoretical frequency of 0.7/R. You will get to work through this calculation yourself in a homework assignment. Wire up a 7555 chip, using a 200 pf capacitor and a 100 kω resistor. Verify that the output oscillates and compare its frequency to the expected value. You should measure R and to make an accurate comparison. Replace the resistor with a 100k pot. What is the maximum frequency the circuit can produce? hoose a resistor/capacitor pair to give a signal at approximately 1 Hz, noting that the device manufacturer recommends using a larger R and a smaller to minimize the output current required. Use your timer signal to 11-3

4 11.5 Quartz rystal Oscillators 11 OUNTERS AND OSILLATORS Threshold Gnd Trig Reset Discharge Threshold ontrol R Threshold, Trig Trig (a) (b) (c) Figure 3: (a) Pin designations for 7555 timer. (b) ore logic functionality. Note that the Reset, Discharge, and ontrol signals are not shown; consult the datasheet for more information. (c) External wiring for operation as an oscillator. drive your counter, so that you have a self-contained circuit. Measure your timer frequency by counting the number of oscillations in one minute, as determined by a watch or the wall clock. How accurate is the 0.7/R formula? Two notes: First, the 7555 (and a handful of similar chips) are MOS versions of the original NE555 TTL chip, which is still available. However, the 555 chip draws a substantial current spike from the power supply when it switches, and it can be difficult to prevent that spike from affecting other parts of your circuit. The 7555 does not have this problem. Second, the 7555 and its relatives can do considerably more than just oscillate. It can be wired to act as a monostable multivibrator, the oscillation frequency can be modulated and the pulse width can be varied, among various other possibilities. If you have an electronics problem involving the generation of some kind of timed pulses, it would be worth looking through the application notes for the 555 chip for a solution. You will be using the counter and timer circuits in the next lab, so you might want to leave them set up on your breadboard Quartz rystal Oscillators It is difficult to achieve timing precision better than about 0.1% using the 7555 timer, or any other R-based circuit, due to thermal drifts in the component values. When greater precision is required, the preferred solution is the quartz oscillator. This consists of a quartz crystal that is precisely cut so that it vibrates mechanically at a particular frequency. Quartz is a piezo-electric material, so when it is subject to strain, it generates an voltage at its surface and vice versa. It is therefore possible to drive the mechanical vibration with an electronic signal. The resulting system is somewhat complicated, but it works out that the crystal acts electronically as the circuit of Fig. 4(a). Such a circuit could of course be constructed 11-4

5 11.5 Quartz rystal Oscillators 11 OUNTERS AND OSILLATORS 74H04 10M 100k 20 pf rystal 20 pf (a) (b) Figure 4: (a) Equivalent electronic circuit for a quartz crystal. (b) Oscillator circuit based on a quartz crystal. electrically, but the advantage here is that the resonant frequency is stable to typically a few parts per million. Quartz crystal oscillators are used, for instance, to generate the timing in standard wristwatches, where 1 ppm corresponds to an error of about 1 second per week. The easiest way to generate an oscillating signal using a quartz crystal is with the circuit of Fig. 4(b). It is difficult to analyze this circuit quantitatively, but the basic principle can be understood as follows: the output of the first NOT gate is fed back to its input, making an unstable circuit that inherently tends to oscillate. By passing the feedback signal through the crystal, the circuit oscillation can drive and lock to the oscillation of the crystal. The arrangement of resistors and capacitors ensures that the instability is large enough to permit oscillation but small enough for the crystal to be effective. The second NOT gate serves as a buffer, to ensure that the output signal has standard logic levels and that loads on the circuit do not affect the oscillation. Wire up this circuit using a 74H04 MOS chip and a 1-MHz crystal. Also, filter the chip s power supply pin with a 1 µf capacitor. Adjust the resistor to obtain oscillation. The signal will be clearer if you use a 10 scope probe. Measure the frequency using your oscilloscope, and compare to the expected value. (It is likely that any error you see is due to the scope, rather than the crystal.) 11-5

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

Due date: Sunday, November 8 (midnight) Reading: HH sections , (pgs , ) Logic Gates Due date: Sunday, November 8 (midnight) Reading: HH sections 8.0 8., 8.0 8. (pgs. 7 9, 7 ) The next few labs will deal with digital logic. In practice, you will probably find these circuits

More information

Lab 5. Binary Counter

Lab 5. Binary Counter Lab. Binary Counter Overview of this Session In this laboratory, you will learn: Continue to use the scope to characterize frequencies How to count in binary How to use an MC counter Introduction The TA

More information

Lab 6. Binary Counter

Lab 6. Binary Counter Lab 6. Binary Counter Overview of this Session In this laboratory, you will learn: Continue to use the scope to characterize frequencies How to count in binary How to use an MC14161 or CD40161BE counter

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

). 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

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

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

Analog-to-Digital Conversion

Analog-to-Digital Conversion CHEM 411L Instrumental Analysis Laboratory Revision 1.0 Analog-to-Digital Conversion In this laboratory exercise we will construct an Analog-to-Digital Converter (ADC) using the staircase technique. In

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

ELG3331: Digital Tachometer Introduction to Mechatronics by DG Alciatore and M B Histand

ELG3331: Digital Tachometer Introduction to Mechatronics by DG Alciatore and M B Histand ELG333: Digital Tachometer Introduction to Mechatronics by DG Alciatore and M B Histand Our objective is to design a system to measure and the rotational speed of a shaft. A simple method to measure rotational

More information

Digital Logic Troubleshooting

Digital Logic Troubleshooting Digital Logic Troubleshooting Troubleshooting Basic Equipment Circuit diagram Data book (for IC pin outs) Logic probe Voltmeter Oscilloscope Advanced Logic analyzer 1 Basic ideas Troubleshooting is systemic

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

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

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

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

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

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

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

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

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

UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency

UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency Jamie E. Reinhold December 15, 2011 Abstract The design, simulation and layout of a UMAINE ECE Morse code Read Only Memory and transmitter

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

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

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

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

DM Segment Decoder/Driver/Latch with Constant Current Sink Outputs

DM Segment Decoder/Driver/Latch with Constant Current Sink Outputs DM9374 7-Segment Decoder/Driver/Latch with Constant Current Sink Outputs General Description The DM74 is a 7-segment decoder driver incorporating input latches and output circuits to directly drive common

More information

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as BioE 1310 - Review 5 - Digital 1/16/2017 Instructions: On the Answer Sheet, enter your 2-digit ID number (with a leading 0 if needed) in the boxes of the ID section. Fill in the corresponding numbered

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

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

EE2304 Implementation of a Stepper Motor using CMOS Devices Fall 2004 WEEK -2-

EE2304 Implementation of a Stepper Motor using CMOS Devices Fall 2004 WEEK -2- WEEK -2-1. Objective Design a controller for a stepper motor that will be capable of: Making the motor rotate with variable speed (the user should be able to adjust the rotational speed easily and without

More information

Data Conversion and Lab Lab 3 Spring Analog to Digital Converter

Data Conversion and Lab Lab 3 Spring Analog to Digital Converter Analog to Digital Converter Lab Report Objectives See separate report form located on the course webpage. This form should be completed during the performance of this lab. 1) To construct and operate an

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

+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

DM Segment Decoder/Driver/Latch with Constant Current Sink Outputs

DM Segment Decoder/Driver/Latch with Constant Current Sink Outputs DM9374 7-Segment Decoder/Driver/Latch with Constant Current Sink Outputs General Description The 74 is a 7-segment decoder driver incorporating input latches and output circuits to directly drive common

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

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

hij Teacher Resource Bank GCE Electronics Exemplar Examination Questions ELEC2 Further Electronics

hij Teacher Resource Bank GCE Electronics Exemplar Examination Questions ELEC2 Further Electronics hij Teacher Resource Bank GCE Electronics Exemplar Examination Questions ELEC2 Further Electronics The Assessment and Qualifications Alliance (AQA) is a company limited by guarantee registered in England

More information

Features MIC1555 VS MIC1557 VS OUT 5

Features MIC1555 VS MIC1557 VS OUT 5 MIC555/557 MIC555/557 IttyBitty RC Timer / Oscillator General Description The MIC555 IttyBitty CMOS RC timer/oscillator and MIC557 IttyBitty CMOS RC oscillator are designed to provide rail-to-rail pulses

More information

LMC555 CMOS Timer. Features. Block and Connection Diagrams. Pulse Width Modulator. October 2003

LMC555 CMOS Timer. Features. Block and Connection Diagrams. Pulse Width Modulator. October 2003 LMC555 CMOS Timer General Description The LMC555 is a CMOS version of the industry standard 555 series general purpose timers. In addition to the standard package (SOIC, MSOP, and MDIP) the LMC555 is also

More information

LM2240 Programmable Timer Counter

LM2240 Programmable Timer Counter LM2240 Programmable Timer Counter General Description The LM2240 Programmable Timer Counter is a monolithic controller capable of both monostable and astable operation Monostable operation allows accurate

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

ENEE307 Lab 7 MOS Transistors 2: Small Signal Amplifiers and Digital Circuits

ENEE307 Lab 7 MOS Transistors 2: Small Signal Amplifiers and Digital Circuits ENEE307 Lab 7 MOS Transistors 2: Small Signal Amplifiers and Digital Circuits In this lab, we will be looking at ac signals with MOSFET circuits and digital electronics. The experiments will be performed

More information

ENGR-2300 Electronic Instrumentation Quiz 3 Spring Name: Solution Please write you name on each page. Section: 1 or 2

ENGR-2300 Electronic Instrumentation Quiz 3 Spring Name: Solution Please write you name on each page. Section: 1 or 2 ENGR-2300 Electronic Instrumentation Quiz 3 Spring 2018 Name: Solution Please write you name on each page Section: 1 or 2 4 Questions Sets, 20 Points Each LMS Portion, 20 Points Question Set 1) Question

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

ELM409 Versatile Debounce Circuit

ELM409 Versatile Debounce Circuit ersatile Debounce Circuit Description The ELM is digital filter circuit that is used to interface mechanical contacts to electronic circuits. All mechanical contacts, whether from switches, relays, etc.

More information

Electric Circuit Fall 2016 Pingqiang Zhou LABORATORY 8. Audio Synthesizer. Guide

Electric Circuit Fall 2016 Pingqiang Zhou 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

Function Generator Op-amp Summing Circuits Pulse Width Modulation LM311 Comparator

Function Generator Op-amp Summing Circuits Pulse Width Modulation LM311 Comparator Function Generator Op-amp Summing Circuits Pulse Width Modulation LM311 Comparator Objective ECE3204 D2015 Lab 3 The main purpose of this lab is to gain familiarity with use of the op-amp in a non-linear

More information

. HIGH MAXIMUM ASTABLE FREQUENCY 2.7MHz PIN-TO-PIN AND FUNCTIONALLY COMPATIBLE WITH BIPOLAR NE555

. HIGH MAXIMUM ASTABLE FREQUENCY 2.7MHz PIN-TO-PIN AND FUNCTIONALLY COMPATIBLE WITH BIPOLAR NE555 TS555C,I,M LOW POWER SINGLE CMOS TIMERS. ERY LOW POWER CONSUMPTION : 100µA typ at CC = 5. HIGH MAXIMUM ASTABLE FREQUENCY 2.7MHz PIN-TO-PIN AND FUNCTIONALLY COMPATIBLE WITH BIPOLAR NE555. OLTAGE RANGE :

More information

MAINTENANCE MANUAL DIGITAL SELECTOR MODULE 19D902519G1 TABLE OF CONTENTS

MAINTENANCE MANUAL DIGITAL SELECTOR MODULE 19D902519G1 TABLE OF CONTENTS D MAINTENANCE MANUAL DIGITAL SELECTOR MODULE 19D902519G1 TABLE OF CONTENTS Page SPECIFICATIONS...2 CIRCUIT AND FUNCTIONAL DESCRIPTION...3 CONNECTORS AND SYSTEM INTERFACE...4 DIGITAL SELECTOR MODULE AND

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

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

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

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. LMC555 CMOS Timer General Description The LMC555 is a CMOS version of the

More information

CHAPTER 6 DIGITAL INSTRUMENTS

CHAPTER 6 DIGITAL INSTRUMENTS CHAPTER 6 DIGITAL INSTRUMENTS 1 LECTURE CONTENTS 6.1 Logic Gates 6.2 Digital Instruments 6.3 Analog to Digital Converter 6.4 Electronic Counter 6.6 Digital Multimeters 2 6.1 Logic Gates 3 AND Gate The

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

Unit-6 PROGRAMMABLE INTERRUPT CONTROLLERS 8259A-PROGRAMMABLE INTERRUPT CONTROLLER (PIC) INTRODUCTION

Unit-6 PROGRAMMABLE INTERRUPT CONTROLLERS 8259A-PROGRAMMABLE INTERRUPT CONTROLLER (PIC) INTRODUCTION M i c r o p r o c e s s o r s a n d M i c r o c o n t r o l l e r s P a g e 1 PROGRAMMABLE INTERRUPT CONTROLLERS 8259A-PROGRAMMABLE INTERRUPT CONTROLLER (PIC) INTRODUCTION Microcomputer system design requires

More information

Physics 309 Lab 3 Bipolar junction transistor

Physics 309 Lab 3 Bipolar junction transistor Physics 39 Lab 3 Bipolar junction transistor The purpose of this third lab is to learn the principles of operation of a bipolar junction transistor, how to characterize its performances, and how to use

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

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

Charge Pump Voltage Converters TJ7660

Charge Pump Voltage Converters TJ7660 FEATURES Simple Conversion of +5V Logic Supply to ±5V Supplies Simple Voltage Multiplication (VOUT = (-) nvin) Typical Open Circuit Voltage Conversion Efficiency 99.9% Typical Power Efficiency 98% Wide

More information

COMBINATIONAL and SEQUENTIAL LOGIC CIRCUITS Hardware implementation and software design

COMBINATIONAL and SEQUENTIAL LOGIC CIRCUITS Hardware implementation and software design PH-315 COMINATIONAL and SEUENTIAL LOGIC CIRCUITS Hardware implementation and software design A La Rosa I PURPOSE: To familiarize with combinational and sequential logic circuits Combinational circuits

More information

CD74HC221, CD74HCT221

CD74HC221, CD74HCT221 Data sheet acquired from Harris Semiconductor SCHS66A November 997 - Revised April 999 CD74HC22, CD74HCT22 High Speed CMOS Logic Dual Monostable Multivibrator with Reset Features Description [ /Title (CD74

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

Distributed by: www.jameco.com -800-8- The content and copyrights of the attached material are the property of its owner. NE SA - SE GENERAL PURPOSE SINGLE BIPOLAR TIMERS LOW TURN OFF TIME MAXIMUM OPERATING

More information

MAINTENANCE MANUAL DIGITAL SELECTOR MODULE 19D902519G1 INCLUDING DIGITAL SELECTOR 1 (150 BAUD DATA) AND DIGITAL SELECTOR 2 (9600 Hz CLOCK)

MAINTENANCE MANUAL DIGITAL SELECTOR MODULE 19D902519G1 INCLUDING DIGITAL SELECTOR 1 (150 BAUD DATA) AND DIGITAL SELECTOR 2 (9600 Hz CLOCK) B MAINTENANCE MANUAL DIGITAL SELECTOR MODULE 19D902519G1 INCLUDING DIGITAL SELECTOR 1 (150 BAUD DATA) AND DIGITAL SELECTOR 2 (9600 Hz CLOCK) TABLE OF CONTENTS Page SPECIFICATIONS... 1 DESCRIPTION... 4

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

Junior Digital circuit experiment board. Use for the experimentation of digital circuits both TTL IC and CMOS DC supply :

Junior Digital circuit experiment board. Use for the experimentation of digital circuits both TTL IC and CMOS DC supply : NX-100plus Junior Digital circuit experiment board Feature Use for the experimentation of digital circuits both TTL IC and CMOS DC supply : +5V and +V (+12V approx. depend on DC adaptor) 800mA buit-in

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

National Quali cations Date of birth Scottish candidate number

National Quali cations Date of birth Scottish candidate number N5FOR OFFICIAL USE X860/75/01 National Quali cations 2018 Mark Practical Electronics WEDNESDAY, 30 MAY 9:00 AM 10:00 AM *X8607501* Fill in these boxes and read what is printed below. Full name of centre

More information

Technical Information Manual

Technical Information Manual Technical Information Manual Revision n. 0 21 April 1999 MOD. N 145 QUAD SCALER AND PRESET COUNTER/TIMER User's Manual (MUT) Mod. N145 Quad Scaler and Preset Counter/Timer Quad Scaler 20/04/1999 0 and

More information

CD54/74HC221, CD74HCT221

CD54/74HC221, CD74HCT221 Data sheet acquired from Harris Semiconductor SCHS166B November 1997 - Revised May 2000 CD54/74HC221, CD74HCT221 High Speed CMOS Logic Dual Monostable Multivibrator with Reset Features Description [ /Title

More information

Design and Technology

Design and Technology E.M.F, Voltage and P.D E.M F This stands for Electromotive Force (e.m.f) A battery provides Electromotive Force An e.m.f can make an electric current flow around a circuit E.m.f is measured in volts (v).

More information

MM5452/MM5453 Liquid Crystal Display Drivers

MM5452/MM5453 Liquid Crystal Display Drivers MM5452/MM5453 Liquid Crystal Display Drivers General Description The MM5452 is a monolithic integrated circuit utilizing CMOS metal gate, low threshold enhancement mode devices. It is available in a 40-pin

More information

Application Note. I C s f o r M o t o r C o n t r o l. Evaluation board for the TDA5143/TDA5144. Report No: EIE/AN R. Galema

Application Note. I C s f o r M o t o r C o n t r o l. Evaluation board for the TDA5143/TDA5144. Report No: EIE/AN R. Galema Application Note I C s f o r M o t o r C o n t r o l Evaluation board for the TDA5143/TDA5144 Report No: R. Galema Product Concept & Application Laboratory Eindhoven, the Netherlands. Keywords Motor Control

More information

Electronics (JUN ) General Certificate of Secondary Education June Thursday 5 June pm to 3.30 pm. Time allowed 2 hours

Electronics (JUN ) General Certificate of Secondary Education June Thursday 5 June pm to 3.30 pm. Time allowed 2 hours Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials Question Mark General Certificate of Secondary Education June 2014 Electronics 44301 Unit 1

More information

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec INTEGRATED CIRCUITS 1988 Dec DAC products are designed to convert a digital code to an analog signal. Since a common source of digital signals is the data bus of a microprocessor, DAC circuits that are

More information

Chapter 13: Comparators

Chapter 13: Comparators Chapter 13: Comparators So far, we have used op amps in their normal, linear mode, where they follow the op amp Golden Rules (no input current to either input, no voltage difference between the inputs).

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 TIGGE AND POSITIVE FEEDBACK 4-2 The op-amp as a comparator... 4-2 Using positive

More information

Electronic Circuits EE359A

Electronic Circuits EE359A Electronic Circuits EE359A Bruce McNair B206 bmcnair@stevens.edu 201-216-5549 1 Memory and Advanced Digital Circuits - 2 Chapter 11 2 Figure 11.1 (a) Basic latch. (b) The latch with the feedback loop opened.

More information

Spec. Instructor: Center

Spec. Instructor: Center PDHonline Course E379 (5 PDH) Digital Logic Circuits Volume III Spec ial Logic Circuits Instructor: Lee Layton, P.E 2012 PDH Online PDH Center 5272 Meadow Estatess Drive Fairfax, VA 22030-6658 Phone &

More information

LINEAR IC APPLICATIONS

LINEAR IC APPLICATIONS 1 B.Tech III Year I Semester (R09) Regular & Supplementary Examinations December/January 2013/14 1 (a) Why is R e in an emitter-coupled differential amplifier replaced by a constant current source? (b)

More information

Microprocessor & Interfacing Lecture Programmable Interval Timer

Microprocessor & Interfacing Lecture Programmable Interval Timer Microprocessor & Interfacing Lecture 30 8254 Programmable Interval Timer P A R U L B A N S A L A S S T P R O F E S S O R E C S D E P A R T M E N T D R O N A C H A R Y A C O L L E G E O F E N G I N E E

More information

Dedan Kimathi University of technology. Department of Electrical and Electronic Engineering. EEE2406: Instrumentation. Lab 2

Dedan Kimathi University of technology. Department of Electrical and Electronic Engineering. EEE2406: Instrumentation. Lab 2 Dedan Kimathi University of technology Department of Electrical and Electronic Engineering EEE2406: Instrumentation Lab 2 Title: Analogue to Digital Conversion October 2, 2015 1 Analogue to Digital Conversion

More information

EE 308-Digital Electronics Laboratory EXPERIMENT 8 FLIP FLOPS AND SEQUENTIAL CIRCUITS

EE 308-Digital Electronics Laboratory EXPERIMENT 8 FLIP FLOPS AND SEQUENTIAL CIRCUITS EXPERIMENT 8 FLIP FLOPS ND SEUENTIL IRUITS I. INTRODUTION 1. Objectives The objective of this experiment is to become familiar with the basic operational principles of flip-flops and counters. II. PRELIMINRY

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

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

Assignment /01

Assignment /01 Principles and Applications of Electronic Devices and Circuits Assignment 1 40764/01 It's very straightforward to submit this test paper online by logging on to the ICS Student Community at www.icslearn.co.uk.

More information

Course Outline Cover Page

Course Outline Cover Page College of Micronesia FSM P.O. Box 159 Kolonia, Pohnpei Course Outline Cover Page Digital Electronics I VEE 135 Course Title Department and Number Course Description: This course provides the students

More information

Draw in the space below a possible arrangement for the resistor and capacitor. encapsulated components

Draw in the space below a possible arrangement for the resistor and capacitor. encapsulated components 1). An encapsulated component is known to consist of a resistor and a capacitor. It has two input terminals and two output terminals. A 5V, 1kHz square wave signal is connected to the input terminals and

More information

Model 305 Synchronous Countdown System

Model 305 Synchronous Countdown System Model 305 Synchronous Countdown System Introduction: The Model 305 pre-settable countdown electronics is a high-speed synchronous divider that generates an electronic trigger pulse, locked in time with

More information

Description PART NUMBER (BRAND) ICM7555CBA (7555CBA) ICM7555IBA (7555IBA) ICM7555 (METAL CAN) TOP VIEW V DD AND CASE 8 1 DISCHARGE GND

Description PART NUMBER (BRAND) ICM7555CBA (7555CBA) ICM7555IBA (7555IBA) ICM7555 (METAL CAN) TOP VIEW V DD AND CASE 8 1 DISCHARGE GND IM, IM ovember 99 General urpose Timers Features Exact Equivalent in Most ases for SE/E/ or TL/ Low Supply urrent - IM................................ 0µA - IM............................... 0µA Extremely

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

1 Second Time Base From Crystal Oscillator

1 Second Time Base From Crystal Oscillator 1 Second Time Base From Crystal Oscillator The schematic below illustrates dividing a crystal oscillator signal by the crystal frequency to obtain an accurate (0.01%) 1 second time base. Two cascaded 12

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

Page 1. Last time we looked at: latches. flip-flop

Page 1. Last time we looked at: latches. flip-flop Last time we looked at: latches flip flops We saw that these devices hold a value depending on their inputs. A data input value is loaded into the register on the rise of the edge. Some circuits have additional

More information

NE556 SA556 - SE556 GENERAL PURPOSE DUAL BIPOLAR TIMERS

NE556 SA556 - SE556 GENERAL PURPOSE DUAL BIPOLAR TIMERS NE556 SA556 - SE556 GENERAL PURPOSE DUAL BIPOLAR TIMERS LOW TURN OFF TIME MAXIMUM OPERATING FREQUENCY GREATER THAN 500kHz TIMING FROM MICROSECONDS TO HOURS OPERATES IN BOTH ASTABLE AND MONOSTABLE MODES

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

EE 221 L CIRCUIT II. by Ming Zhu

EE 221 L CIRCUIT II. by Ming Zhu EE 22 L CIRCUIT II LABORATORY 9: RC CIRCUITS, FREQUENCY RESPONSE & FILTER DESIGNS by Ming Zhu DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS OBJECTIVE Enhance the knowledge

More information

CA555, CA555C, LM555, LM555C, NE555

CA555, CA555C, LM555, LM555C, NE555 May 99 SEMICONDUCTOR CA, CAC, LM, LMC, NE Timers for Timing Delays and Oscillator Application in Commercial, Industrial and Military Equipment Features Accurate Timing From Microseconds Through Hours Astable

More information