Embedded Control. Week 1 (6/29/11)

Size: px
Start display at page:

Download "Embedded Control. Week 1 (6/29/11)"

Transcription

1 Embedded Control Week 1 (6/29/11)

2 Week 1 15:00 Lecture Circuit theory, terminology Overview of elementary circuit components Reading circuit diagrams 16:00 Lab NXT GPIO with HiTechnic sensor expansion kit

3 Circuit Theory Voltage, V Potential difference Difference in voltage between the cathode (+) and the anode ( ) of a voltage supply Measured in Volts (V) Current, I Time derivative of voltage Measured in Amperes (A) Alternating Current (AC) Current flow alternates (reciprocates) between the cathode and anode Direct Current (DC) Current flows in a single direction from the anode to the cathode Energy, E Electrical work Measured in Joules (J) Power, P Time derivative of energy Directly proportional to both voltage and current Measured in Watts (W) I d dt V V d P E E dt 2 P V I I R

4 Elementary Circuit Components Resistor Capacitor Diode Switch Battery

5 Resistors Resist the flow of current Directly proportional to voltage; inversely proportional to current (Ohm s Law) V R I R V I Measured in ohms (Ω) Non-polar terminals I V Resistivity resistance per unit length R

6 Reading Resistors Color band system Each color band represents a number Second-to-last color band represents a base 10 resistance multiplier Last color band represents resistor tolerance

7 Reading Resistors - Problems What are the indicated resistances? What are the color bands? 4.7kΩ 390Ω 1.5Ω 0.56Ω 62MΩ

8 Reading Resistors - Solutions What are the indicated resistances? 2.7Ω 360kΩ 0.47Ω 75Ω 910Ω What are the color bands? 4.7kΩ 390Ω 1.5Ω 0.56Ω 62MΩ

9 Networks of Resistors Series configuration Total resistance is the sum of each individual resistor n R t R i i1 Total resistance is always greater than that of any individual resistor Parallel configuration Total resistance is the inverse of the sum of the inverse-resistance of each individual resistor n R t R i i1 1 1 R1 R2 Total resistance is always less than that of any individual resistor R n R 2 R 1 Rn

10 Kirchhoff s Laws of Current and Voltage Law of Current The magnitude of the sum of the currents entering and exiting through a node is zero n k 1 I k 0 Law of Voltage The sum of the potential differences around a closed circuit is zero n k 1 V k 0 I 1 I 3 V A I 2 I 4

11 Kirchhoff s Laws of Current and Voltage Problems What are the unknown currents? 2A 3A? 5A 1A? 11A 2A?? 6A 3A 6A What is the voltage at the indicated points? 5V 1kΩ 4kΩ 0V 5V 4kΩ 1kΩ 1kΩ 50kΩ 2kΩ 0V 5V 10kΩ 50kΩ 30kΩ 0V

12 Kirchhoff s Laws of Current and Voltage Solutions What are the unknown currents? 2A 3A 5A 5A 1A -8A 11A 2A 4A -2A 6A 3A 6A What is the voltage at the indicated points? 0.5V 5V 4kΩ 5V 1kΩ 4kΩ 0V 1kΩ 1kΩ 4V 4.23V 2.31V 0V 50kΩ 2kΩ 5V 10kΩ 50kΩ 30kΩ 0V

13 Variable Resistors Change resistance as a function of an external input Rheostats Resistance changes as a function of contact position Photo-resistors Resistance changes as a function of ambient light Strain gauges Resistance changes as a function of length

14 Potentiometers Length of resistive material shorted by a contact Effectively separates the resistor into two resistors Voltage divider outputs a voltage between that of the reference voltages as a function of the contact position Voltage changes linearly as a function of contact position R1 R2 V R 1 O V CC R R 1 2 GND VO VCC

15 Capacitors Store and release charge Directly proportional to charge; inversely proportional to voltage Measured in Farads (F) Polar or non-polar terminals Electrolytic polar Ceramic non-polar + C E E Q V 1 VQ 2 1 CV 2 2

16 Networks of Capacitors Series configuration Total capacitance is the inverse of the sum of the inverse-capacitance of each individual capacitor 1 1 n C t C i i1 C1 C2 Cn Total capacitance is always less than that of any individual capacitors Parallel configuration Total capacitance is the sum of the capacitance of each individual capacitor + n C t C i i1 + + Total capacitance is always greater than that of any individual capacitor + + C n C 2 C 1 +

17 Diodes Allows unidirectional current flow Polar terminals Types of Diodes LED - Light Emitting Diode Linear voltage regulators - Regulate voltage from a variable power source AC to DC conversion circuit

18 Switches Opens or closes a circuit through mechanical action ON/OFF Single pole, single throw (SPST) 2 leads ON/OFF/ON Single pole, double throw (SPDT) Three leads Contact bouncing Chatter in the signal due to mechanical closing/opening action and arcing of electricity

