your final project.) which it is)

Size: px
Start display at page:

Download "your final project.) which it is)"

Transcription

1 ECE 33 Lab 2 ECE 25 Lab 6 Name Lab Section Student Folder # Digital Logic Gate Circuits Overview: In this Lab you will simulate and measure basic logic gates (NAND, XOR, NOT, OR) and design a control circuit for a 7-segment display display. This lab introduces digital logic gates that are the basis for computer circuits. You will learn about basic types of gates, and you will design a simple circuit for summing one- digit binary numbers. Logic gates will also be useful in your final project if you need to turn on an LED or motor when a certain combination of sensor inputs occurs, such as "the output of sensor is low AND the output of sensor 2 is high." Equipment List: MyDAQ board with cables. (You can hook them to the lab computers if you don t want to bring your laptop.) Multisim software. From previous labs: o Protoboard & wire kit o Resistor (kω) o Red LED Additional parts: o Resistors: kω (2total), MΩ (two) o Red LED o Logic gate chips NAND 74HC and XOR 74HC86 For extra credit (c mon, try them these are funn and could be useful for your final project.) o 7-segment display (common cathode or anode, but ask which it is) o 4- or 8- DIP switch o Additional NAND 74HC (2 total) o Resistors: kω (7 total) Safety Precautions: ) Logic gate power supplies: The logic gates we will use (74HC and 74HC86) need a single +5 V power supply (available on the mydaq). Using the wrong power supply voltage, reversing its polarity (such as plugging the chip in backwards) may burn out the logic gate chip and may also cause itt to become extremely hot, smoke, or shatter. Make sure the notch or dot on the chip iss at the top as shown in the circuit diagrams. Connect +5 V to pin 4 and V (dgnd) d) to pin 7. 2) Shorting gate outputs: One logic gate output cann safely drive multiple logic gate inputs, whichh is known as fan-out. Logic gate outputs cannott be connected to other logic gate outputs. The latter situation would cause the logic gate outputs to fight one another. A logic gate may or may not survive having its outputs shorted together. 5 S. Central Campus Dr Salt Lake City, UT Phone: (8) Fax: (8)

2 ECE 25 LAB 3 Instructions & Reference Material: MyDAQ as voltmeter Data Sheets: 74HC NAND gate: 74HCAF 74HC86 XOR gate: AP-TDE_EN_42.pdf Prelab: Videos and Multisim. Review the videos and written material (see videos on website). 2. (Optional) You will be faster if you do the Multisim simulations before you come to lab. WRITE-UP: Take notes during the videos and record key information from reading assignments so you don t have to go back and watch or review them again. Experiment : NAND gate operation (25 points) About the AGND and DGND grounds: The MyDAQ puts out +5 V and dgnd for powering digital circuits. These are on the opposite end from the ±5 V analog supplies. The only difference between the +5 V and the ±5 V supplies is the voltage. Note that the digital gnd is isolated from the analog gnd, however, so you would need to connect the gnd's together (connect them to the same rail on your breadboard, for instance) if you wanted to use the digital and analog supplies in the same circuit. Digital Voltages: For digital circuits, V or dgnd represents a logical (or FALSE/Low), and +5 V represents a logical (or TRUE/High). Measure the +5V output from the MyDAQ to be sure it is working properly. Note: digital and logical are two equivalent words both describing this set of binary voltages. Digital NAND gate: We will start with a 74HC NAND chip. "NAND" stands for "not and." This means the gate outputs a 5V = digital (or TRUE/High) if and only if it is not the case that both input A is a (TRUE/High) and input B is a (TRUE/High). Otherwise it outputs V = digital (FALSE/Low). See the truth table in Figure. Each 74HC chip contains four NAND gates with various input (A,B) and output (Y) pins. 2 UNIVERSITY OF UTAH DEPARTMENT OF ELECTRICAL AND COMPUTER 5 S. Central Campus Dr Salt Lake City, UT Phone: (8) Fax: (8)

3 ECEE 25 LAB 3 Figure 74HC NAND logic gate pin out, truth table, and circuit diagram of a single NAND gate. A and B are inputs, Y is output. It is powered by Vcc=5V and Gnd. Fig. 2. Breadboard connections for NAND gate circuit. Note the red rail is +5V and blue is DGND. 3 5 S. Central Campus Dr Salt Lake City, UT Phone: (8) Fax: (8)

4 ECE 25 LAB 3 Simulate, Build, and Test the NAND gate circuit in Fig. 2: a) Simulate the circuit. Run the Multisim file for Fig. 2, available for download on the course website. Click on the switches to change the NAND gate inputs from V to 5 V or vice versa. Switch the A and B inputs to either V (gnd) or +5 V in all four possible combinations to verify the "truth table" by filling in the outputs you observe in Table I. Note that V = logical (digital) and +5 V = logical (digital). Observe the output voltage of the gate and translate it into or. Input A ( =V =5V) Input B Table : NAND GATE TRUTH TABLE Digital Simulated Measured LED On/Off Note how V CC and Gnd for the NAND gate chip are specified behind the scenes in Multisim. When adding logic gate chips in Multisim, be careful to avoid redefining V CC, which might confuse Multisim. b) Power the Chip: Place the 74HC NAND chip on your breadboard as shown in Fig. 2. Note that the notch or dot should be at the top of the chip. Attach +5V from the MyDAQ to the red rail of the right of the breadboard, and DGND to the blue rail on he left, as shown. Then connect the +5V (red) rail to pin 4 of the chip and the DGND (blue) rail to pin 7. This power is required for the chip to function, so leave these two pins connected throughout the lab. c) Connect one of the NAND gates as shown in Fig. 2 and the right side of Figure. Verify the truth table in Table. Do this by manually connecting the A (pin) and B (pin2) inputs to either V (gnd) or +5 V in all four possible combinations in the table and measuring the output voltage (Y is on pin 3) with the MyDAQ voltmeter. Remember V=digital and 5V= digital. d) Turn on an LED if TRUE: Connect a kω resistor and LED in series from the NAND gate output (pin 3) to Gnd as shown in Figure 4. Note the polarity of the LED shown in Figure 3. The LED should be on when the output is and off when it is. Verify and record this in Table. Note for future reference. Digital circuits are not meant to drive large currents. This LED indicator requires only a few ma, but if you wanted to turn something on that required more current (such as a motor or fan), you would need to insert a buffer (which you will learn about in Lab 7) to isolate the digital circuit and also provide the current to drive the device. 4 UNIVERSITY OF UTAH DEPARTMENT OF ELECTRICAL AND COMPUTER 5 S. Central Campus Dr Salt Lake City, UT Phone: (8) Fax: (8)

