CSE208W Lecture #1 Notes Barry E. Mapen

Size: px
Start display at page:

Download "CSE208W Lecture #1 Notes Barry E. Mapen"

Transcription

1 CSE208W Lecture #1 Notes Barry E. Mapen Parts Kit Before we start, let s take a look at the parts kit. Open you kit when you have some time and start to learn what the pieces are inside of that kit. Be a little careful handling the parts since the pins tend to be rather sharp. There are several types of components in your kit. We cover these in some detail below. Each component has a shape that is the packaging. Components come in different shapes and sizes for different applications. As we go through this course, we will talk about other packaging options. For now, only worry about being able to identify the parts in your kit. Do not worry about memorizing the names of everything or how to read resistor codes. You can find most of the information contained in this document on the reference book link off of the main CSE208W page ( If you have questions, as always, please ask your TA or myself. Resistors Resistors in your kit come in two basic styles. The first is a single resistor in an axial package. Component Schematic Symbol These passive components are used to limit current to other components in your circuits. The colored bands on the resistor indicate the value in ohms. To read standard ceramic axial resistors look for the gold or silver band on the resistor. This is the last band; hold the resistor so this band is on the right when you are looking at the resistor. Reading from left to right, the bands are the 1 st digit, 2 nd digit, and the multiplier. The multiplier value is 10 to the color band value power. This is multiplied times the 1 st and 2 nd digit. For example, in the picture above, brownblack-red this is 10*10 2 = 1000Ω or 1k Ω. If we had a resistor of orange-orange-black it would be 33*10 0 = 33Ω. The following table shows the color codes and values of each band.

2 Color Value BLACK 0 BROWN 1 RED 2 ORANGE 3 YELLOW 4 GREEN 5 BLUE 6 VIOLET 7 GRAY 8 WHITE 9 To save on time and space, we will mostly be using the other type of resistor in your kit and is known as a SIP (single in-line package) resistor. This resistor contains a single common point connecting one side of all of the internal resistors. All of the other pins are the outputs of each resistor. This is shown in the following diagram. Reading the values off of these components is the same as above, except that instead of color bands, the manufacturer prints the three digits on the side of the device. The 1 st and 2 nd digits are printed with the multiplier following. For example 102 is really 10*10 2 = 1000Ω or 1k Ω, just like the brown-black-red resistor above. Component Schematic Symbol

3 Light Emitting Diodes (LED) These devices come in several packages and many colors. Essentially they are all the same. Component Schematic Symbol You will notice that one of the LED pins is longer than the other. This is the side that needs to go on the + side of the circuit. The other will go towards ground. One way to remember this is that the + has two bars that could be made into one long pin while the side only has one shorter bar (pin). The other way to determine the orientation of an LED is to look for the flat side on the plastic casing. This is the negative side. You will find that you need to take up a little extra room on your proto-board to work with the individual LEDs. If you think you will continue to build projects after this course, you may want to invest a few dollars in a set of bar LEDs. Chips The most common items in your kit are the integrated circuits (IC)s or chips. All of your chips are provided in dual in-line pin packages or DIP packages. To locate the top of the chip, look for the half circle notch at one end (shown left). Ignore any little holes that may appear elsewhere on the chip (shown right). The internals of these chips will be covered in detail during the next lecture, and the one chip you will be using for this weeks lab will be covered during the lab period. Component Schematic Symbol Depends on the specific chip see logic works for examples

4 Once you have located the top of the chip, the pins are counted starting at the top left and going down then from the bottom right going up. This is shown in the following diagram. In general (not always), the bottom left pin will be ground and the top right will be power. Once these two pins are connected, the internal logic can function. When you apply a signal to one of the input pins, the output will produce the expected logical result. If the input is floating (i.e. not connected) then the chip will output a random value. We will talk about this behavior later in the course. Electricity For this course, we will limit ourselves to a simplistic view of electricity and electrical components. One piece you need to remember is that a wire can only have one value on it at a given time. For example, if we connect a wire to +5, then the wire has a 1 on it. If we connect the wire to ground then it has a 0 on it. If we try to connect a wire to both power and ground, we will have a very hot wire! This is known as a short circuit. In logic works, connecting two different signals to a wire will generate a conflict and a binary probe will show this as C. The following diagram illustrates the input circuit you will be building. This configuration is known as a weak pull-up resistor on the input side. When switch is open, the value of the binary probe is 1. When the switch closes the value goes to a 0, not a C. Why? If we had connected power directly to ground, the two signals would be in conflict. In that case, we have equal amounts of + and -. Since we are running the +5 signal through the resistor, we have weakened it so when the switch connects to ground, the net result is the ground signal winning. To start in this course, you do not need to fully understand why this works, just be able to wire the schematic below and verify that it works during the first lab. Your switches are in a package of 8-DIP switches.