19 Pull-Up/Pull-Down Resistors Pull-up resistors Pull up voltage to Vcc level when circuit is open Input is held high until circuit is closed VCC GND Pull-down resistors Pull down voltage to GND level when circuit is open Input is held low until circuit is closed GND V CC

20 Batteries Create a potential difference to drive circuits Supplies power to circuits Voltage and current are relative to the battery power P V I I 2 R

21 Lab Interfacing circuit components with the LEGO NXT Brick Building simple circuits using the HiTechnic sensor expansion kit

22 LED Source Part Name Value Resistor R1 220Ω Diode D1 LED B0 R1 D1 GND

23 LED Source Lab Setup NXT Protoboard LED

24 LED Source Circuit The digital pin B0 connects to the current-limiting resistor The LED connects from the currentlimiting resistor to GND

25 LED Source Output The program LED_Source_Sink.nxc cycles the digital pins on the proto-board The board sources current to illuminate the LED, which is limited to about 20 ma

26 LED Sink Part Name Value Resistor R1 220Ω Diode D1 LED 3V R1 D1 B0

27 LED Sink Circuit The 3.3V output connects to the current-limiting resistor Protoboard The LED connects from the resistor to the digital pin B0 LED The LED output is similar to the LED Source lab The digital pin can sink much more current than it can source

28 Pull-Down Resistor GND Part Name Value Resistor R1 220Ω R2 220Ω 3V S1 R1 R2 A0 Diode D1 LED Switch S1 SPST D1 GND

29 Pull-Down Resistor Lab Setup and Circuit NXT Protoboard LED Switch

30 Pull-Down Resistor Lab Output The analog pin A0 reads the normalized voltage (10-bit, 0 to 1023) When the switch is open, the pin registers 0; when the switch is closed, the pin registers 1023 When the switch is pressed, the LED illuminates

31 Pull-Up Resistor 3V Part Name Value Resistor R1 220Ω Diode D1 LED Switch S1 SPST GND S1 R1 A0 D1 GND

32 Pull-Up Resistor Lab Setup and Circuit NXT LED Protoboard Switch

33 Pull-Up Resistor Lab Output When the switch is pressed, the LED dims and the analog input pin registers 0 When the switch is released, the LED illuminates and the analog input pin registers ~561 (voltage drop across the pull-up resistor)

34 LED Dimmer Part Name Value Resistor R1 10kΩ R2 220Ω 3V R1 A0 GND Diode D1 LED R2 D1 GND

35 LED Dimmer Lab Setup NXT LED Protoboard Trimming Potentiometer

36 LED Dimmer Circuit Protoboard LED Trimming Potentiometer

37 LED Dimmer Output Use a Phillip s head screwdriver (+) to turn the dial on the potentiometer The LED will illuminate at around 550 and become brighter thereafter

38 Photo-Resistor 3V R1 A0 D1 Part Name Value Resistor R1 - R2 10kΩ Diode D1 LED R2 GND

39 Photo-Resistor Lab Setup NXT Protoboard LED Photo-resistor

40 Photo-Resistor Circult Use a Phillip s head screwdriver (+) to turn the dial on the potentiometer Protoboard LED Photo-resistor

41 Photo-Resistor Output Shine light on the photo-resistor to brighten the LED

Embedded Control. Week 3 (7/13/11)

Embedded Control. Week 3 (7/13/11) Embedded Control Week 3 (7/13/11) Week 3 15:00 Lecture Overview of analog signals Digital-to-analog conversion Analog-to-digital conversion 16:00 Lab NXT analog IO Overview of Analog Signals Continuous

More information

12V Dimmer Kit, version 2

12V Dimmer Kit, version 2 12V Dimmer Kit, version 2 User Manual Description The 12V Dimmer Kit V2 is an especially efficient PWM (pulse-width modulation) controller for 12V loads up to 60 watts. It features a single dial control

More information

SPINE ROAD HIGH SCHOOL TECHNOLOGY TEST 2 GRADE 9 SEPTEMBER 2017 EXAMINER: MRS N GOVENDER MODERATOR: MR LUKIE TIME: 1 HOUR 30 MINUTES INSTRUCTIONS

SPINE ROAD HIGH SCHOOL TECHNOLOGY TEST 2 GRADE 9 SEPTEMBER 2017 EXAMINER: MRS N GOVENDER MODERATOR: MR LUKIE TIME: 1 HOUR 30 MINUTES INSTRUCTIONS SPINE ROAD HIGH SCHOOL TECHNOLOGY TEST 2 GRADE 9 SEPTEMBER 2017 EXAMINER: MRS N GOVENDER MODERATOR: MR LUKIE TIME: 1 HOUR 30 MINUTES INSTRUCTIONS 1. Answer all questions 2. Rule off after each question.