5 ECEE 25 LAB 3 Figure 3 LED polarity. The anode (+) should be connected to the positivee voltage, and cathode (-) to the ground. The cathode (-) is the shorter leg, and it also has a flat spot on the plastic cover of the LED. kωω Figure 4 LED indicator for digital circuit. WRITEUP: Record your results in Table. Notee any anomalous results. Experiment 2: XOR gate truth table ( points) Repeat the experiment with a 74HC86 XOR gate. An XOR gate outputs a (or TRUE) if input A is a (or TRUE) or input B is a (or TRUE) ) but not both (exclusivity). Figure 5 Pin diagram, truth table, and circuit diagram for the 74HC86 XOR gate Simulate, Build and Test the XOR gate circuit in Figure 5 and Fig. 6. Fill in the truth table below for the XOR gate by trying all possible combinationss of input values ( or ) for inputs A and B. 5 5 S. Central Campus Dr Salt Lake City, UT Phone: (8) Fax: (8)

6 ECEE 25 LAB 3 Table Input A 2 XOR GATE TRUTH TABLE Input B Expected (digital /) Simulated Measured LED On/Off Fig. 6. Breadboard connections for XOR gate circuit. Note the red raill is +5V and blue is DGND. WRITEUP: Record your results in 6 5 S. Central Campus Dr Salt Lake City, UT Phone: (8) Fax: (8)

7 ECEE 25 LAB 3 Table 2. Note any anomalous results. Experiment 3: NOT gate and NAND gate ( points) Digital gates are typically combined in order to control circuits in a myriad of ways such as in Fig. 7. Note that the first NAND gates acts likee a NOT gate that simply inverts its input: in gives out, and vice versa. (So, is a NOT-NAND an AND?) Fig. 7. Not gate (made from a NAND with inputs tied together) and NAND gate combination circuit. Analyze (on paper) the circuit to figure out what the output at Y will be given the A and B input values. Fill in the expected column in Table 3. Build and test the circuit. Table Input A 3 LOGIC CIRCUIT TRUTH TABLE Input B Expected (digital /) Measured WRITEUP: Record your results in Table 3. Notee any anomalous results. Explain ( sentence) what an AND gate does. Explain ( sentencee and a circuit diagram) what a NOT gate does and how to build one from a NAND gate. Why might you choose to build a NOT gate from a NAND ratherr than buying a NOT chip and using that? 7 5 S. Central Campus Dr Salt Lake City, UT Phone: (8) Fax: (8)

8 ECE 25 LAB 3 Experiment 4: DeMorgan's theorem (25 points) Build an OR gate from three NAND gates. An OR gate outputs a when input A or input B is a. To do this, create two NOT gates from NANDS with their inputs tied together (as in Experiment 3). Use the NOT outputs as the inputs to yet another NAND gate. Show (on paper and in measurement) that you get an OR gate. Use one 74HC NAND chip for the three gates needed. Record the circuit schematic including pin numbers and truth table. Table 4 OR Gate TRUTH TABLE Input Input A B Expected (digital /) Measured WRITEUP: Record your results in Table 4. Note any anomalous results. Explain ( sentence) what an OR gate does. Show the circuit diagram for an OR gate made from 3 NAND gates (include pin numbers). 8 UNIVERSITY OF UTAH DEPARTMENT OF ELECTRICAL AND COMPUTER 5 S. Central Campus Dr Salt Lake City, UT Phone: (8) Fax: (8)

9 ECEE 25 LAB 3 Experiment 5: LED decoder (3 points) A 7-segment LED display is shown in Fig. 4. Logic gates are used to make display decoders (and everything elsee in a computer). The 74HCxx series of logic chips can directly drive an LED, so we can use the 74HC (orr 74HC86) chips to build a decoder. The first step in the decoder design process is to make a truth table showing which segments should light up when displaying a given number. We consider a circuit, with three buttons, that displays a,, or 2, depending onn which button is pressed. Table 5 shows the truth table for the circuit. Fig. 8 shows the logic for segments a, d, e, f, and g. Using only NAND gates, complete the design of the decoder. That is, design the circuitry to drive segments b, and c to match the truth table in Table 5. Table 5 LED DECODER TRUTH TABLE Inputs B A Fig segment LED display segment labels. C Display a b c Outputs d e f g 9 5 S. Central Campus Dr Salt Lake City, UT Phone: (8) Fax: (8)

