Interfacing Project. Computer Controlled Car Left Headlight – D0 Right Headlight – D1 Left Taillight – D2 Right Taillight – D3.

Slides:



Advertisements
Similar presentations
Interfacing Lab Part Guide. The Solderless Breadboard Rows along the top and bottom are connected horizontally along the length of the board Holes in.
Advertisements

1 Boe-Bot Parts BOE-BOT Lecture #1b DE - Digital Electronics.
Colorado Space Grant Consortium Timing Circuit HW #4 Class #07 Timing Circuit HW #4 Class #07.
TIJ1O1 ELECTRONIC COMPONENTS AND CIRCUITS 1. Recap: What is an electric current? An electric current is a flow of microscopic particles called electrons.
George Washington University DC Circuits Lab Professor Ahmadi ECE 002.
Electric Circuits and Power Page 706. Ohm’s Law Resistance is equal to the voltage divided by the current. Resistance = Voltage Current Ohms ( ) = Volts.
Parallel and Series Connection Of Lighting Circuit.
You will need the following parts from your kit: 1.Breadboard ohm resistor (brown, black, brown, gold) 3.1 LED (light emitting diode) 4.1 Potentiometer.
Motors Make the world go ‘round By Jackson Greer, Room 305.
Solar Energy Station Directions. Making a Solar-Powered Circuit 1.Make sure your solar panel is in direct sun. 2.Get the clear LED bulb. 3.Use a red jumper.
Objectives How Microcontroller works
Gate Anode Cathode. You will need the following parts from your kit: 1.Breadboard ohms resistor (red, red, brown, gold) ohms resistor (brown,
Do Now Describe what you think happens electrically when you dim a light.
Introduction to Interfacing Projects Nareen Khan.
Locknetics CIP Module Upgrade 12/2/08 Akin Olugbade Justin Gilstrap Lutalo Webb.
Computer Engineering Remote Controlled Car Project ACSE 2006 Graham Smyth Jerry Dolata.
1 Basic Electronics Voltage (V or E): Potential difference between 2 points. Volts. (+) - A lack of electrons (-) – A surplus of electrons When a circuit.
NPN Foundations of Technology NPN © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching and Learning™ Foundations.
Electrical Circuits. A path where electric charges move along (through wires).
SCR (Silicon-Controlled Rectifier) Foundations of Technology SCR (Silicon-Controlled Rectifier) © 2013 International Technology and Engineering Educators.
Potentiometer Foundations of Technology Potentiometer © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching.
ELECTRICITY AND MAGNETISM SERIES VS PARALLEL CIRCUITS.
+ Using Ohm’s Law to Build a Voltage Divider 1. + Learning Objectives Understand and demonstrate the engineering design process Use Ohm's Law as a tool.
Introduction to Electric Circuits. What is Electricity? No one really knows… A good definition for our class is: “Electricity is the flow of electrons.
Introduction to Electric Circuits. What is Electricity? No one really knows… A good definition for our class is: “Electricity is the flow of electrons.
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.
Switches in Series A heating system is a practical circuit used in homes which has two switches in series. The thermostat switch opens (OFF) when the temperature.
How an NPN Transistor Works
TEKS 5.6B Demonstrate that the flow of electricity in circuits requires a complete path through which an electric current can pass and can produce light,
S.MORRIS 2006 ELECTRICAL CIRCUITS More free powerpoints at
S.MORRIS 2006 Currents CIRCUITS More free powerpoints at
C ELLS IN S ERIES AND P ARALLEL Science 9. W HAT IS A CIRCUIT ? A circuit is when electrical current flows through a controlled path.
Detection Circuit ENGR Pre Lab.
Resistors Foundations of Technology Resistors © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching and Learning™
Series and Parallel Circuits. Series Circuits ► Are the simplest type of circuits. ► Series circuits – all the components (lamps, cells, switches, etc.)
Electricity Notes 6 - Circuits Electric Circuit – _______________________________________ All electrical circuits have 4 parts: 1.____________________________________________________.
Intro. Interfacing & Electronics 1 Interfacing Introduction.
Oisture Tester The Circuit &Components. Objectives Understand the purpose of Resistors Understand Resistor Colour Code Understand how a Transistor works.
Electric Circuits. Electric Current – the movement or flow of electric charges from one place to another. Electric Circuit – a controlled path in which.
ELECTRICAL CIRCUITS. Circuits Circuits are paths which small particles flow through to provide us with electricity for lights, appliances, and other devices.
Introduction to Electronic Circuits Khansaa Almansor.
6.2 ELECTRONICS. CAPACITOR An electrical device used to store electrical charge.
Praxis I 13 Oct Outline Component & Device Measurement and Instrument Datasheet How to build circuit using breadboard.
Intro to Electricity Electricity Definition: Circuit Definition: Three things for a circuit to work:
Arduino “Getting Started” Instructor : Dr Matthew Miss Khin Yi Kyaw
SIMPLE/LOW COST ELECTRICITY FOR ELEMENTARY STUDENTS Building Simple Circuits.
Controlling an LED with a switch. 2 breadboard place where you can build electric circuits really quickly the magical breadboard.
Diode Foundations of Technology Diode © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching and Learning™ Foundations.
ASSEMBLING A CIRCUIT WHILE MAKING A DRAGONFLY. WITH... 2LEDs 2Transistors 1 Resistor 1 Capacitor 1 9V Battery 1 Battery Clip 9 Electric Wire Connectors.
5.8 Circuits:  A circuit is made up of a power supply, connecting wires & various components that allow current to leave a power source, travel through.
LED Flashlight.
Introduction to Electric Circuits
Light Emitting Diode: LED
UTA010 : Engineering Design – II
Electrical Circuits Virginia Science Standard
Arduino Development for Beginners
Electrical Vocabulary
Circuit Introduction Section 1:
Electricity is a very useful form of energy.
How a 555 Timer Works Objectives:
ELECTRICAL CIRCUITS.
Series and parallel circuits
ELECTRICAL CIRCUITS.
Arduino Part 4 Let there be more light.
How a PNP Transistor Works
How an NPN Transistor Works
CTY SAR FCPS Shawn Lupoli, Elliot Tan
Magic Wand.
2019 Investing Now Summer Program
Presentation transcript:

Interfacing Project

Computer Controlled Car Left Headlight – D0 Right Headlight – D1 Left Taillight – D2 Right Taillight – D3

The Wood Car Project Steps: 1) Wire-wrap four LED / resistor pairs 2) Attach the wires to the car 3) Connect the wired pairs to the D-Sub connector 4) Write your program 5) Enjoy hours of staring at the model flash.