More information

Basic Electronics. Jonathan Bachrach. September 20, EECS UC Berkeley

Basic Electronics. Jonathan Bachrach. September 20, EECS UC Berkeley Basic Electronics Jonathan Bachrach EECS UC Berkeley September 20, 2016 Last Time 1 Basic JITPCB Today 2 Basic Electronics Circuit 3 Loop of conductive material Graph of electrical components Edges are

More information

ART AND ELECTRICITY ORIGINS

ART AND ELECTRICITY ORIGINS CIRCUITS! ART AND ELECTRICITY ORIGINS Film Kinetic sculpture Light art La Coquille et le Clergyman (The Seashell and the Clergyman) - Germaine Dulac, 1928 Rotary Demisphere (Precision Optics) Marcel Duchamp,

More information

Elements of Electronics and Circuit Analysis

Elements of Electronics and Circuit Analysis and Circuit Analysis ARSLAB - Autonomous and Robotic Systems Laboratory Dipartimento di Matematica e Informatica - Università di Catania, Italy santoro@dmi.unict.it L.A.P. 1 Course Basic Element of Direct

More information

Electronics Review 1 Cornerstone Electronics Technology and Robotics II Week 1

Electronics Review 1 Cornerstone Electronics Technology and Robotics II Week 1 Electronics Review 1 Cornerstone Electronics Technology and Robotics II Week 1 Administration: o Prayer o Welcome back o Review Quiz 1 Review: o Reading meters: When a current or voltage value is unknown,

More information

Basic Electronics Refresher

Basic Electronics Refresher Basic Electronics Refresher Current and Voltage Current is the rate of flowing electric charge in a conductor. Voltage is the potential difference (electric driving force) applied between two points to

More information

Design and Technology

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

More information

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

A practical introduction to electronics for anyone in any field of practice Voltage, Current, Resistance, Power, & Diodes

A practical introduction to electronics for anyone in any field of practice Voltage, Current, Resistance, Power, & Diodes A practical introduction to electronics for anyone in any field of practice Voltage, Current, Resistance, Power, & Diodes 1 Basic Electronics What is considered to be a basic level of understanding for

More information

Control System Circuits with Opamps

Control System Circuits with Opamps Control System Circuits with Opamps 27.04.2009 Purpose To introduce opamps, transistors and their usage To apply a control system with analog circuit elements. Difference Amplifier Figure 1 Basic Difference

More information

Embedded Systems Analog Electronics

Embedded Systems Analog Electronics Embedded Systems Analog Electronics Units physical units = length [meter], mass [kilogram], time [second] force - [Newton]: kg m/s 2 (F=ma) torque - [N m] energy - [joule]: 1N acting through distance of

More information

EE Laboratory 4 - First Order Circuits *** Due in recitation on the week of June 2-6, 2008 ***

EE Laboratory 4 - First Order Circuits *** Due in recitation on the week of June 2-6, 2008 *** Page 1 EE 15 - - First Order Circuits *** Due in recitation on the week of June -6, 008 *** Authors R.D. Christie Objectives At the end of this lab, you will be able to: Confirm the steady state model

More information

Electronics & Control

Electronics & Control Electronics & Control Analogue Electronics Introduction By the end of this unit you should be able to: Know the difference between a series and parallel circuit Measure voltage in a series circuit Measure

More information

Unit 8 Combination Circuits

Unit 8 Combination Circuits Unit 8 Combination Circuits Objectives: Define a combination circuit. List the rules for parallel circuits. List the rules for series circuits. Solve for combination circuit values. Characteristics There

More information

Unit 7 Parallel Circuits

Unit 7 Parallel Circuits Unit 7 Parallel Circuits Objectives: Unit 7 Parallel Circuits Discuss the characteristics of parallel circuits. State the three rules for solving electrical values of resistance for parallel circuits.

More information

HANDS-ON LAB INSTRUCTION SHEET MODULE 3 CAPACITORS, TIME CONSTANTS AND TRANSISTOR GAIN

HANDS-ON LAB INSTRUCTION SHEET MODULE 3 CAPACITORS, TIME CONSTANTS AND TRANSISTOR GAIN HANDS-ON LAB INSTRUCTION SHEET MODULE 3 CAPACITORS, TIME CONSTANTS AND TRANSISTOR GAIN NOTES: 1) To conserve the life of the Multimeter s 9 volt battery, be sure to turn the meter off if not in use for

More information

PHYS 102 Quiz Problems Chapter 27 : Circuits Dr. M. F. Al-Kuhaili

PHYS 102 Quiz Problems Chapter 27 : Circuits Dr. M. F. Al-Kuhaili PHYS 102 Quiz Problems Chapter 27 : Circuits Dr. M. F. Al-Kuhaili 1. (TERM 002) (a) Calculate the current through each resistor, assuming that the batteries are ideal. (b) Calculate the potential difference