10 ECEE 25 LAB 3 Figure 9 7-segment LED display decoder partial schematic.. WRITEUP: Fill in the schematic in Figure 9 so that it will give the 7-segment LED outpu in Table 5. 5 S. Central Campus Dr Salt Lake City, UT Phone: (8) Fax: (8)

11 ECEE 25 LAB Extra Credit: Build the complete 7-segment display circuit (5 points) Use your design from Experiment 5 to connect three (DIP) switches to a 7-segment display. You can get a 7-segment LED display from the stockroom. You can use either common anode or common cathode display, but the pin outs are different, so be sure you know (or experiment to find out) which one you have. Figure 7-segment display pin outs and 8-DIP switch For the switches, you may purchase a DIP switch from the stockroom (see Figure ). Thesee typically come in 4- or 8-switch packages. You will only need 3 switches, so either of these will be fine. The switch acts like an open or a wire when closed. When the switch is closed, the input (A, B, or C) is connected to 5 V and is a. When the switch is open, the input (A, B, or C) is pulled down to gnd by a MΩ resistor internal to the switch package and is a. Experiment with your switch before connecting it to the 7-segment display. Note: If you might like to customize an output like the 7-segment display in the future, you can buy an amazing array of different color/shaped LEDs. See the stockroom and online. WRITEUP: Fill in the schematic in Figure 9 including pin numbers. If possible (optional) attach a photo of your circuit on the breadboard. Demonstrate that you circuit works (TA initials ) Extra Credit: How to make a NOT gate (inverter) out off an XOR gate (5 points) Figure out how to use an XOR gate as a NOT gate. Hint: connect one input to a or (gnd or 5 V) power supply permanently. Draw, build, and test the circuit. Make a truth table. WRITEUP: Explain how to create a NOT gate from an XOR gate. Show the circuit diagram and truth table, including your measured results. Extra Credit: How to make an XOR gate from four NAND gates ( points) Use four NAND gates to make an XOR gate. You can find the answer online, but this is a great puzzle to figure out on your own! Build the circuit and verify its truth table. WRITEUP: Show the circuit diagram and truth table, including your measured results. 5 S. Central Campus Dr Salt Lake City, UT Phone: (8) Fax: (8)

ELEC 2210 - EXPERIMENT 1 Basic Digital Logic Circuits

ELEC 2210 - EXPERIMENT 1 Basic Digital Logic Circuits Objectives ELEC - EXPERIMENT Basic Digital Logic Circuits The experiments in this laboratory exercise will provide an introduction to digital electronic circuits. You will learn how to use the IDL-00 Bit

More information

The components. E3: Digital electronics. Goals:

The components. E3: Digital electronics. Goals: E3: Digital electronics Goals: Basic understanding of logic circuits. Become familiar with the most common digital components and their use. Equipment: 1 st. LED bridge 1 st. 7-segment display. 2 st. IC

More information

Objectives: Part 1: Build a simple power supply. CS99S Laboratory 1

Objectives: Part 1: Build a simple power supply. CS99S Laboratory 1 CS99S Laboratory 1 Objectives: 1. Become familiar with the breadboard 2. Build a logic power supply 3. Use switches to make 1s and 0s 4. Use LEDs to observe 1s and 0s 5. Make a simple oscillator 6. Use

More information

FORDHAM UNIVERSITY CISC 3593. Dept. of Computer and Info. Science Spring, 2011. Lab 2. The Full-Adder

FORDHAM UNIVERSITY CISC 3593. Dept. of Computer and Info. Science Spring, 2011. Lab 2. The Full-Adder FORDHAM UNIVERSITY CISC 3593 Fordham College Lincoln Center Computer Organization Dept. of Computer and Info. Science Spring, 2011 Lab 2 The Full-Adder 1 Introduction In this lab, the student will construct

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

Gates, Circuits, and Boolean Algebra

Gates, Circuits, and Boolean Algebra Gates, Circuits, and Boolean Algebra Computers and Electricity A gate is a device that performs a basic operation on electrical signals Gates are combined into circuits to perform more complicated tasks

More information

Digital circuits make up all computers and computer systems. The operation of digital circuits is based on

Digital circuits make up all computers and computer systems. The operation of digital circuits is based on Digital Logic Circuits Digital circuits make up all computers and computer systems. The operation of digital circuits is based on Boolean algebra, the mathematics of binary numbers. Boolean algebra is

More information

ECEN 1400, Introduction to Analog and Digital Electronics

ECEN 1400, Introduction to Analog and Digital Electronics ECEN 1400, Introduction to Analog and Digital Electronics Lab 4: Power supply 1 INTRODUCTION This lab will span two lab periods. In this lab, you will create the power supply that transforms the AC wall

More information

TEECES DOME LIGHTING SYSTEMS

TEECES DOME LIGHTING SYSTEMS This lighting system was designed by John V (Teeces) to be a simple, customizable, expandable and affordable solution for dome lighting. An Arduino micro-controller is used to tell LED driver chips which

More information

Upon completion of unit 1.1, students will be able to

Upon completion of unit 1.1, students will be able to Upon completion of unit 1.1, students will be able to 1. Demonstrate safety of the individual, class, and overall environment of the classroom/laboratory, and understand that electricity, even at the nominal

More information

A Digital Timer Implementation using 7 Segment Displays

A Digital Timer Implementation using 7 Segment Displays A Digital Timer Implementation using 7 Segment Displays Group Members: Tiffany Sham u2548168 Michael Couchman u4111670 Simon Oseineks u2566139 Caitlyn Young u4233209 Subject: ENGN3227 - Analogue Electronics

More information

