COSMOS Summer 2008 Necessary Electronics

Slides:



Advertisements
Similar presentations
Week 3 Electrical Circuits and Components. It’s a Radio!
Advertisements

Dr. Andreas Kunz © 10/2004 inspire icvr BASICS OF ELECTRONICS.
Interactive Engineering Workshop Eng. Mageda Al-Moubarak Eng. Fadia El-ssa.
Design Realization lecture 14 John Canny/Dan Reznik 10/9/03.
Lecture 101 Capacitors (5.1); Inductors (5.2); LC Combinations (5.3) Prof. Phillips March 7, 2003.
TIJ1O1 ELECTRONIC COMPONENTS AND CIRCUITS 1. Recap: What is an electric current? An electric current is a flow of microscopic particles called electrons.
The Wireless Router D-Link DIR-601. Components Capacitors Ethernet Connections 5V DC Power LED Internet LED Wireless LED Ethernet LED’s Antenna wire Isolation.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 4P. 1Winter Quarter Analog Electronics Lab 4.
Electronic Component Functions What is this component doing my in electronic device?
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 2P. 1Winter Quarter Digital Electronics Lab 2.
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 5 Internal Memory.
Objectives How Microcontroller works
ELECTRONICS PRIMER I. Basic Electronics Current (I): Amount of charge passing a given point per unit time Voltage (V): Electrical pressure or force. If.
Hardware Basics. Electricity Electricity is the flow of electrons Atoms contain –In the nucleus (center) Protons with a positive charge Neutrons with.
Advanced Design Applications Power and Energy © 2014 International Technology and Engineering Educators Association STEM  Center for Teaching and Learning™
Schematics 201 Lecture Topic: Electrical Symbols
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lab 3P. 1Winter Quarter Analog Electronics Lab.
Basic Circuits Foundations of Technology Basic Circuits © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching.
Basic Electricity and Electronics
Technician License Course Chapter 2 Radio and Electronics Fundamentals Basic Electricity Hour-2.
Chapter 7 Electricity. What is Charge? Protons have a (+) charge Electrons have a (-) charge Charge (q) is measured in Coulombs The elementary charge.
Electrical Circuit Components. resistors electrical resistance Resistance opposes the flow of current through a material It is a property of a material.
ES220 Review.
The shocking truth about Electricity is electrons. Electrons that are not moving is Static electricity. Electrons build up until the like charges in.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Chapter 1 Introduction to Electronics
©2008 R. Gupta, UCSD COSMOS Summer 2008 Peripheral Interfaces Rajesh K. Gupta Computer Science and Engineering University of California, San Diego.
Technician License Course Chapter 3 Lesson Plan Module 6 – Part 1 Electrical Components 21 March 2015.
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
Electrical Current and Circuits How Electricity Gets To Where It Is Going.
1 Electrical Fundamentals We need some understanding of electrical fundamentals to do the lab exercises. Electric Circuit Consists of: –Power Source: Battery,
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
Electricity and Electronics Base of Modern Technology.
Introduction to Electronic Circuits Khansaa Almansor.
Concepts of Engineering and Technology Copyright © Texas Education Agency, All rights reserved. 1.
6.2 ELECTRONICS. CAPACITOR An electrical device used to store electrical charge.
FOR BHS PHYSICAL SCIENCE 9 TH GRADE Electronics Introduction.
BATCH MEMBERS R.ABHISHEK-08N41A0401 K.DHEERAJ REDDY-08N41A0412 S.RAJENDRA REDDY-08N41A0458 JYOTHISHMATHI COLLEGE OF ENGINEERING AND TECHNOLOGY,TURKAPALLY.
breadboard LED Resistor Potentiometer Circuit.
1 Fundamentals of Electricity, Magnetism, and Electronics.
Electrical circuits, power supplies and passive circuit elements
Introduction to Digital Electronics
Electronics Introduction
Chapter 1 Introduction to Electronics
Arduino Based Industrial appliances control system by decoding dual tone multi frequency signals on GSM / CDMA network. Submitted by:
Computer Hardware – System Unit
Electricity – what’s it about?
Resistance Impedance Energy Storage Resistor R Ohms Reactance Z Ohms
Electrical circuits, power supplies and passive circuit elements
Capacitor Action Topics covered in this presentation: Capacitors on DC
Introduction Molecules: made up of atoms of individual elements.
Component Identification
Foundations of Technology Basic Circuits
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
Components and Schematics
(Small Scale Electrical Circuits)
Digital Electronics Lab 2 Instructor:
LINECARD Semiconductor - IC Electromechanical Interconnect
Chapter 1 Introduction to Electronics
Reading: Malvino chapter 3, Next: 4.10, 5.1, 5.8
Introduction to Micro Controllers & Embedded System Design
Power Computations Power and Energy
Introduction To Computing BBA & MBA
Voltage, Current, Resistance, Power, & Diodes
Intro to Electric Circuits
Jazan University, Jazan KSA
Automotive Technology Principles, Diagnosis, and Service
I/O Experiments Assignment 1.
Lecture 2 Electrical and Electronics Circuits. After you study, and apply ideas in this Lecture, you will: Understand differences among resistance, capacitance,
Workshop On.
Presentation transcript:

COSMOS Summer 2008 Necessary Electronics Rajesh K. Gupta Computer Science and Engineering University of California, San Diego. 2008 R. Gupta, UCSD

Roadmap Topic: This lecture Next lecture Reference Keywords: Electronics you need to know This lecture Concepts covered: “Open Drain”, Clock, Memory, Address Space Next lecture The I2C Interface Reference None Keywords: Electrical Signals Circuit Schematics, DRAM, Flash memories Resistors, Capacitors, Analog, Digital Waveforms, 2008 R. Gupta, UCSD

A bit about electronics Electronics is all about movement or storage of electrons (Negatively charged particles) A collection of electrons represents a certain amount of charge A collection of charge creates an electrical field around it Since charges attract or repel each other, this is expressed as a voltage difference that makes a charged particle to move An electron moves from low voltage to high voltage Which is same as a current movement from high voltage to low voltage. 2008 R. Gupta, UCSD

A bit more Electrical current is caused by movement of electrons in an electric field Voltage, Current and Ohm’s Law Reference Voltages: Power, Ground An electrical circuit represents a complete path for flow of current A signal waveform represents change of voltage at a point in a circuit over time DC and AC components of a waveform. Analog versus Digital. Finally, what are circuit schematics? Components. 2008 R. Gupta, UCSD

Some Common Components Passives Resistors, Potentiometers Capacitors Inductors Actives Diodes, LED Transistors Crystals, Oscillators 2008 R. Gupta, UCSD

Questions to ponder Communications? What and How Among humans Among machines What are the possible ways machines can communicate? What medium do they use? Electrical wire or wireless What do they communicate? Analog versus digital How they communicate? Serial versus Parallel What else? 2008 R. Gupta, UCSD

A Processor’s Interfaces We talked about Memory last time: RAM, ROM What are various memory blocks? DRAM, SRAM, Flash How is a memory ‘addressed’? What is an address space? How do we communicate to a ‘peripheral’? 2008 R. Gupta, UCSD

Recap Electrical signaling typically consists of voltage change waveform over time Can be analog or digital Computers interfaces with devices via memory or via direct ports Next: I2C interface. 2008 R. Gupta, UCSD