More information

Embedded systems. Exercise session 1. Introduction and project presentation

Embedded systems. Exercise session 1. Introduction and project presentation Embedded systems Exercise session 1 Introduction and project presentation Introduction Contact Mail : michael.fonder@ulg.ac.be Office : 1.82a, Montefiore Website for the exercise sessions and the project

More information

University of Technology, Jamaica School of Engineering. Electrical Workshop Notes On Electrical components

University of Technology, Jamaica School of Engineering. Electrical Workshop Notes On Electrical components University of Technology, Jamaica School of Engineering Electrical Workshop Notes On Electrical components Resistors Resistors are fundamental components in electronic circuits. A resistor is constructed

More information

Lesson 3: Electronics & Circuits

Lesson 3: Electronics & Circuits Lesson 3: Electronics & Circuits Preparation for Amateur Radio Technician Class Exam Topics Review Ohm s Law Energy & Power Circuits Inductors & Inductance Capacitors & Capacitance Analog vs Digital Exam

More information

These are samples of learning materials and may not necessarily be exactly the same as those in the actual course. Contents 1.

These are samples of learning materials and may not necessarily be exactly the same as those in the actual course. Contents 1. Contents These are samples of learning materials and may not necessarily be exactly the same as those in the actual course. Contents 1 Introduction 2 Ohm s law relationships 3 The Ohm s law equation 4

More information

Fig [5]

Fig [5] 1 (a) Fig. 4.1 shows the I-V characteristic of a light-emitting diode (LED). 40 I / 10 3 A 30 20 10 0 1.0 1.5 2.0 V / V Fig. 4.1 (i) In Describe the significant features of the graph in terms of current,

More information

An important note about your Charged Up Exploration Kit.

An important note about your Charged Up Exploration Kit. ChargedUp Hands On Exploration Kit First An important note about your. DO NOT ASSUME that you will see something at the tournament because it was in this kit. This supplemental study material IS NOT part

More information

Introduction to Electronics and Breadboarding Circuits

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

More information

Theme 5: Electricity in the Home

Theme 5: Electricity in the Home Theme 5: Electricity in the Home!!" # # $%& $'&( ) * +,, ( * $ & $ & #.! $ & /+ $ & / " /+ 0 ' / / / / # 1 /$ %% # & ' # $ 2 $& $ 3 2 & #( ' ) & & * '% & '' + + $ % *'% & # + $ + $%' # *,, $%& $'& $, 4

More information

Today s Menu. Resistors

Today s Menu. Resistors Today s Menu Resistors (Review), Voltage, Current Power, batteries Switches Simple Circuits > Voltage divider, pull up/down resistors, variable resistors, resistor ladder network A/D System > Bump sensors,

More information

Electronics Merit Badge Kit Theory of Operation

Electronics Merit Badge Kit Theory of Operation Electronics Merit Badge Kit Theory of Operation This is an explanation of how the merit badge kit functions. There are several topics worthy of discussion. These are: 1. LED operation. 2. Resistor function

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

University of Jordan School of Engineering Electrical Engineering Department. EE 204 Electrical Engineering Lab

University of Jordan School of Engineering Electrical Engineering Department. EE 204 Electrical Engineering Lab University of Jordan School of Engineering Electrical Engineering Department EE 204 Electrical Engineering Lab EXPERIMENT 1 MEASUREMENT DEVICES Prepared by: Prof. Mohammed Hawa EXPERIMENT 1 MEASUREMENT

More information

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Digital-to-Analog Converter

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Digital-to-Analog Converter University of Portland EE 271 Electrical Circuits Laboratory Experiment: Digital-to-Analog Converter I. Objective The objective of this experiment is to build and test a circuit that can convert a binary

More information

REQUIRED SKILLS AND KNOWLEDGE UEENEEE104A. Topic and Description NIDA Lesson CARD #

REQUIRED SKILLS AND KNOWLEDGE UEENEEE104A. Topic and Description NIDA Lesson CARD # REQUIRED SKILLS AND KNOWLEDGE UEENEEE104A KS01-EE104A Direct current circuits T1 Topic and Description NIDA Lesson CARD # Basic electrical concepts encompassing: electrotechnology industry static and current

More information

Component Identification

Component Identification Generic Skills for Microelectronic Engineers Component Identification AIM: To be able to identify common electronic components used in miniature and medium power applications. Methods of labelling, range

More information

ENGR 1181 Lab 3: Circuits

ENGR 1181 Lab 3: Circuits ENGR 1181 Lab 3: Circuits - - Lab Procedure - Report Guidelines 2 Overview of Circuits Lab: The Circuits Lab introduces basic concepts of electric circuits such as series and parallel circuit, used in

More information

User Interface Engineering FS 2013