Robot Board Sub-System Testing. Abstract. Introduction and Theory. Equipment. Procedures. EE 101 Spring 2006 Date: Lab Section # Lab #6

Robot Board Sub-System Testing. Abstract. Introduction and Theory. Equipment. Procedures. EE 101 Spring 2006 Date: Lab Section # Lab #6 EE 101 Spring 2006 Date: Lab Section # Lab #6 Name: Robot Board Sub-System Testing Partner: No Lab partners this time! Abstract The ECEbot robots have a printed circuit board (PCB) containing most of the

More information

Lab 3 - DC Circuits and Ohm s Law

Lab 3 - DC Circuits and Ohm s Law Lab 3 DC Circuits and Ohm s Law L3-1 Name Date Partners Lab 3 - DC Circuits and Ohm s Law OBJECTIES To learn to apply the concept of potential difference (voltage) to explain the action of a battery in

More information

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two!

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two! Using Your Arduino, Breadboard and Multimeter Work in teams of two! EAS 199A Fall 2012 pincer clips good for working with breadboard wiring (push these onto probes) Your Multimeter probes leads Turn knob

More information

Digital Fundamentals. Lab 8 Asynchronous Counter Applications

Digital Fundamentals. Lab 8 Asynchronous Counter Applications Richland College Engineering Technology Rev. 0 B. Donham Rev. 1 (7/2003). Horne Rev. 2 (1/2008). Bradbury Digital Fundamentals CETT 1425 Lab 8 Asynchronous Counter Applications Name: Date: Objectives:

More information

Figure 8-1 Four Possible Results of Adding Two Bits

Figure 8-1 Four Possible Results of Adding Two Bits CHPTER EIGHT Combinational Logic pplications Thus far, our discussion has focused on the theoretical design issues of computer systems. We have not yet addressed any of the actual hardware you might find

More information

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1.

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1. File: chap04, Chapter 04 1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1. 2. True or False? A gate is a device that accepts a single input signal and produces one

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science. 6.002 Electronic Circuits Spring 2007

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science. 6.002 Electronic Circuits Spring 2007 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.002 Electronic Circuits Spring 2007 Lab 4: Audio Playback System Introduction In this lab, you will construct,

More information

ENGI 241 Experiment 5 Basic Logic Gates

ENGI 241 Experiment 5 Basic Logic Gates ENGI 24 Experiment 5 Basic Logic Gates OBJECTIVE This experiment will examine the operation of the AND, NAND, OR, and NOR logic gates and compare the expected outputs to the truth tables for these devices.

More information

GLOLAB Universal Telephone Hold

GLOLAB Universal Telephone Hold GLOLAB Universal Telephone Hold 1 UNIVERSAL HOLD CIRCUIT If you have touch tone telephone service, you can now put a call on hold from any phone in the house, even from cordless phones and phones without

More information

EE 209 Lab 1 Sound the Alarm

EE 209 Lab 1 Sound the Alarm EE 209 Lab 1 Sound the Alarm 1 Introduction In this lab you will design, implement and then test a simple logic circuit emulating a home alarm system. You will use the Digital Trainer board for this lab

More information

POINTS POSITION INDICATOR PPI4

POINTS POSITION INDICATOR PPI4 POINTS POSITION INDICATOR PPI4 Advanced PPI with Adjustable Brightness & Simplified Wiring Monitors the brief positive operating voltage across points motors when they are switched Lights a corresponding

More information

SYSTEM 4C. C R H Electronics Design

SYSTEM 4C. C R H Electronics Design SYSTEM 4C C R H Electronics Design SYSTEM 4C All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, A outputs. Independent 25

More information

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012 MIDECO 64-outputs MIDI note decoder USER MANUAL Roman Sowa 2012 www.midi-hardware.com 1.Overview Thank you for choosing MIDECO as your new MIDI-to-digital converter. This short manual will guide you through

More information

Digital Electronics Detailed Outline

Digital Electronics Detailed Outline Digital Electronics Detailed Outline Unit 1: Fundamentals of Analog and Digital Electronics (32 Total Days) Lesson 1.1: Foundations and the Board Game Counter (9 days) 1. Safety is an important concept

More information

3-Digit Counter and Display

3-Digit Counter and Display ECE 2B Winter 2007 Lab #7 7 3-Digit Counter and Display This final lab brings together much of what we have done in our lab experiments this quarter to construct a simple tachometer circuit for measuring

More information

Digital Logic Elements, Clock, and Memory Elements

Digital Logic Elements, Clock, and Memory Elements Physics 333 Experiment #9 Fall 999 Digital Logic Elements, Clock, and Memory Elements Purpose This experiment introduces the fundamental circuit elements of digital electronics. These include a basic set

More information

EGR 278 Digital Logic Lab File: N278L3A Lab # 3 Open-Collector and Driver Gates

EGR 278 Digital Logic Lab File: N278L3A Lab # 3 Open-Collector and Driver Gates EGR 278 Digital Logic Lab File: N278L3A Lab # 3 Open-Collector and Driver Gates A. Objectives The objectives of this laboratory are to investigate: the operation of open-collector gates, including the

More information

Having read this workbook you should be able to: recognise the arrangement of NAND gates used to form an S-R flip-flop.

Having read this workbook you should be able to: recognise the arrangement of NAND gates used to form an S-R flip-flop. Objectives Having read this workbook you should be able to: recognise the arrangement of NAND gates used to form an S-R flip-flop. describe how such a flip-flop can be SET and RESET. describe the disadvantage

More information

SYSTEM 45. C R H Electronics Design