Paper Cars

Part I : Materials Materials: - wooden car - 4 x 220 Ohm resistors - 4 LEDs - Parallel Port Cable Thumb tacks, tape

Step 1 : Wire Head Lights Left Headlight – D0 Right Headlight – D1

Light Emitting Diodes LED’s will only work if they are installed in the right direction. Here is a way to tell which is the negative (- ’ve) lead. 1) –’ve lead is shorter

Step 1 – Wire Wrapping Wrap –’ve lead Trim ends of wires Fold wires flat

Step 2: Wire Taillights Left Taillight – D2 Right Taillight – D3

Wiring an LED +’ve, Long Lead

What does the circuit look like? parallelput(0) Switch is open, no path, LED off parallelput(1) Switch is closed, path exists, LED on Voltage from parallel port 220Ω Pin 2 Pin 18

Step 3 – The D-Sub Connector

Step 4 – Wiring the lights

Test your interface Once you’ve got the wires connected to the D-Sub connector, you can test the interface. Try : parallelput(255) This should turn on all your lights.

Binary on the Parallel Port parallelput(0) parallelput(1) parallelput(37) parallelput(255) The integer parameter is translated into binary and each bit corresponds to one of the data pins on the parallel port.

Test your interface Once you’ve got the wires connected to the D-Sub connector, you can test the interface. Load the “Simple Paper Car Interface.t” program found on your CD. Try running the program and verify if your interface is correct.

Sample Program #1

Sample Program #2

Student GUIs

An Alternative: Wire-Wrapping You do not have to use breadboards for your interfacing projects. You can use wire-wrapping to connect your different components together. We’re breaking the rules of conventional wire-wrapping.

Setting up the car Left Headlight – D0 Right Headlight – D1 Left Taillight – D2 Right Taillight – D3