User Interface Engineering FS 2013 User Interface Engineering FS 2013 Input Fundamentals 23.09.2013 1 Last Week Brief Overview of HCI as a discipline History of the UI Product perspective Research perspective Overview of own research as

More information

Chap. 5 Electronic Components and Sensing Devices

Chap. 5 Electronic Components and Sensing Devices 1 Chap. 5 Electronic Components and Sensing Devices Today, practically all mechanical devices contain some sort of electronic components. The function of a product often relies on the integration of mechanical

More information

Electronic Components

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

More information

1. The coulomb is a unit of. A. charge B. voltage C. energy D. capacitance E. current. 2. The following is not true about voltage:

1. The coulomb is a unit of. A. charge B. voltage C. energy D. capacitance E. current. 2. The following is not true about voltage: BioE 1310 - Review 1 - DC 1/16/2017 Instructions: On the Answer Sheet, enter your 2-digit ID number (with a leading 0 if needed) in the boxes of the ID section. Fill in the corresponding numbered circles.

More information

Prelab 4 Millman s and Reciprocity Theorems

Prelab 4 Millman s and Reciprocity Theorems Prelab 4 Millman s and Reciprocity Theorems I. For the circuit in figure (4-7a) and figure (4-7b) : a) Calculate : - The voltage across the terminals A- B with the 1kΩ resistor connected. - The current

More information

Learn about the use, operation and limitations of thyristors, particularly triacs, in power control

Learn about the use, operation and limitations of thyristors, particularly triacs, in power control Exotic Triacs: The Gate to Power Control Learn about the use, operation and limitations of thyristors, particularly triacs, in power control D. Mohan Kumar Modern power control systems use electronic devices

More information

FCC Technician License Course

FCC Technician License Course FCC Technician License Course 2014-2018 FCC Element 2 Technician Class Question Pool Presented by: Tamiami Amateur Radio Club (TARC) WELCOME To the SECOND of 4, 3-hour classes presented by TARC to prepare

More information

Objective of the Lecture

Objective of the Lecture Objective of the Lecture Present Kirchhoff s Current and Voltage Laws. Chapter 5.6 and Chapter 6.3 Principles of Electric Circuits Chapter4.6 and Chapter 5.5 Electronics Fundamentals or Electric Circuit

More information

LABORATORY Experiment 1

LABORATORY Experiment 1 LABORATORY Experiment 1 Resistivity Measurement, Resistors and Ohm s Law 1. Objectives To measure the resistance of conductors, insulators and semiconductor and calculate the resistivity of a copper wire.

More information

Electronics Fundamentals Courseware

Electronics Fundamentals Courseware Innovative Training Solutions Student Lab Manual Electronics Fundamentals Courseware Comprehensive Course in AC / DC Electronics Second Edition Electronics Fundamentals Student Lab Manual Innovative Training

More information

Basic Analog Circuits

Basic Analog Circuits Basic Analog Circuits Overview This tutorial is part of the National Instruments Measurement Fundamentals series. Each tutorial in this series, will teach you a specific topic of common measurement applications,

More information

Lab #1: Electrical Measurements I Resistance

Lab #1: Electrical Measurements I Resistance Lab #: Electrical Measurements I esistance Goal: Learn to measure basic electrical quantities; study the effect of measurement apparatus on the quantities being measured by investigating the internal resistances

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

EE 201 Lab 1. Meters, DC sources, and DC circuits with resistors

EE 201 Lab 1. Meters, DC sources, and DC circuits with resistors Meters, DC sources, and DC circuits with resistors 0. Prior to lab Read through the lab and do as many of the calculations as possible. Then, learn how to determine resistance values using the color codes.

More information

Experiment No. 1 Half Wave Rectifier using R-Triggering

Experiment No. 1 Half Wave Rectifier using R-Triggering Experiment No. 1 Half Wave Rectifier using R-Triggering Pre-Lab Reading: Power Electronics: Circuits, Devices and Applications, by M. H. Rashid, 3e. Objectives: To analyze resistive firing/triggering of

More information

9 Feedback and Control

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

More information

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I ECE285 Electric Circuit Analysis I Spring 2014 Nathalia Peixoto Rev.2.0: 140124. Rev 2.1. 140813 1 Lab reports Background: these 9 experiments are designed as simple building blocks (like Legos) and students

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

12/4/ X3 Bridge Amplifier. Resistive bridge amplifier with integrated excitation and power conditioning. Logos Electromechanical

12/4/ X3 Bridge Amplifier. Resistive bridge amplifier with integrated excitation and power conditioning. Logos Electromechanical 12/4/2010 1X3 Bridge Amplifier Resistive bridge amplifier with integrated excitation and power conditioning. Logos Electromechanical 1X3 Bridge Amplifier Resistive bridge amplifier with integrated excitation

More information