SYSTEM 45. C R H Electronics Design SYSTEM 45 C R H Electronics Design SYSTEM 45 All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, & A outputs. Independent 25

More information

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER 2014 Amplifier - 1 FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER The objectives of this experiment are: To understand the concept of HI-FI audio equipment To generate a frequency response curve for an audio

More information

Programming Logic controllers

Programming Logic controllers Programming Logic controllers Programmable Logic Controller (PLC) is a microprocessor based system that uses programmable memory to store instructions and implement functions such as logic, sequencing,

More information

PLL frequency synthesizer

PLL frequency synthesizer ANALOG & TELECOMMUNICATION ELECTRONICS LABORATORY EXERCISE 4 Lab 4: PLL frequency synthesizer 1.1 Goal The goals of this lab exercise are: - Verify the behavior of a and of a complete PLL - Find capture

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

Lab 11 Digital Dice. Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation

Lab 11 Digital Dice. Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation Lab 11 Digital Dice Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation From the beginning of time, dice have been used for games of chance. Cubic dice similar to modern dice date back to before

More information

Radio Control System

Radio Control System Radio Control System The Radio Control System consists of the control transmitter unit held by the operator and the receiver with its associated components in the robot. The Radio Control Transmitter converts

More information

Lecture 5: Gate Logic Logic Optimization

Lecture 5: Gate Logic Logic Optimization Lecture 5: Gate Logic Logic Optimization MAH, AEN EE271 Lecture 5 1 Overview Reading McCluskey, Logic Design Principles- or any text in boolean algebra Introduction We could design at the level of irsim

More information

DEPARTMENT OF INFORMATION TECHNLOGY

DEPARTMENT OF INFORMATION TECHNLOGY DRONACHARYA GROUP OF INSTITUTIONS, GREATER NOIDA Affiliated to Mahamaya Technical University, Noida Approved by AICTE DEPARTMENT OF INFORMATION TECHNLOGY Lab Manual for Computer Organization Lab ECS-453

More information

School of Engineering Department of Electrical and Computer Engineering

School of Engineering Department of Electrical and Computer Engineering 1 School of Engineering Department of Electrical and Computer Engineering 332:223 Principles of Electrical Engineering I Laboratory Experiment #4 Title: Operational Amplifiers 1 Introduction Objectives

More information

Gates & Boolean Algebra. Boolean Operators. Combinational Logic. Introduction

Gates & Boolean Algebra. Boolean Operators. Combinational Logic. Introduction Introduction Gates & Boolean lgebra Boolean algebra: named after mathematician George Boole (85 864). 2-valued algebra. digital circuit can have one of 2 values. Signal between and volt =, between 4 and

More information

Multiplexers Two Types + Verilog

Multiplexers Two Types + Verilog Multiplexers Two Types + Verilog ENEE 245: Digital Circuits and ystems Laboratory Lab 7 Objectives The objectives of this laboratory are the following: To become familiar with continuous ments and procedural

More information

Basic Logic Gates Richard E. Haskell

Basic Logic Gates Richard E. Haskell BASIC LOGIC GATES 1 E Basic Logic Gates Richard E. Haskell All digital systems are made from a few basic digital circuits that we call logic gates. These circuits perform the basic logic functions that

More information

Seven-Segment LED Displays

Seven-Segment LED Displays Seven-Segment LED Displays Nicholas Neumann 11/19/2010 Abstract Seven-segment displays are electronic display devices used as an easy way to display decimal numerals and an alterative to the more complex

More information

Cornerstone Electronics Technology and Robotics I Week 15 Voltage Comparators Tutorial

Cornerstone Electronics Technology and Robotics I Week 15 Voltage Comparators Tutorial Cornerstone Electronics Technology and Robotics I Week 15 Voltage Comparators Tutorial Administration: o Prayer Robot Building for Beginners, Chapter 15, Voltage Comparators: o Review of Sandwich s Circuit:

More information

Measuring Electric Phenomena: the Ammeter and Voltmeter

Measuring Electric Phenomena: the Ammeter and Voltmeter Measuring Electric Phenomena: the Ammeter and Voltmeter 1 Objectives 1. To understand the use and operation of the Ammeter and Voltmeter in a simple direct current circuit, and 2. To verify Ohm s Law for

More information

How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers

How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers USB to router s serial port How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers by Neo at RouterTech.Org Introduction Routers based on the AR7RD/AR7WRD

More information

EXPERIMENT 4. Parallel Adders, Subtractors, and Complementors

EXPERIMENT 4. Parallel Adders, Subtractors, and Complementors EXPERIMENT 4. Parallel Adders, Subtractors, and Complementors I. Introduction I.a. Objectives In this experiment, parallel adders, subtractors and complementors will be designed and investigated. In the

More information

Advanced LED Controller (LED Chaser)

Advanced LED Controller (LED Chaser) Advanced LED Controller (LED Chaser) Introduction. Advanced LED controller (also known as LED Chaser) is microcontroller based circuit designed to produce various visual LED light effects by controlling

More information

Two's Complement Adder/Subtractor Lab L03

Two's Complement Adder/Subtractor Lab L03 Two's Complement Adder/Subtractor Lab L03 Introduction Computers are usually designed to perform indirect subtraction instead of direct subtraction. Adding -B to A is equivalent to subtracting B from A,

More information

GRADE 11A: Physics 5. UNIT 11AP.5 6 hours. Electronic devices. Resources. About this unit. Previous learning. Expectations

