2008-09-03 1 Dr. Andreas Kunz © 10/2004 inspire icvr BASICS OF ELECTRONICS.

Slides:



Advertisements
Similar presentations
Sensing and Control.
Advertisements

1 Signals, Circuits, and Computers John Athanasiou Part B Spring 2010.
» When you have completed this module you will know, what components do, what they physically look like and how they are represented in a circuit diagram.
Fair Use Building and Research Labs Presents
Solid State University Understand the following components: Potentiometers Thermistors Capacitors Diodes Zener Diodes Transistors.
Week 3 Electrical Circuits and Components. It’s a Radio!
Electronics Dan Simon Cleveland State University ESC 120 Revised August 28, 2010.
Introduction.
Basic Circuits – Lab 1 Xmedia Spring Basically Power –Provides energy for the sensor and the output Sensor –Changes aspects of the circuit based.
Chapter 1 Quick review over Electronics and Electric Components Prepared By : Elec Solv.
Schematic Symbols The Key to Understanding Wiring Diagrams.
Basic Circuits – Lab 1 Xmedia Spring Basically Power –Provides energy for the sensor and the output Sensor –Changes aspects of the circuit based.
Electrical Electricity Fuses Relays Solenoids Electrical Testing
Electricity Foundations of Physics. Electricity The movement of charge from one place to another Requires energy to move the charge Also requires conductors.
Electronic Component Functions What is this component doing my in electronic device?
ELECTRONICS PRIMER. Assignment: WEB-based Electronics Tutorial Basic definitions Components Ohm's Law LEDs and Transistors Additional electronics tutorials.
© 2012 Delmar, Cengage Learning Basic Electrical System Theory and Repairs Chapter 25.
Resistance in Electrical Systems
Electricity and Electrical Circuits. Chapter Sections O 1 - Electrical Circuits O 2 - Current and Voltage O 3 - Resistance and Ohm’s Law.
Electricity. whether two charges attract or repel depends on whether they have the same or opposite sign unit of measurement for charge is the coulomb.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 2P. 1Winter Quarter Digital Electronics Lab 2.
Ch4 Electronic Components Circuit/Schematic Symbols.
gradually rises from 0 to 9V immediately drops from 9V to 0V
4.3 Notes Resistance in Electrical Systems. Properties of Materials Conductors Have a large ability to conduct electric current They contain many free.
33 in 1 Deluxe Electronic Exploration kit
Chapter 16:Electricity Section 3 – Circuits.
Advanced Design Applications Power and Energy © 2014 International Technology and Engineering Educators Association STEM  Center for Teaching and Learning™
Controls, Switches and Energy Transformation
Circuits and Electronics. Circuits A circuit is a closed path through which a continuous charge can flow. A circuit is a closed path through which a continuous.
Electronic Components. Battery A portable power source that has a positive and negative. Electronics works on Direct Current (DC) where electrons flow.
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
Chapter 34 Electric Current.
Electronics Electricity, Components And Circuits.
Voltage, V Voltage tells us how hard a positive charge is pushed between two different points. Something, such as a battery, is needed to create a voltage.
Electronic Components Circuit/Schematic Symbols. RESISTOR Resistors restrict the flow of electric current, for example a resistor is placed in series.
The shocking truth about Electricity is electrons. Electrons that are not moving is Static electricity. Electrons build up until the like charges in.
Introduction 2 Electrical Design
Electronic Parts.
{ Basic Electronics Components Mikayla Denny.  Function: Stores electrical energy. Has polarity (positive and negative terminal) Battery.
Analog to Digital Converter David Wallace English 314.
Logo Electronics Electricity, Components And Circuits.
Activity #1 Electric Energy. KWL We use electricity in different ways Electricity travels through circuits and always ends up in the ground. Electricity.
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
What we will do today: Introduce the new topic on Electronic Components. Identify the three main parts of any electronic system. Give examples of output.
Electronics for Physical Computing Materials: capacitor, diode, LED, transistor, switch,resistor, relay, proto board, multimeter.
Introduction to Electronic Circuits Khansaa Almansor.
6.2 ELECTRONICS. CAPACITOR An electrical device used to store electrical charge.
Circuits Electric Current Series vs. Parallel. Let’s Review 0 What is electricity?
Class Parts List Breadboard 1 Wire kit 1 Red LEDs 3 Green LEDs 3 Yellow LEDs 1 Photoresistor 1 xPiezo sensor 1 Button 3 Slide button, switch 1 Reed switch.
IAT 267 Introduction to Technological Systems 1 Week 2 Workshop Basics of Electronic Circuits.
Electrical Engineering And other practical uses of electricity Part 2.
Logic Gates Unit 16.
ELECTRONICS PRIMER.
Introduction to Electric Circuits
Prototyping with Microcontrollers and Sensors
Electronics Part 4 Electrical Components
Electronic Components
Fair Use Building and Research Labs Presents
Component Identification
Electricity.
Electric Circuits (12.2).
Components and Schematics
ELECTRICAL CIRCUIT BOARDS
Basic Electronics Part Two: Electronic Components.
Fair Use Building and Research Labs Presents
Electric Circuits 20.3.
Basic circuits Electrical circuits Electrical properties Ohm’s law
Principles of Electricity: Electric Charge and Force
Basic Circuits.
Electric Circuits.
Presentation transcript:

Dr. Andreas Kunz © 10/2004 inspire icvr BASICS OF ELECTRONICS

Dr. Andreas Kunz © 10/2004 inspire icvr Interaction Design “Interaction Design is about the design of any interactive experience”. Creation of meaningful interaction between humans and artefacts. Designing through an iterative process based on prototypes of various types and fidelity.

Dr. Andreas Kunz © 10/2004 inspire icvr Physical Computing From Wikipedia: Building interactive physical systems by the use of software and hardware that can sense and respond to the analogue world. A creative framework for understanding human beings' relationship to the digital world. e.g. use of sensors and microcontrollers to translate analogue input to a software system, and/or control electro-mechanical devices such as motors, servos, lighting or other hardware.

Dr. Andreas Kunz © 10/2004 inspire icvr Physical Computing Prototyping with electronics: turning sensors, actuators and microcontrollers into materials for designers and artists. Design of interactive objects that can communicate with humans using sensors and actuators controlled by a behaviour implemented as software running inside a microcontroller.

Dr. Andreas Kunz © 10/2004 inspire icvr Physical Computing From expensive and complex tools dealt with by engineers to cheap, simple microcontrollers (small computers on a single chip) allowing for designing to play directly with the medium.

Dr. Andreas Kunz © 10/2004 inspire icvr Physical Computing Interaction: input -> processing -> output Input: sensors: light, etc control signal from computer Actuators: physical: motors, computer: sound, etc Microproccessors Microcontrollers...

Dr. Andreas Kunz © 10/2004 inspire icvr Basic Electronics R (resistance) = V (voltage) / I (current) V = R * I I = V / R Current: flow of electric charges (A = Ampere) Voltage: difference in electrical potential between two points (Volts = V) Resistance: degree to which an object opposes an electric current through it “Voltage pushes, current flows”

Dr. Andreas Kunz © 10/2004 inspire icvr Basic Electronics Current follows the path of least resistance to the ground. In any given circuit, the total voltage around the path of the circuit is zero. The amount of current going into any point in a circuit is the same as the amount coming out of that point. Conductors are materials through which electrical current moves freely. Insulators are materials which prevent the flow of electricity.

Dr. Andreas Kunz © 10/2004 inspire icvr Basic Electronics Parallel vs. series R (resistance) = V (voltage) / I (current)

Dr. Andreas Kunz © 10/2004 inspire icvr Basic Electronics Common components -switches -resistors (inkl variable) -capacitors -diodes -transistors & relays...

Dr. Andreas Kunz © 10/2004 inspire icvr Switches -Control the flow of current through a junction in a circuit

Dr. Andreas Kunz © 10/2004 inspire icvr Switches Many different types -magnetic -hexadecimal -tilt -lever...

Dr. Andreas Kunz © 10/2004 inspire icvr Resistors -Resistors resist, but do not totally block, the flow of electricity. -They are used to control the flow of current. -Current can move either way through a resistor.

Dr. Andreas Kunz © 10/2004 inspire icvr Potentiometer Variable Resistor

Dr. Andreas Kunz © 10/2004 inspire icvr Capacitors Capacitors store up electricity while current is flowing into them, then release the energy when the incoming current is removed. if polarized, current can only flow through them in a specific direction Don’t wire a polarized capacitor backwards; it might explode!

Dr. Andreas Kunz © 10/2004 inspire icvr Diodes -Diodes permit the flow of electricity in one direction, and block it in the other direction. Because of this, they can only be placed in a circuit in one direction. They are symbolized like this:

Dr. Andreas Kunz © 10/2004 inspire icvr LEDS -Light-Emitting Diodes (LED’s) are special types of diodes which emit light when current flows through them.

Dr. Andreas Kunz © 10/2004 inspire icvr Transistors & Relays -Electronically controlled valve or switch, depending on the application. As a switch it can be used to turn electric circuits on and off but as a valve it can be used to amplify electrical signals.

Dr. Andreas Kunz © 10/2004 inspire icvr Basic Electronics Transduction: digital vs analog signal