Experiment P-24 Circuits and Series Resistance

Experiment P-24 Circuits and Series Resistance 1 Experiment P-24 Circuits and Series Resistance Objectives To study the relationship between the voltage applied to a given resistor and the intensity of the current running through it. Modules and Sensors

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

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

Lab 4. Transistor as an amplifier, part 2

Lab 4. Transistor as an amplifier, part 2 Lab 4 Transistor as an amplifier, part 2 INTRODUCTION We continue the bi-polar transistor experiments begun in the preceding experiment. In the common emitter amplifier experiment, you will learn techniques

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

Main improvements are increased number of LEDs and therefore better temperature indication with one Celsius degree increments.

Main improvements are increased number of LEDs and therefore better temperature indication with one Celsius degree increments. LED Thermometer V2 (Fahrenheit/Celsius/±1 ) PART NO. 2244754 After completing this great starter kit, users will have a nice interactive LED thermometer. You will learn one principle how temperature can

More information

4.5V to 32V Input High Current LED Driver IC For Buck or Buck-Boost Topology CN5816. Features: SHDN COMP OVP CSP CSN

4.5V to 32V Input High Current LED Driver IC For Buck or Buck-Boost Topology CN5816. Features: SHDN COMP OVP CSP CSN 4.5V to 32V Input High Current LED Driver IC For Buck or Buck-Boost Topology CN5816 General Description: The CN5816 is a current mode fixed-frequency PWM controller for high current LED applications. The

More information

Circuits: Light-Up Creatures Student Advanced version

Circuits: Light-Up Creatures Student Advanced version Circuits: Light-Up Creatures Student Advanced version In this lab you will explore current, voltage and resistance and their relationships as given by the Ohm s law. You will also explore of how resistance

More information

LAB MODULES. MSCI 222C Introduction to Electronics. Charles Rubenstein, Ph. D. Professor of Engineering & Information Science

LAB MODULES. MSCI 222C Introduction to Electronics. Charles Rubenstein, Ph. D. Professor of Engineering & Information Science MSCI 222C Introduction to Electronics Charles Rubenstein, Ph. D. Professor of Engineering & Information Science LAB MODULES Copyright 2015-2019 C.P.Rubenstein Electronics Hands-On Lab - Module 01 MSCI

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 8 NETWORK ANALYSIS OBJECTIVES The purpose of this experiment is to mathematically analyze a circuit

More information

Conceptual Physics. Chapter 23: ELECTRIC CURRENT

Conceptual Physics. Chapter 23: ELECTRIC CURRENT Conceptual Physics Chapter 23: ELECTRIC CURRENT Electric Potential Unit of measurement: volt, 1 volt 1 joule 1 coulomb Example: Twice the charge in same location has twice the electric potential energy

More information

Chapter 20 Electric Circuits

Chapter 20 Electric Circuits Chapter 20 Electric Circuits 1 20.1 Electromotive Force and Current In an electric circuit, an energy source and an energy consuming device are connected by conducting wires through which electric charges

More information

UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences

UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences EECS 145L: Electronic Transducer Laboratory FINAL EXAMINATION Fall 2013 You have three hours to

More information

Infrared Communications Lab

Infrared Communications Lab Infrared Communications Lab This lab assignment assumes that the student knows about: Ohm s Law oltage, Current and Resistance Operational Amplifiers (See Appendix I) The first part of the lab is to develop

More information

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter

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

More information

LEVEL A: SCOPE AND SEQUENCE

LEVEL A: SCOPE AND SEQUENCE LEVEL A: SCOPE AND SEQUENCE LESSON 1 Introduction to Components: Batteries and Breadboards What is Electricity? o Static Electricity vs. Current Electricity o Voltage, Current, and Resistance What is a

More information

Lab 4 Rev. 1 Open Lab Due COB Friday April 6, 2018

Lab 4 Rev. 1 Open Lab Due COB Friday April 6, 2018 EE314 Systems Spring Semester 2018 College of Engineering Prof. C.R. Tolle South Dakota School of Mines & Technology Lab 4 Rev. 1 Open Lab Due COB Friday April 6, 2018 In this lab we will setup Matlab

More information

ECE 214 Electrical Circuits Lab Lecture 8

ECE 214 Electrical Circuits Lab Lecture 8 ECE 214 Electrical Circuits Lab Lecture 8 Vince Weaver http://www.eece.maine.edu/~vweaver vincent.weaver@maine.edu 31 March 2015 Announcements Remember, I am out of town on Tuesday. Lecture will be at

More information

HANDS-ON ACTIVITY 4 BUILDING SERIES AND PARALLEL CIRCUITS BACKGROUND WIRING DIRECTIONS