GRADE 11A: Physics 5. UNIT 11AP.5 6 hours. Electronic devices. Resources. About this unit. Previous learning. Expectations GRADE 11A: Physics 5 Electronic devices UNIT 11AP.5 6 hours About this unit This unit is the fifth of seven units on physics for Grade 11 advanced. The unit is designed to guide your planning and teaching

More information

Essential Electrical Concepts

Essential Electrical Concepts Essential Electrical Concepts Introduction Modern vehicles incorporate many electrical and electronic components and systems: Audio Lights Navigation Engine control Transmission control Braking and traction

More information

Three Axis TB6560 CNC Driver Users Manual

Three Axis TB6560 CNC Driver Users Manual Three Axis TB6560 CNC Driver Users Manual Revision 2.0 Oct. 16. 2009 1 Content 1. GENERAL INFORMATION... 3 1.1. Scope... 3 1.2. General Description... 3 2. Descriptions of 3-AXIS CNC Board... 3 2.1. Photo

More information

Xilinx ISE. <Release Version: 10.1i> Tutorial. Department of Electrical and Computer Engineering State University of New York New Paltz

Xilinx ISE. <Release Version: 10.1i> Tutorial. Department of Electrical and Computer Engineering State University of New York New Paltz Xilinx ISE Tutorial Department of Electrical and Computer Engineering State University of New York New Paltz Fall 2010 Baback Izadi Starting the ISE Software Start ISE from the

More information

Joule Thief 3.0 Kit. June 2012, Rev 1 1 http://www.easternvoltageresearch.com Joule Thief 3.0

Joule Thief 3.0 Kit. June 2012, Rev 1 1 http://www.easternvoltageresearch.com Joule Thief 3.0 Kit Instruction Manual Eastern Voltage Research, LLC June 2012, Rev 1 1 http://www.easternvoltageresearch.com HIGH BRIGHTNESS LED THIS KIT USES A 1W CREE, HIGH BRIGHTNESS LED. DO NOT STARE AT THIS (OR

More information

The basic set up for your K2 to run PSK31 By Glenn Maclean WA7SPY

The basic set up for your K2 to run PSK31 By Glenn Maclean WA7SPY The basic set up for your K2 to run PSK31 By Glenn Maclean WA7SPY I am by no means an expert on PSK31. This article is intended to help someone get on PSK31 with a K2. These are the things I did to get

More information

Inductors in AC Circuits

Inductors in AC Circuits Inductors in AC Circuits Name Section Resistors, inductors, and capacitors all have the effect of modifying the size of the current in an AC circuit and the time at which the current reaches its maximum

More information

Lab E1: Introduction to Circuits

Lab E1: Introduction to Circuits E1.1 Lab E1: Introduction to Circuits The purpose of the this lab is to introduce you to some basic instrumentation used in electrical circuits. You will learn to use a DC power supply, a digital multimeter

More information

6. BOOLEAN LOGIC DESIGN

6. BOOLEAN LOGIC DESIGN 6. OOLEN LOGI DESIGN 89 Topics: oolean algebra onverting between oolean algebra and logic gates and ladder logic Logic examples Objectives: e able to simplify designs with oolean algebra 6. INTRODUTION

More information

Using Ohm s Law to Build a Voltage Divider

Using Ohm s Law to Build a Voltage Divider Using Ohm s Law to Build a Voltage Provided by TryEngineering - Lesson Focus Students will design, build, and characterize one of the basic circuits of electrical engineering, the voltage divider. These

More information

Four/Five Axis TB6560 CNC Driver Users Manual

Four/Five Axis TB6560 CNC Driver Users Manual Four/Five Axis TB6560 CNC Driver Users Manual Revision 2.0. Oct. 16. 2009 1 Content 1. GENERAL INFORMATION... 3 1.1. Scope... 3 1.2. General Description... 3 1.3. Key Features... 3 2. Descriptions of 4/5-AXIS

More information

HAM841K ALARM CONTROL PANEL FOR COMMERCIAL AND RESIDENTIAL SECURITY SYSTEMS

HAM841K ALARM CONTROL PANEL FOR COMMERCIAL AND RESIDENTIAL SECURITY SYSTEMS ALARM CONTROL PANEL FOR COMMERCIAL AND RESIDENTIAL SECURITY SYSTEMS USER MANUAL USER MANUAL ALARM CONTROL PANEL FOR COMMERCIAL AND RESIDENTIAL SECURITY SYSTEMS INTRODUCTION The (HA-841K) is a complete

More information

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip Pulse Width Modulation (PWM) LED Dimmer Circuit Using a 555 Timer Chip Goals of Experiment Demonstrate the operation of a simple PWM circuit that can be used to adjust the intensity of a green LED by varying

More information

Final Project Report E3390 Electronic Circuit Design Lab. Automatic Phone-Alert Home Security System

Final Project Report E3390 Electronic Circuit Design Lab. Automatic Phone-Alert Home Security System Final Project Report E3390 Electronic Circuit Design Lab Automatic Phone-Alert Home Security System Helen Marie Young Hsiang-Yun Chen May 7, 2007 Department of Electrical Engineering Columbia University

More information

COMBINATIONAL CIRCUITS

COMBINATIONAL CIRCUITS COMBINATIONAL CIRCUITS http://www.tutorialspoint.com/computer_logical_organization/combinational_circuits.htm Copyright tutorialspoint.com Combinational circuit is a circuit in which we combine the different

More information

K8025 VIDEO PATTERN GENERATOR. Check the picture quality of your monitor or TV, ideal for adjustment or troubleshooting.

