+ All Categories
Home > Documents > Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering...

Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering...

Date post: 28-Dec-2015
Category:
Upload: earl-palmer
View: 216 times
Download: 0 times
Share this document with a friend
Popular Tags:
43
Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13
Transcript
Page 1: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Lecture 13: Basic Circuit Theory I

EEN 112: Introduction to Electrical and Computer Engineering

Professor Eric Rozier, 4/1/13

Page 2: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

QUIZ GRADES AND RESULTS

Page 3: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Quiz III Grade Distribution

Page 4: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Grade Distribution

Page 5: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

REVIEW

Page 6: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Identify the Architecture

CPU

ProgramMemory

DataMemory

Bus

Page 7: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Identify the Architecture

CPU

ProgramMemoryBus

Bus DataMemory

Page 8: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Memory

• Nonvolatile memory? • Volatile memory?

Page 9: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Memory

• Nonvolatile memory?– Retains stored

information even when unpowered

– Long-term or persistent storage

• Volatile memory?– Requires constant power

for storage– Information is lost when

the power supply is off or interrupted

– Temporary memory

Page 10: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

What is a Microprocessor?

Page 11: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

What is a Microprocessor?

• Single chip that contains the whole CPU– Fetches, decodes, and executes instructions stored

in memory– Can access memory, I/O, and peripherals

Page 12: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

What is a Microcontroller?

Page 13: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

What is a Microcontroller?

• Microprocessor + on-chip memories and I/O devices

• “Computer-on-a-chip”– Contains the CPU– Memory– Some I/O and peripherals

Page 14: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

What is an Embedded System?

Page 15: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

What is an Embedded System?

• Special purpose computer system, usually completely inside a device it is designed to control

• Works to help solve specific problems, and perform pre-defined tasks

• Usually contains inputs (sensors), a microcontroller, and outputs (actuators and indicators)

Page 16: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

MIDTERM II

Page 17: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Midterm II

• Midterm II, this Wednesday!• Covered topics

– Signal Processing (Quiz II, and lectures online)– Microprocessors/Microcontrollers (Quiz III, and

lectures online)– PBASIC Programming (last lecture, online)

Page 18: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

BASIC CIRCUIT THEORY

Page 19: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Atoms

Page 20: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Atoms

• Smallest part of an element.

• Nucleus surrounded by “orbiting” electrons– Protons – positive charge– Neutrons – no charge– Electrons – negative

charge

Page 21: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Electron Configurations

• Electrons move independently in an orbital, an average field wave function

Page 22: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Electron Configurations

• Arranged in electron shells– Shells contain fixed numbers of electrons

• 1st shell – 2 electrons• 2nd shell – 8 electrons• 3rd shell – 18 electrons• 4th shell – 32 electrons• etc

Page 23: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Electron Configurations

• 14 protons, 14 neutrons, 14 electrons

• 1st shell – 2/2 electrons• 2nd shell – 8/8 electrons• 3rd shell – 2/18

electrons

Page 24: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Electron Configurations

• Electrons in the outermost shell are known as valence electrons

• When valence electrons gain sufficient energy, they can break away and become free electrons.– Free electrons can drift from one atom to another– Free electrons make electrical current possible

Page 25: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Free Electrons

• The number of free electrons in a material allow it to be classified– Conductors

• allow current to flow easily• large numbers of free electrons• Examples: silver, copper, gold

Page 26: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Free Electrons

• The number of free electrons in a material allow it to be classified– Conductors– Semiconductors

• less free electrons• unique characteristics, basis for modern electronics• Examples: silicon, germanium

Page 27: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Free Electrons

• The number of free electrons in a material allow it to be classified– Conductors– Semiconductors– Insulators

• very small number of free electrons• poor conductors• Examples: ceramics, rubber, air, dry paper

Page 28: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Electric Charge (Q)

• Two types of charges, positive and negative• Q – the electrical charge

– Units in Coulombs (C)• One electron has a charge of 1.6*10^(-19) C• In 1 Coluomb there are 6.25*10^18 electrons

Page 29: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Current

• Rate of flow of electrons through a circuit• Symbol is I, measured in Amperes (or Amps)• The flow of on coulomb/second is one Amp

Page 30: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Voltage

• Related to potential energy

• Measured between two points– One of those points is “ground”, a reference level

to which all voltages are compared– If a pin is at 5V, it is measured at 5V with respect

to ground

Page 31: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Resistance

• Voltage and current related by resistance

• When voltage is applied to an electrical system, current begins to flow– Level of current is

determined by resistance of the system

Page 32: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Types of Resistors

Page 33: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Resistors• Resistance value in an electrical circuit is given

in Ohms, and represented by R

Page 34: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Resistors

Page 35: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Ohm’s Law

• Ohm’s Law – The amountof current (I) that will flow isproportional to the voltage(V) applied, and inverselyproportional to theresistance (R) of the circuit

• I = V/RAs resistance increases, current decreases

Page 36: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Hydraulic Analogy

• Consider the diagram, when the valve is released, what will happen?

Page 37: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Hydraulic Analogy

• Flow rate (I) dependent on:• (V) pressure of the

tanks• Restriction (R) of

flow from the valve

Page 38: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Batteries

• Batteries feature surplus electrons on one side, and a deficiency of electrons on the other side (holes)

Page 39: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Flow of electrons

Page 40: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Power (P)

• Power measures the rate of energy conversion• For a simple direct current (DC) system, it

measures the rate at which electrical energy is converted into heat by power-dissipating resistive elements

Page 41: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Power (P)

• Lightbulbs convert electrical energy into heat and light– Unit for electrical power is familiar in this context– The Watt– P = V I

• Using Ohm’s law and the power equation…– P = V I = V^2/R = I^2 R

Page 42: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

WRAP UP

Page 43: Lecture 13: Basic Circuit Theory I EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 4/1/13.

Wrap Up

• Exam next class• Quiz III corrections due next

Monday


Recommended