HANDS-ON ACTIVITY 4 BUILDING SERIES AND PARALLEL CIRCUITS BACKGROUND WIRING DIRECTIONS ACTIVITY 4 BUILDING SERIES AND PARALLEL CIRCUITS BACKGROUND Make sure you read the background in Activity 3 before doing this activity. WIRING DIRECTIONS Materials per group of two: one or two D-cells

More information

Voltage, Current, and Resistance. Objectives

Voltage, Current, and Resistance. Objectives Voltage, Current, and Resistance ELEC 111 Objectives Define voltage and discuss its characteristics Define current and discuss its characteristics Define resistance and discuss its characteristics 21 January

More information

EXPERIMENT 5 : THE DIODE

EXPERIMENT 5 : THE DIODE EXPERIMENT 5 : THE DIODE Component List Resistors, one of each o 1 10 10W o 1 1k o 1 10k 4 1N4004 (Imax = 1A, PIV = 400V) Diodes Center tap transformer (35.6Vpp, 12.6 VRMS) 100 F Electrolytic Capacitor

More information

4. An overheated resistor is usually a symptom of a problem rather than its cause.

4. An overheated resistor is usually a symptom of a problem rather than its cause. TRUE/FALSE 1. Voltage can exist only where there is a current path. Page: 1 2. An open circuit condition is one where R =. 3. One ampere equals 1 joule per second. 4. An overheated resistor is usually

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

I. Objectives Upon completion of this experiment, the student should be able to: Ohm s Law

I. Objectives Upon completion of this experiment, the student should be able to: Ohm s Law EENG-201 Experiment # 1 Series Circuit and Parallel Circuits I. Objectives Upon completion of this experiment, the student should be able to: 1. ead and use the resistor color code. 2. Use the digital

More information

RC Servo Interface. Figure Bipolar amplifier connected to a large DC motor

RC Servo Interface. Figure Bipolar amplifier connected to a large DC motor The bipolar amplifier is well suited for controlling motors for vehicle propulsion. Figure 12-45 shows a good-sized 24VDC motor that runs nicely on 13.8V from a lead acid battery based power supply. You

More information

PRODUCT HIGHLIGHT LXMG SW1 SW2 SW3 SW4. PWM Signal ORDER INFORMATION. Part Number Input Connector Output Connector

PRODUCT HIGHLIGHT LXMG SW1 SW2 SW3 SW4. PWM Signal ORDER INFORMATION. Part Number Input Connector Output Connector DESCRIPTION KEY FEATURES module is a boost white LED driver for medium size LCD LED backlight panels. It is designed to drive up to three strings of LEDs to a maximum of 35V at up to 50mA per string. The

More information

Real Analog - Circuits 1 Chapter 1: Lab Projects

Real Analog - Circuits 1 Chapter 1: Lab Projects Real Analog Circuits 1 Chapter 1: Lab Projects 1.4.1: DusktoDawn Light Overview: In this lab, we will create our first circuit which appears to do something which is readily perceivable without instrumentation.

More information

Thermal Monitor. PI Feedback TL074. Opamp #3. Set Point Monitor. Figure 1. PI temperature control servolock circuit.

Thermal Monitor. PI Feedback TL074. Opamp #3. Set Point Monitor. Figure 1. PI temperature control servolock circuit. References. [1] K.B. MacAdam, A. Steinback and C. Wieman. A narrow-band tunable diode laser system with grating feedback, and a saturated absorption spectrometer for Cs and Rb. Am. J. Phys. 60, 1098 (1992).

More information

Lab 2 Revisited Exercise

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

More information

Quantizer step: volts Input Voltage [V]

Quantizer step: volts Input Voltage [V] EE 101 Fall 2008 Date: Lab Section # Lab #8 Name: A/D Converter and ECEbot Power Abstract Partner: Autonomous robots need to have a means to sense the world around them. For example, the bumper switches

More information

Basic Electronics. Guoping Wang. March 22, Indiana University Purdue University Fort Wayne IEEE Fort Wayne Section

Basic Electronics. Guoping Wang. March 22, Indiana University Purdue University Fort Wayne IEEE Fort Wayne Section Basic Electronics Guoping Wang Indiana University Purdue University Fort Wayne IEEE Fort Wayne Section wang@ipfw.edu March 22, 2016 Table of Contents 1 Safety Guideline 2 Group Electronic Kits 3 Electronics

More information

Two hydrogen atoms meet. One says "I've lost my electron. The other says "Are you sure?" The first replies "Yes, I'm positive."

Two hydrogen atoms meet. One says I've lost my electron. The other says Are you sure? The first replies Yes, I'm positive. Charge Two hydrogen atoms meet. One says "I've lost my electron. The other says "Are you sure?" The first replies "Yes, I'm positive." 1 Basic Concepts of Electricity Voltage Current Resistance 2 1 Electric