K8025 VIDEO PATTERN GENERATOR. Check the picture quality of your monitor or TV, ideal for adjustment or troubleshooting. K8025 ILLUSTRATED ASSEMBLY MANUAL H8025IP 1 VIDEO PATTERN GENERATOR Check the picture quality of your monitor or TV, ideal for adjustment or troubleshooting. Forum Participate our Velleman Projects Forum

More information

Ampere's Law. Introduction. times the current enclosed in that loop: Ampere's Law states that the line integral of B and dl over a closed path is 0

Ampere's Law. Introduction. times the current enclosed in that loop: Ampere's Law states that the line integral of B and dl over a closed path is 0 1 Ampere's Law Purpose: To investigate Ampere's Law by measuring how magnetic field varies over a closed path; to examine how magnetic field depends upon current. Apparatus: Solenoid and path integral

More information

Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205]

Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205] Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205] Users Manual Robokits India info@robokits.co.in http://www.robokitsworld.com Page 1 Bluetooth + USB 16 Servo Controller is used to control up to

More information

Conversion Between Analog and Digital Signals

Conversion Between Analog and Digital Signals ELET 3156 DL - Laboratory #6 Conversion Between Analog and Digital Signals There is no pre-lab work required for this experiment. However, be sure to read through the assignment completely prior to starting

More information

Lab 1: Full Adder 0.0

Lab 1: Full Adder 0.0 Lab 1: Full Adder 0.0 Introduction In this lab you will design a simple digital circuit called a full adder. You will then use logic gates to draw a schematic for the circuit. Finally, you will verify

More information

Controlling a Dot Matrix LED Display with a Microcontroller

Controlling a Dot Matrix LED Display with a Microcontroller Controlling a Dot Matrix LED Display with a Microcontroller By Matt Stabile and programming will be explained in general terms as well to allow for adaptation to any comparable microcontroller or LED matrix.

More information

Electronic WorkBench tutorial

Electronic WorkBench tutorial Electronic WorkBench tutorial Introduction Electronic WorkBench (EWB) is a simulation package for electronic circuits. It allows you to design and analyze circuits without using breadboards, real components

More information

6 Series Parallel Circuits

6 Series Parallel Circuits 6 Series Parallel Circuits This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/. Air Washington

More information

DC Motor with Shaft Encoder

DC Motor with Shaft Encoder Learning Objectives DC Motor with Shaft Encoder By the end of this laboratory experiment, the experimenter should be able to: Explain how an encoder operates and how it can be use determine rotational

More information

cs281: Introduction to Computer Systems Lab08 Interrupt Handling and Stepper Motor Controller

cs281: Introduction to Computer Systems Lab08 Interrupt Handling and Stepper Motor Controller cs281: Introduction to Computer Systems Lab08 Interrupt Handling and Stepper Motor Controller Overview The objective of this lab is to introduce ourselves to the Arduino interrupt capabilities and to use

More information

Kit 106. 50 Watt Audio Amplifier

Kit 106. 50 Watt Audio Amplifier Kit 106 50 Watt Audio Amplifier T his kit is based on an amazing IC amplifier module from ST Electronics, the TDA7294 It is intended for use as a high quality audio class AB amplifier in hi-fi applications

More information

OPERATIONAL AMPLIFIER

OPERATIONAL AMPLIFIER MODULE3 OPERATIONAL AMPLIFIER Contents 1. INTRODUCTION... 3 2. Operational Amplifier Block Diagram... 3 3. Operational Amplifier Characteristics... 3 4. Operational Amplifier Package... 4 4.1 Op Amp Pins

More information

PhidgetInterfaceKit 8/8/8

PhidgetInterfaceKit 8/8/8 PhidgetInterfaceKit 8/8/8 Operating Systems: Windows 2000/XP/Vista, Windows CE, Linux, and Mac OS X Application Programming Interfaces (APIs): Visual Basic, VB.NET, C, C++, C#, Flash 9, Flex, Java, LabVIEW,

More information

PolyBot Board. User's Guide V1.11 9/20/08