5 +5V Input Circuit 1 The other circuit you will be building in your output circuit. This circuit is used to provide enough power to light your LEDs. An LED requires about 15-20mA of current to light. Knowing that we have a 5V power supply we can use Ohm s Law (V=IR) to solve for the correct resistance so that we do not destroy our LEDs. 5V/.015A = 333Ω. This is close enough to 330 ohms, which is one of the SIP resistors provided in your parts kit. If you use the 1kΩ resistor, you may not have enough power to light up your LEDs, but you will not cause any damage. The short story for why we go through this process is that there is not enough current for any of the other chips in your parts kit to power an LED and another chip reliably. If you have some spare time and are curious, try it. You will not damage anything in your circuit, but you will probably find that the LEDs turn on and off incorrectly when you use your logic probe on the circuit or connect other chips to signals that are trying to power your LEDs. Output Circuit +5V Parts List 330 Ohms U LED 1 0 U1A

6 CSE208W Lecture #2 Notes Barry E. Mapen How the Proto-Board Works There are two types of strips on the proto-board. The first type is called a bus strip. This strip is used for running common signals all around the proto-board. For this course, we are using bus strips that have 2 rows. One will be used to carry power (also referred to as V CC, V DD, +5V, etc), and the other will be used to carry ground (also referred to as V SS, 0V, etc). The other type of strips on the proto-board is the component strip. These strips have a gap down the center of them dividing the left and right sides of the board. The 5 pins on the left are connected, and the 5 pins on the right are connected. There is no connection between the left and right halves. There is also no connection between rows. This allows you to plug in a chip and wire up each side of the chip without having the two sides short themselves out. Proto-Board Tips and Tricks Stickers for Switches You may find that you have difficulty remembering which way to flip your switches so that you can generate a 1 or a 0 when you are working hard on a lab. I recommend that you spend a few minutes and make sure that every switch on your proto-board works as expected. Then, take a sticker and label the switches as shown in the above picture.