More information

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Analog I/O ECE 153B Sensor & Peripheral Interface Design Introduction Anytime we need to monitor or control analog signals with a digital system, we require analogto-digital (ADC) and digital-to-analog

More information

TN-2 Interfacing with UltraVolt High Voltage Power Supplies Models A, AA, C, 10A-25A, 30A-40A, and F Series

TN-2 Interfacing with UltraVolt High Voltage Power Supplies Models A, AA, C, 10A-25A, 30A-40A, and F Series Introduction Interfacing with UltraVolt High Voltage Power Supplies Models A, AA, C, 10A-25A, 30A-40A, and F Series In this Technical Note, we provide tips for interfacing with the interconnection pins

More information

AN W 2 (18 V, 8 Ω) Power Amplifier with Variable Audio Output and Volume Control. ICs for Audio Common Use. Overview. Features.

AN W 2 (18 V, 8 Ω) Power Amplifier with Variable Audio Output and Volume Control. ICs for Audio Common Use. Overview. Features. ICs for Audio Common Use. W 2 (8 V, 8 Ω) Power Amplifier with Variable Audio Output and Volume Control Overview The is a monolithic integrated circuit designed for. W (8 V, 8 Ω) output audio power amplifier.

More information

introduction to Digital Electronics Install the Arduino IDE on your laptop if you haven t already!

introduction to Digital Electronics Install the Arduino IDE on your laptop if you haven t already! introduction to Digital Electronics Install the Arduino IDE 1.8.5 on your laptop if you haven t already! Electronics can add interactivity! Any sufficiently advanced technology is indistinguishable from

More information

Ohm's Law and DC Circuits

Ohm's Law and DC Circuits Physics Lab II Ohm s Law Name: Partner: Partner: Partner: Ohm's Law and DC Circuits EQUIPMENT NEEDED: Circuits Experiment Board Two Dcell Batteries Wire leads Multimeter 100, 330, 560, 1k, 10k, 100k, 220k

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

v 0 = A (v + - v - ) (1)

v 0 = A (v + - v - ) (1) UNIVERSITI TEKNOLOGI MALAYSIA KURSUS KEJURUTERAAN ELEKTRIK ELECTRONIC ENGINEERING LABORATORY 2 EXPERIMENT 2 : OPERATIONAL AMPLIFIER PRELIMINARY REPORT Name : Section : Group : Lecturer : Marks : 20 Attach

More information

User Manual. All rights reserved. Specifications are subject to change without notice.

User Manual. All rights reserved. Specifications are subject to change without notice. User Manual All rights reserved. Specifications are subject to change without notice. LIMITED WARRANTY AND LIMITATION OF LIABILITY Customers enjoy one-year warranty from the date of purchase. This warranty

More information

AN W 2 (18 V, 8 Ω) Power Amplifier with Mute Function and Volume Control. ICs for Audio Common Use. Overview. Features.

AN W 2 (18 V, 8 Ω) Power Amplifier with Mute Function and Volume Control. ICs for Audio Common Use. Overview. Features. . W 2 (8 V, 8 Ω) Power Amplifier with Mute Function and Volume Control Overview The is a monolithic integrated circuit designed for. W (8 V, 8 Ω) output audio power amplifier. It is a dual channel SEPP

More information

EXPERIMENT 5 : DIODES AND RECTIFICATION

EXPERIMENT 5 : DIODES AND RECTIFICATION EXPERIMENT 5 : DIODES AND RECTIFICATION Component List Resistors, one of each o 2 1010W o 1 1k o 1 10k 4 1N4004 (Imax = 1A, PIV = 400V) Diodes Center tap transformer (35.6Vpp, 12.6 VRMS) 100 F Electrolytic

More information

Designing Linear Amplifiers Using the IL300 Optocoupler

Designing Linear Amplifiers Using the IL300 Optocoupler VISHAY SEMICONDUCTORS www.vishay.com Optocouplers Application Note Designing Linear Amplifiers Using the IL Optocoupler By Deniz Görk and Achim M. Kruck INTRODUCTION This application note presents isolation

More information

EXPERIMENT 5 : THE DIODE

EXPERIMENT 5 : THE DIODE EXPERIMENT 5 : THE DIODE Component List Resistors, one of each o 1 10 10W o 1 1k o 1 10k 4 1N4004 (I max = 1A, PIV = 400V) Diodes Center tap transformer (35.6V pp, 12.6 V RMS ) 100 F Electrolytic Capacitor

More information

Class #9: Experiment Diodes Part II: LEDs

Class #9: Experiment Diodes Part II: LEDs Class #9: Experiment Diodes Part II: LEDs Purpose: The objective of this experiment is to become familiar with the properties and uses of LEDs, particularly as a communication device. This is a continuation

More information

ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab

ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab Design the Darlington push-pull amplifier specified in Lab 1: You will build this amplifier for Lab 1 so use parts that are available in the lab.

More information