PolyBot Board. User's Guide V1.11 9/20/08 PolyBot Board User's Guide V1.11 9/20/08 PolyBot Board v1.1 16 pin LCD connector 4-pin SPI port (can be used as digital I/O) 10 Analog inputs +5V GND GND JP_PWR 3-pin logic power jumper (short top 2 pins

More information

Student Exploration: Circuits

Student Exploration: Circuits Name: Date: Student Exploration: Circuits Vocabulary: ammeter, circuit, current, ohmmeter, Ohm s law, parallel circuit, resistance, resistor, series circuit, voltage Prior Knowledge Questions (Do these

More information

UMM AL-QURA UNIVERSITY

UMM AL-QURA UNIVERSITY UMM AL-QURA UNIVERSITY College of Computer and Information Systems Computer Engineering Department 1403312 Digital Electronic Systems and Circuits Lab Manual Student Name: Student ID: Section: Group: Session

More information

AUTOMATIC CALL RECORDER JAMECO PART NO. 2163735

AUTOMATIC CALL RECORDER JAMECO PART NO. 2163735 AUTOMATIC CALL RECORDER JAMECO PART NO. 2163735 Experience Level: Intermediate Time Required: 1-2 Hours This project automatically records phone calls. The program, along with the adapter records each

More information

Designing a Schematic and Layout in PCB Artist

Designing a Schematic and Layout in PCB Artist Designing a Schematic and Layout in PCB Artist Application Note Max Cooper March 28 th, 2014 ECE 480 Abstract PCB Artist is a free software package that allows users to design and layout a printed circuit

More information

Active Learning in the Introduction to Digital Logic Design Laboratory Course

Active Learning in the Introduction to Digital Logic Design Laboratory Course Active Learning in the Introduction to Digital Logic Design Laboratory Course Jing Pang Department of Electrical and Electronic Engineering, Computer Engineering Program, California State University, Sacramento,

More information

Lab 7: Operational Amplifiers Part I

Lab 7: Operational Amplifiers Part I Lab 7: Operational Amplifiers Part I Objectives The objective of this lab is to study operational amplifier (op amp) and its applications. We will be simulating and building some basic op amp circuits,

More information

WHO ANSWERED FIRST? FIND OUT WITH THIS QUIZ BUZZER KIT

WHO ANSWERED FIRST? FIND OUT WITH THIS QUIZ BUZZER KIT WHO ANSWERED FIRST? FIND OUT WITH THIS QUIZ BUZZER KIT BUILD INSTRUCTIONS Before you put any components in the board or pick up the soldering iron, just take a look at the Printed Circuit Board (PCB).

More information

>> System CRD14-System JTD1 / 10556101

>> System CRD14-System JTD1 / 10556101 System CRD14-System JTD1 / 10556101 ENG40120 Table of Contents Scope of delivery / Preliminary 3 General instructions 4 Installation principle 5 Changing Programs 6 Trouble shooting 7 Installation example

More information

BrightSign Expander Hardware Guide

BrightSign Expander Hardware Guide Hardware Guide PCBA: Rev C Version: 0.1 Saratoga, CA, USA 1 Table of Contents OVERVIEW... 3 EXPANDER BLOCK DIAGRAM... 4 PORTS... 6 POWER CONNECTOR... 6 OPTICAL SPDIF CONNECTOR... 6 DB25 SWITCH/LED CONNECTOR...

More information

AXE114S BINARY CLOCK. revolution Revolution Education Ltd. Email: info@rev-ed.co.uk Web: www.rev-ed.co.uk Version 1.1 12/09/08 AXE114.PMD.

AXE114S BINARY CLOCK. revolution Revolution Education Ltd. Email: info@rev-ed.co.uk Web: www.rev-ed.co.uk Version 1.1 12/09/08 AXE114.PMD. AXE114S BINARY CLOCK Features: The PICAXE binary clock kit tells the time by lighting up blue LEDs in a binary pattern. This is a useful tool for teaching students binary code or simply just confusing/

More information

Analog control unit for mobile robots

Analog control unit for mobile robots Analog control unit for mobile robots Soldering kit for experimentation For Fischertechnik robots and others Most diverse functions Requires no programming Patented sensor technology Summary We are pleased

More information

Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors

Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors Electronics Exercise 3: Uni-Polar Stepper Motor Controller / Driver Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles

More information

Electric Field Mapping Lab 3. Precautions

Electric Field Mapping Lab 3. Precautions HB 09-25-07 Electric Field Mapping Lab 3 1 Electric Field Mapping Lab 3 Equipment mapping board, U-probe, resistive boards, templates, dc voltmeter (431B), 4 long leads, 16 V dc for wall strip Reading

More information

Radio Control System

Radio Control System Radio Control System The Radio Control System consists of the control transmitter unit held by the operator and the receiver with its associated components in the robot. The Radio Control Transmitter converts

More information

7-SEGMENT DIGITAL CLOCK

7-SEGMENT DIGITAL CLOCK 57mm 7-SEGMENT DIGITAL CLOCK Large 57mm clock & temperature display with extra unique feature Total solder points: 263 Difficulty level: beginner 1 2 3 4 5 advanced K8089 ILLUSTRATED ASSEMBLY MANUAL H8089IP-1

More information

Circuit Analyses. Laboration 1 how to measure Current and Voltage and Resistance

Circuit Analyses. Laboration 1 how to measure Current and Voltage and Resistance Circuit Analyses. Laboration 1 how to measure Current and Voltage and Resistance This booklet, signed by the teacher, serves as a receipt for passing the lab. Each student must have a booklet of his own

More information

Maximum value. resistance. 1. Connect the Current Probe to Channel 1 and the Differential Voltage Probe to Channel 2 of the interface.

Maximum value. resistance. 1. Connect the Current Probe to Channel 1 and the Differential Voltage Probe to Channel 2 of the interface. Series and Parallel Circuits Computer 23 Components in an electrical circuit are in series when they are connected one after the other, so that the same current flows through both of them. Components are

More information

Decimal Number (base 10) Binary Number (base 2)

Decimal Number (base 10) Binary Number (base 2) LECTURE 5. BINARY COUNTER Before starting with counters there is some vital information that needs to be understood. The most important is the fact that since the outputs of a digital chip can only be

More information

THE INPUT/OUTPUT SYSTEM. Key Points

THE INPUT/OUTPUT SYSTEM. Key Points M O D U L E T W O THE 2 INPUT/OUTPUT SYSTEM Key Points In the first module, you learned about the basic architecture and operation of the Allen-Bradley Micrologix 1000, including a brief introduction to

More information

Modular I/O System Analog and Digital Interface Modules

Modular I/O System Analog and Digital Interface Modules OPERATING INSTRUCTIONS Modular I/O System Analog and Digital Interface Modules Installation Operation Maintenance Document Information Document ID Title: Operating Instructions Modular I/O System Part

More information

OPERATIONAL AMPLIFIERS

OPERATIONAL AMPLIFIERS INTRODUCTION OPERATIONAL AMPLIFIERS The student will be introduced to the application and analysis of operational amplifiers in this laboratory experiment. The student will apply circuit analysis techniques

More information