7 Common Problems Power/Ground We are usually really excited about building our new circuit and quickly populate the board with the chips we will use. We then wire all of the logic together just as it is shown in the schematic we create. The problem is, our schematics are built using LogicWorks where we can just connect gates. On the proto-board, the gates are not active until the chip has proper power and ground. For the majority (not all) of the chips in your parts kit, power is the top-right pin (usually #14) and ground is the bottom-left pin (usually #7). Make sure these two pins are connected on your chip by placing your logic probe on the pin of the chip. If you have power and ground correct, then check for the next most common problem, an upside-down chip. Integrated Circuits (IC) Chips There are different classes of chips that we will be discussing. The simplest chips have discrete gates in them. This small-scale integrated logic (SSI) is the most basic building blocks we will use in this course. Example SSI parts are AND, OR, and NOT. As we move on in the course we will start to use medium-scale integrated logic (MSI) such as 4- bit adders, 8:1 multiplexors, etc. For now, do not worry about these MSI devices. Logic Families The integrated circuits come in different families. The families denote the physical properties of the chip including the voltage needed for the chip and how fast the chip can produce a result. The parts in your kit are from the LS family. You don t need to worry about the specifics of the different families, but you should know that not all chips with the same part number are the same. For more information read chapter 3 in your textbook, especially section 3.8 and 3.11 starting on page 135 and 166. When you are looking at your chips they will say something like 74LS00, or 74HC00, or 74F00, etc. Since we are only concerned with the logic and not the electrical properties at this time, we will refer to chips without their family. For example 74x00 would represent all of the preceding chips. Small-Scale Integrated Logic Since most SSI logic chips contain discrete gates, it is necessary to describe the varieties of gates within the parts. Most chips are described by the quantity of the gates in the package followed by the number of inputs to the gate. All discrete gates have a single output in your kit. For example, the diagram below shows a 74x32 chip or a Quadruple 2-Input OR Gates IC.

8 1 74x32 Vcc GND 8 This chip contains for independent OR gates. After power and ground are applied to the chip, you can connect two of your switches to pins 1 and 2 (inputs A and B). Then connect pin 3 (output Y) to one of the inputs of 74x05 (the output of this NOT gate connects to your LED do not connect pin 3 to the LED directly, it will not light up correctly). Toggle the switches and you should see the following results 74x32 A B Y You can click on the reference book off of the main CSE208W website and then click on Chip Data to get information about any specific chip in your parts kit. You can also go to the chip directory ( that contains information on virtually every chip ever produced. For this course, you will probably want to use the local reference book since we have provided a more compact list for you. Don t worry about memorizing the chip numbers and the gates contained within them. As you use the parts, the numbers will start to stick in your head. What you should do now is keep a sheet handy with your parts kit so you can identify the chips you need for projects during the rest of the semester.

Digital Electronics & Chip Design

Digital Electronics & Chip Design Digital Electronics & Chip Design Lab Manual I: The Utility Board 1999 David Harris The objective of this lab is to assemble your utility board. This board, containing LED displays, switches, and a clock,

More information

Lab# 13: Introduction to the Digital Logic

Lab# 13: Introduction to the Digital Logic Lab# 13: Introduction to the Digital Logic Revision: October 30, 2007 Print Name: Section: In this lab you will become familiar with Physical and Logical Truth tables. As well as asserted high, asserted

More information

Breadboard Primer. Experience. Objective. No previous electronics experience is required.

Breadboard Primer. Experience. Objective. No previous electronics experience is required. Breadboard Primer Experience No previous electronics experience is required. Figure 1: Breadboard drawing made using an open-source tool from fritzing.org Objective A solderless breadboard (or protoboard)

More information

Experiment # 2 The Voting Machine

Experiment # 2 The Voting Machine Experiment # 2 The Voting Machine 1. Synopsis: In this lab we will build a simple logic circuit of a voting machine using TTL gates using integrated circuits that contain one or more gates packaged inside.

More information

Experiment 3 Ohm s Law

Experiment 3 Ohm s Law Experiment 3 Ohm s Law The goals of Experiment 3 are: To identify resistors based upon their color code. To construct a two-resistor circuit using proper wiring techniques. To measure the DC voltages and

More information

EXPERIMENT 12: DIGITAL LOGIC CIRCUITS

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

More information

Exercise 1: EXCLUSIVE OR/NOR Gate Functions

Exercise 1: EXCLUSIVE OR/NOR Gate Functions EXCLUSIVE-OR/NOR Gates Digital Logic Fundamentals Exercise 1: EXCLUSIVE OR/NOR Gate Functions EXERCISE OBJECTIVE When you have completed this exercise, you will be able to demonstrate the operation of

More information

Patton Robotics, LLC.

Patton Robotics, LLC. Patton Robotics LLC Patton Robotics T3 Motherboard Assembly Instructions Version 1.1 Patton Robotics, LLC. 61 Hagan Drive New Hope, PA 18938 Phone: 609-977-5525 Email: pattonrobotics@gmail.com Copyright

More information

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY Objectives Preparation Tools To see the inner workings of a commercial mechatronic system and to construct a simple manual motor speed controller and current

More information

Time of Arrival Radio Direction Finder.

Time of Arrival Radio Direction Finder. Time of Arrival Radio Direction Finder. Time of arrival (TOA) RDF units are simple and very useful. Various designs have been distributed over the years, and here is another one. This Kit Developed by

More information

TECH 3232 Fall 2010 Lab #1 Into To Digital Circuits. To review basic logic gates and digital logic circuit construction and testing.

TECH 3232 Fall 2010 Lab #1 Into To Digital Circuits. To review basic logic gates and digital logic circuit construction and testing. TECH 3232 Fall 2010 Lab #1 Into To Digital Circuits Name: Purpose: To review basic logic gates and digital logic circuit construction and testing. Introduction: The most common way to connect circuits

More information

Data Conversion and Lab Lab 4 Fall Digital to Analog Conversions

Data Conversion and Lab Lab 4 Fall Digital to Analog Conversions Digital to Analog Conversions Objective o o o o o To construct and operate a binary-weighted DAC To construct and operate a Digital to Analog Converters Testing the ADC and DAC With DC Input Testing the

More information

Series and Parallel Resistors

Series and Parallel Resistors Lab 8. Series and Parallel Resistors Goals To understand the fundamental difference between resistors connected in series and in parallel. To calculate the voltages and currents in simple circuits involving

More information

Congratulations on your purchase of the SparkFun Arduino ProtoShield Kit!

Congratulations on your purchase of the SparkFun Arduino ProtoShield Kit! Congratulations on your purchase of the SparkFun Arduino ProtoShield Kit! Well, now what? The focus of this guide is to aid you in turning that box of parts in front of you into a fully functional prototyping

More information

Laboratory Project 1a: Power-Indicator LED's

Laboratory Project 1a: Power-Indicator LED's 2240 Laboratory Project 1a: Power-Indicator LED's Abstract-You will construct and test two LED power-indicator circuits for your breadboard in preparation for building the Electromyogram circuit in Lab

More information

Materials: resistors: (5) 1 kω, (4) 2 kω, 2.2 kω, 3 kω, 3.9 kω digital multimeter (DMM) power supply w/ leads breadboard, jumper wires

Materials: resistors: (5) 1 kω, (4) 2 kω, 2.2 kω, 3 kω, 3.9 kω digital multimeter (DMM) power supply w/ leads breadboard, jumper wires Lab 6: Electrical Engineering Technology References: 1. Resistor (electronic) color code: http://en.wikipedia.org/wiki/electronic_color_code 2. Resistor color code tutorial: http://www.michaels-electronics-lessons.com/resistor-color-code.html

More information

Introduction to the Laboratory

Introduction to the Laboratory Memorial University of Newfoundland Department of Physics and Physical Oceanography Physics 2055 Laboratory Introduction to the Laboratory The purpose of this lab is to introduce you to some of the equipment

More information

Lab Equipment EECS 311 Fall 2009

Lab Equipment EECS 311 Fall 2009 Lab Equipment EECS 311 Fall 2009 Contents Lab Equipment Overview pg. 1 Lab Components.. pg. 4 Probe Compensation... pg. 8 Finite Instrumentation Impedance. pg.10 Simulation Tools..... pg. 10 1 - Laboratory

More information

Never power this piano with anything other than a standard 9V battery!

Never power this piano with anything other than a standard 9V battery! Welcome to the exciting world of Digital Electronics! Who is this kit intended for? This kit is intended for anyone from ages 13 and above and assumes no previous knowledge in the field of hobby electronics.

More information

EECE 2413 Electronics Laboratory

EECE 2413 Electronics Laboratory EECE 2413 Electronics Laboratory Lab #2: Diode Circuits Goals In this lab you will become familiar with several different types of pn-junction diodes. These include silicon and germanium junction diodes,

More information

Lab 4 Ohm s Law and Resistors

Lab 4 Ohm s Law and Resistors ` Lab 4 Ohm s Law and Resistors What You Need To Know: The Physics One of the things that students have a difficult time with when they first learn about circuits is the electronics lingo. The lingo and

More information

EET 1150 Lab 6 Ohm s Law

EET 1150 Lab 6 Ohm s Law Name EQUIPMENT and COMPONENTS Digital Multimeter Trainer with Breadboard Resistors: 220, 1 k, 1.2 k, 2.2 k, 3.3 k, 4.7 k, 6.8 k Red light-emitting diode (LED) EET 1150 Lab 6 Ohm s Law In this lab you ll

More information

Getting Started. 0.1 Breadboard

Getting Started. 0.1 Breadboard Preface This book is meant to serve as the text/lab book for a first course in digital electronics. The object of the course is to help you become familiar with the use of digital electronic circuits.

More information

RESISTANCE & OHM S LAW (PART I

RESISTANCE & OHM S LAW (PART I RESISTANCE & OHM S LAW (PART I and II) Objectives: To understand the relationship between potential and current in a resistor and to verify Ohm s Law. To understand the relationship between potential and

More information

Resistive Circuits. Lab 2: Resistive Circuits ELECTRICAL ENGINEERING 42/43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS

Resistive Circuits. Lab 2: Resistive Circuits ELECTRICAL ENGINEERING 42/43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS NAME: NAME: SID: SID: STATION NUMBER: LAB SECTION: Resistive Circuits Pre-Lab: /46 Lab: /54 Total: /100 Lab 2: Resistive Circuits ELECTRICAL ENGINEERING 42/43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS

More information

IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015

IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015 IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015 1 2 For the main circuits of the line following robot you soldered electronic components on a printed circuit board (PCB). The

More information

1-1. Kirchoff s Laws A. Construct the circuit shown below. R 1 =1 kω. = 2.7 kω R 3 R 2 5 V

1-1. Kirchoff s Laws A. Construct the circuit shown below. R 1 =1 kω. = 2.7 kω R 3 R 2 5 V Physics 310 Lab 1: DC Circuits Equipment: Digital Multimeter, 5V Supply, Breadboard, two 1 kω, 2.7 kω, 5.1 kω, 10 kω, two, Decade Resistor Box, potentiometer, 10 kω Thermistor, Multimeter Owner s Manual

More information

DiMarzio Section Only: Prelab: 3 items in yellow. Reflection: Summary of what you learned, and answers to two questions in green.

DiMarzio Section Only: Prelab: 3 items in yellow. Reflection: Summary of what you learned, and answers to two questions in green. EECE 2150 - Circuits and Signals: Biomedical Applications Lab 6 Sec 2 Getting started with Operational Amplifier Circuits DiMarzio Section Only: Prelab: 3 items in yellow. Reflection: Summary of what you

More information

Penrose Quantizer Assembly Guide

Penrose Quantizer Assembly Guide Penrose Quantizer Assembly Guide Schematic and BOM The schematic can be found here: www.sonic-potions.com/public/penrosequantizerschematic.pdf The BOM is available at google docs: Link to BOM Prepare the

More information

Aim: To learn the resistor color codes and building a circuit on a BreadBoard. Equipment required: Resistances, millimeter, power supply

Aim: To learn the resistor color codes and building a circuit on a BreadBoard. Equipment required: Resistances, millimeter, power supply Understanding the different components Aim: To learn the resistor color codes and building a circuit on a BreadBoard Equipment required: Resistances, millimeter, power supply Resistors are color coded

More information

Build this Direct Digital Synthesizer "Development Kit" By: Diz Gentzow, W8DIZ

Build this Direct Digital Synthesizer Development Kit By: Diz Gentzow, W8DIZ Build this Direct Digital Synthesizer "Development Kit" By: Diz Gentzow, W8DIZ A great tutorial for adding a keypad to the DDS Kit by Bruce, W8BH This manual has been prepared to be read directly on screen.

More information

ECE 220 Laboratory 3 Thevenin Equivalent Circuits, Constant Current Source, and Inverting Amplifier

ECE 220 Laboratory 3 Thevenin Equivalent Circuits, Constant Current Source, and Inverting Amplifier ECE 220 Laboratory 3 Thevenin Equivalent Circuits, Constant Current Source, and Inverting Amplifier Michael W. Marcellin The first portion of this document describes preparatory work to be completed in

More information

4ms SCM Breakout. Kit Builder's Guide for PCB v2.1 4mspedals.com

4ms SCM Breakout. Kit Builder's Guide for PCB v2.1 4mspedals.com 4ms SCM Breakout Kit Builder's Guide for PCB v2.1 4mspedals.com Shuffling Clock Multiplier Breakout This guide is for building a Shuffling Clock Multiplier Breakout module (SCMBO) version 2.1 from the

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

+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

ESE141 Circuit Board Instructions

ESE141 Circuit Board Instructions ESE141 Circuit Board Instructions Board Version 2.1 Fall 2006 Washington University Electrical Engineering Basics Because this class assumes no prior knowledge or skills in electrical engineering, electronics

More information

Lab 3: Digital Multimeter and Voltage Generator

Lab 3: Digital Multimeter and Voltage Generator Lab 3: Digital Multimeter and Voltage Generator Lab Goals: Learn how to use your mydaq as a Digital Multimeter (DMM) Learn how to output a signal to a specified output port on the mydaq and verify its

More information

Physics 335 Lab 1 Intro to Digital Logic

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

More information

AME140 Lab #2 INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS

AME140 Lab #2 INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS The purpose of this document is to guide students through a few simple activities to increase familiarity with basic electronics

More information

Experiment 1: Breadboard Basics

Experiment 1: Breadboard Basics Experiment 1: Breadboard Basics Developers Objectives Estimated Time for Completion KM Lai, JB Webb, and RW Hendricks The objective of this experiment is to measure and to draw the electrical connections

More information

E85: Digital Design and Computer Architecture

E85: Digital Design and Computer Architecture E85: Digital Design and Computer Architecture Lab 1: Electrical Characteristics of Logic Gates Objective The purpose of this lab is to become comfortable with logic gates as physical objects, to interpret

More information

SoftRock v5.0 Builder s Notes. December 12, Building a QSD Kit

SoftRock v5.0 Builder s Notes. December 12, Building a QSD Kit SoftRock v5.0 Builder s Notes December 12, 2005 Building a QSD Kit Be sure to use a grounded tip soldering iron in building the QSD board. The soldering iron needs to have a small tip, (0.05-0.1 inch diameter),

More information

Resistance Measurements (Measure all of your resistors, since even those that are labeled the same can be at least a little different)

Resistance Measurements (Measure all of your resistors, since even those that are labeled the same can be at least a little different) Resistors We begin by learning how to read the values of resistors and to measure the values using a digital multimeter (DMM). Resistors are the most common and simplest electrical component. In an electrical

More information

General Lab Notebook instructions (from syllabus)

General Lab Notebook instructions (from syllabus) Physics 310 Lab 1: DC Circuits Equipment: Digital Multimeter, 5V Supply, Breadboard, two 1 k, 2.7 k, 5.1 k, 10 k, two Decade Resistor Box, potentiometer, 10 k Thermistor, Multimeter Owner s Manual General

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

EK307 Lab 3 Spring Lab Assignment 3 Logic Gates

EK307 Lab 3 Spring Lab Assignment 3 Logic Gates Lab Assignment 3 Logic Gates Laboratory Goal: To use your existing knowledge of voltage concepts to design simple logic circuits. Learning Objectives: Operation of simple logic gates Suggested Tools: Logic

More information

Bill of Materials: Metronome Kit PART NO

Bill of Materials: Metronome Kit PART NO Metronome Kit PART NO. 2168325 The metronome kit allows you to build your own working electronic metronome. Features include a small speaker, flashing LED, and the ability to switch between several different

More information

Objectives: Learn what an Arduino is and what it can do Learn what an LED is and how to use it Be able to wire and program an LED to blink

Objectives: Learn what an Arduino is and what it can do Learn what an LED is and how to use it Be able to wire and program an LED to blink Objectives: Learn what an Arduino is and what it can do Learn what an LED is and how to use it Be able to wire and program an LED to blink By the end of this session: You will know how to use an Arduino

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

Gat ew ay T o S pace AS EN / AS TR Class # 07. Colorado S pace Grant Consortium

Gat ew ay T o S pace AS EN / AS TR Class # 07. Colorado S pace Grant Consortium Gat ew ay T o S pace AS EN / AS TR 2500 Class # 07 Colorado S pace Grant Consortium One Minute Reports: - Can we have two data loggers? - Do you provide us with cameras? {Hardware Checkout after proposal}

More information

Value Location Qty Transistors 2N5485 Q1, Q2, 4 Q3, Q4 2N5087 Q5 1. Trim Pots 250k VTRIM 1. Potentiometers C500k Speed 1. Toggle Switch On/On Vibe 1

Value Location Qty Transistors 2N5485 Q1, Q2, 4 Q3, Q4 2N5087 Q5 1. Trim Pots 250k VTRIM 1. Potentiometers C500k Speed 1. Toggle Switch On/On Vibe 1 P-90 BUILD INSTRUCTIONS Thank you for your purchase of our P-90 kit! We have completely redesigned our entire line of kits to be the most user friendly, while still maintaining their same great sound!

More information

Physics 323. Experiment # 1 - Oscilloscope and Breadboard

Physics 323. Experiment # 1 - Oscilloscope and Breadboard Physics 323 Experiment # 1 - Oscilloscope and Breadboard Introduction In order to familiarise yourself with the laboratory equipment, a few simple experiments are to be performed. References: XYZ s of

More information

CECS LAB 4 Prototyping Series and Parallel Resistors

CECS LAB 4 Prototyping Series and Parallel Resistors NAME: POSSIBLE POINTS: 10 NAME: NAME: DIRECTIONS: We are going to step through the entire process from conceptual to a physical prototype for the following resistor circuit. STEP 1 - CALCULATIONS: Calculate

More information

Introduction. Pictures in this lab have been taken from Pre-Lab Homework

Introduction. Pictures in this lab have been taken from  Pre-Lab Homework Introduction This lab relates to material in Hecht, Chapter 18. In this lab you will explore the concepts of circuits, resistors, and capacitors, by actually building a small circuit that is yours to keep!

More information

Sequential Logic Circuits

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

More information

Resistance and Resistivity

Resistance and Resistivity Resistance and Resistivity Lab Section (circle): Day: Monday Tuesday Time: 8:00 9:30 1:10 2:40 Name: Partners: Pre-Lab You are required to finish this section before coming to the lab it will be checked

More information

Parallel Input/Output. Microcomputer Architecture and Interfacing Colorado School of Mines Professor William Hoff

Parallel Input/Output. Microcomputer Architecture and Interfacing Colorado School of Mines Professor William Hoff Parallel Input/Output 1 Parallel Input/Output Ports A HCS12 device may have from 48 to 144 pins arranged in 3 to 12 I/O Ports An I/O pin can be configured for input or output An I/O pin usually serves

More information

Introduction to the Op-Amp

Introduction to the Op-Amp Purpose: ENGR 210/EEAP 240 Lab 5 Introduction to the Op-Amp To become familiar with the operational amplifier (OP AMP), and gain experience using this device in electric circuits. Equipment Required: HP

More information

UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering. EEC 180A DIGITAL SYSTEMS I Winter 2015

UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering. EEC 180A DIGITAL SYSTEMS I Winter 2015 UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering EEC 180A DIGITAL SYSTEMS I Winter 2015 LAB 2: INTRODUCTION TO LAB INSTRUMENTS The purpose of this lab is to introduce the

More information

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

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

More information

Polyphase network kit

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

More information

Experiment 3. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current.

Experiment 3. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Experiment 3 Ohm s Law 3.1 Objectives Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Construct a circuit using resistors, wires and a breadboard

More information

Circuit Board Assembly Instructions for Babuinobot 1.0

Circuit Board Assembly Instructions for Babuinobot 1.0 Circuit Board Assembly Instructions for Babuinobot 1.0 Brett Nelson January 2010 1 Features Sensor4 input Sensor3 input Sensor2 input 5v power bus Sensor1 input Do not exceed 5v Ground power bus Programming

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering EXPERIMENT 2 BASIC CIRCUIT ELEMENTS OBJECTIVES The purpose of this experiment is to familiarize the student with

More information

Experiment 2. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current.

Experiment 2. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Experiment 2 Ohm s Law 2.1 Objectives Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Construct a circuit using resistors, wires and a breadboard

More information

Ten Tec DDS Board Assembly Procedure

Ten Tec DDS Board Assembly Procedure 05 May 2014 Ten Tec DDS Board Assembly Procedure You will find a photo of a completed board at the end of these instructions. Refer it whenever clarification is required. 1. AD9835 Attachment If you purchased

More information

DC Circuits, Ohm's Law and Multimeters Physics 246

DC Circuits, Ohm's Law and Multimeters Physics 246 DC Circuits, Ohm's Law and Multimeters Physics 246 Theory: In this lab we will learn the use of multimeters, verify Ohm s law, and study series and parallel combinations of resistors and capacitors. For

More information

Lab 4 - Operational Amplifiers 1 Gain ReadMeFirst

Lab 4 - Operational Amplifiers 1 Gain ReadMeFirst Lab 4 - Operational Amplifiers 1 Gain ReadMeFirst Lab Summary There are three basic configurations for operational amplifiers. If the amplifier is multiplying the amplitude of the signal, the multiplication

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

LOGIC PROBE KIT MODEL LP-525K. Assembly and Instruction Manual ELENCO

LOGIC PROBE KIT MODEL LP-525K. Assembly and Instruction Manual ELENCO LOGIC PROBE KIT MODEL LP-525K Assembly and Instruction Manual ELENCO Copyright 2013, 1994 by Elenco Electronics, Inc. All rights reserved. Revised 2013 REV-J 753241 No part of this book shall be reproduced

More information

CamJam EduKit Robotics Worksheet Six Distance Sensor camjam.me/edukit

CamJam EduKit Robotics Worksheet Six Distance Sensor camjam.me/edukit Distance Sensor Project Description Ultrasonic distance measurement In this worksheet you will use an HR-SC04 sensor to measure real world distances. Equipment Required For this worksheet you will require:

More information

Circuit LED 1 LED 2 A on or off on or off B on or off on or off C on or off on or off

Circuit LED 1 LED 2 A on or off on or off B on or off on or off C on or off on or off Cornerstone Electronics Technology and Robotics Week 8 Chapter 3, Introduction to Basic Electrical Circuit Materials Continued Administration: o Prayer o Turn in quiz Review LED s: o Wire the following

More information

Programmable Timer Teaching Notes Issue 1.2

Programmable Timer Teaching Notes Issue 1.2 Teaching Notes Issue 1.2 Product information: www.kitronik.co.uk/quicklinks/2121/ TEACHER Programmable Timer Index of sheets Introduction Schemes of work Answers The Design Process The Design Brief Investigation

More information

555 Astable Kit MitchElectronics 2018

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

More information

Class #3: Experiment Signals, Instrumentation, and Basic Circuits

Class #3: Experiment Signals, Instrumentation, and Basic Circuits Class #3: Experiment Signals, Instrumentation, and Basic Circuits Purpose: The objectives of this experiment are to gain some experience with the tools we use (i.e. the electronic test and measuring equipment

More information

Physics 120 Lab 1 (2018) - Instruments and DC Circuits

Physics 120 Lab 1 (2018) - Instruments and DC Circuits Physics 120 Lab 1 (2018) - Instruments and DC Circuits Welcome to the first laboratory exercise in Physics 120. Your state-of-the art equipment includes: Digital oscilloscope w/usb output for SCREENSHOTS.

More information

Introduction to Electronics. Dr. Lynn Fuller

Introduction to Electronics. Dr. Lynn Fuller ROCHESTER INSTITUTE OF TECHNOLOGY MICROELECTRONIC ENGINEERING Introduction to Electronics Dr. Lynn Fuller Webpage: http://www.rit.edu/~lffeee 82 Lomb Memorial Drive Rochester, NY 14623-5604 Tel (585) 475-2035

More information

Welcome to the DIY Thirsty Plant Kit - Manual

Welcome to the DIY Thirsty Plant Kit - Manual Welcome to the DIY Thirsty Plant Kit - Manual This is a step-by-step guide to making your own Thirsty Plant Detector. The equipment you should have at your station are wire strippers, wire cutters, wooden

More information

EGR Laboratory 9 - Operational Amplifiers (Op Amps) Team Names

EGR Laboratory 9 - Operational Amplifiers (Op Amps) Team Names EG 1301 - Laboratory 9 - Operational Amplifiers (Op Amps) Team Names Objectives At the end of this lab, you will be able to: Construct and test inverting and non-inverting op amp circuits Compute calculated

More information

TV Remote. Discover Engineering. Youth Handouts

TV Remote. Discover Engineering. Youth Handouts Discover Engineering Youth Handouts Electronic Component Guide Component Symbol Notes Amplifier chip 1 8 2 7 3 6 4 5 Capacitor LED The amplifier chip (labeled LM 386) has 8 legs, or pins. Each pin connects

More information

Operational Amplifiers 2 Active Filters ReadMeFirst

Operational Amplifiers 2 Active Filters ReadMeFirst Operational Amplifiers 2 Active Filters ReadMeFirst Lab Summary In this lab you will build two active filters on a breadboard, using an op-amp, resistors, and capacitors, and take data for the magnitude

More information

Experiment 5: Basic Digital Logic Circuits

Experiment 5: Basic Digital Logic Circuits ELEC 2010 Laboratory Manual Experiment 5 In-Lab Procedure Page 1 of 5 Experiment 5: Basic Digital Logic Circuits In-Lab Procedure and Report (30 points) Before starting the procedure, record the table

More information

INTRODUCTION. Figure 1 Three-terminal op amp symbol.

INTRODUCTION. Figure 1 Three-terminal op amp symbol. Page 1/6 Revision 0 16-Jun-10 OBJECTIVES To reinforce the concepts behind operational amplifier analysis. Verification of operational amplifier theory and analysis. To successfully interpret and implement

More information

Project 3 Build a 555-Timer

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

More information

Experiment 15: Diode Lab Part 1

Experiment 15: Diode Lab Part 1 Experiment 15: Diode Lab Part 1 Purpose Theory Overview EQUIPMENT NEEDED: Computer and Science Workshop Interface Power Amplifier (CI-6552A) (2) Voltage Sensor (CI-6503) AC/DC Electronics Lab Board (EM-8656)

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

Series and Parallel Resistors

Series and Parallel Resistors Series and Parallel Resistors Today you will investigate how connecting resistors in series and in parallel affects the properties of a circuit. You will assemble several circuits and measure the voltage

More information

Lab 11: 555 Timer/Oscillator Circuits

Lab 11: 555 Timer/Oscillator Circuits Page 1 of 6 Laboratory Goals Familiarize students with the 555 IC and its uses Design a free-running oscillator Design a triggered one-shot circuit Compare actual to theoretical values for the circuits

More information

Lab Project #2: Small-Scale Integration Logic Circuits

Lab Project #2: Small-Scale Integration Logic Circuits Lab Project #2: Small-Scale Integration Logic Circuits Duration: 2 weeks Weeks of 1/31/05 2/7/05 1 Objectives The objectives of this laboratory project are to design some simple logic circuits using small-scale

More information

Bill of Materials: PWM Stepper Motor Driver PART NO

Bill of Materials: PWM Stepper Motor Driver PART NO PWM Stepper Motor Driver PART NO. 2183816 Control a stepper motor using this circuit and a servo PWM signal from an R/C controller, arduino, or microcontroller. Onboard circuitry limits winding current,

More information

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

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

More information

Micro USB Lamp Kit TEACHING RESOURCES. Version 2.1 DESIGN A STYLISH LAMP WITH THIS

Micro USB Lamp Kit TEACHING RESOURCES. Version 2.1 DESIGN A STYLISH LAMP WITH THIS TEACHING RESOURCES SCHEMES OF WORK DEVELOPING A SPECIFICATION COMPONENT FACTSHEETS HOW TO SOLDER GUIDE DESIGN A STYLISH LAMP WITH THIS Micro USB Lamp Kit Version 2.1 Index of Sheets TEACHING RESOURCES

More information

Workshop Part Identification Lecture N I A G A R A C O L L E G E T E C H N O L O G Y D E P T.

Workshop Part Identification Lecture N I A G A R A C O L L E G E T E C H N O L O G Y D E P T. Workshop Part Identification Lecture N I A G A R A C O L L E G E T E C H N O L O G Y D E P T. Identifying Resistors Resistors can be either fixed or variable. The variable kind are called potentiometers

More information

Value Location Qty Potentiometers C1M Distortion 1 A10k Volume 1. Footswitch 3PDT SW1 1. Jacks 1/4 Mono 2 DC Power 1

Value Location Qty Potentiometers C1M Distortion 1 A10k Volume 1. Footswitch 3PDT SW1 1. Jacks 1/4 Mono 2 DC Power 1 Distortion BUILD INSTRUCTIONS Thank you for your purchase of our Distortion+ kit! We have completely redesigned our entire line of kits to be the most user friendly, while still maintaining their same

More information

Digital Electronics. Functions of Combinational Logic

Digital Electronics. Functions of Combinational Logic Digital Electronics Functions of Combinational Logic Half-dder Basic rules of binary addition are performed by a half adder, which has two binary inputs ( and B) and two binary outputs (Carry out and Sum).

More information

Line-Following Robot

Line-Following Robot 1 Line-Following Robot Printed Circuit Board Assembly Jeffrey La Favre October 5, 2014 After you have learned to solder, you are ready to start the assembly of your robot. The assembly will be divided

More information

ENGR 120 LAB #2 Electronic Tools and Ohm s Law

ENGR 120 LAB #2 Electronic Tools and Ohm s Law ENGR 120 LAB #2 Electronic Tools and Ohm s Law Objectives Understand how to use a digital multi-meter, power supply and proto board and apply that knowledge to constructing circuits to demonstrate ohm

More information

DARK ACTIVATED COLOUR CHANGING NIGHT LIGHT KIT

DARK ACTIVATED COLOUR CHANGING NIGHT LIGHT KIT TEACHING RESOURCES SCHEMES OF WORK DEVELOPING A SPECIFICATION COMPONENT FACTSHEETS HOW TO SOLDER GUIDE CREATE SOOTHING LIGHTING EFFECTS WITH THIS DARK ACTIVATED COLOUR CHANGING NIGHT LIGHT KIT Version

More information

QLG1 GPS Receiver kit

QLG1 GPS Receiver kit QLG1 GPS Receiver kit 1. Introduction Thank you for purchasing the QRP Labs QLG1 GPS Receiver kit. This kit will provide a highly sensitive, highly accurate GPS receiver module, using the popular MediaTek

More information

USER S GUIDE POLOLU A4988 STEPPER MOTOR DRIVER CARRIER USING THE DRIVER POWER CONNECTIONS

USER S GUIDE POLOLU A4988 STEPPER MOTOR DRIVER CARRIER USING THE DRIVER POWER CONNECTIONS POLOLU A4988 STEPPER MOTOR DRIVER CARRIER USER S GUIDE USING THE DRIVER Minimal wiring diagram for connecting a microcontroller to an A4988 stepper motor driver carrier (full-step mode). POWER CONNECTIONS

More information