Welcome to the Real World. What to do ? Input from the mangonel sensors Input expected by the software.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Amplifying Signals Breadboarding: from a diagram to an actual working amplifier.
Combinational Logic Word Problems
Diagram 1 shows a four wires (w1, w2, w3 & w4) logic circuit.
Latches CS370 –Spring 2003 Section 4-2 Mano & Kime.
Sequential Circuits1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Sequential circuits The digital circuits considered thus far have been combinational, where the outputs are entirely dependent on the current inputs. Although.
SYEN 3330 Digital SystemsJung H. Kim 1 SYEN 3330 Digital Systems Chapter 6 – Part 1.
1. 2 Logic Circuits Sequential Circuits Combinational Circuits Consists of logic gates whose outputs are determined from the current combination of inputs.
Setting the flip-flop The normal value of R and S is zero. S (set) = 0 R (reset) = 0 remembered value 1.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Latches Section 4-2 Mano & Kime. Sequential Logic Combinational Logic –Output depends only on current input Sequential Logic –Output depends not only.
1 Forging new generations of engineers. 2 DESIGN EXAMPLE “Date of Birth Problem”
Lab 12 : Liquid Crystal Displays: Slide #2 Slide #3 7-Segment LCD: XOR gate review 7-Segment LCD: System Operation.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Components used in the the Project J-K Flip Flop Switch Power Alternator 7-Segment Display Coded Decimal (BCD) Display.
GK-12 Student designed project (AP physics) Digital logic and Boolean algebra exercise. IC logic gates brought from Stevens were used in making simple.
Systems Approach Burglar Alarm Project PROBLEM SITUATION DESIGN
1 Sequential Circuit Latch & Flip-flop. 2 Contents Introduction Memory Element Latch  SR latch  D latch Flip-flop  SR flip-flop  D flip-flop  JK.
Electronic Troubleshooting Chapter 10 Digital Circuits.
Lecture 1 Combinational Logic Design & Flip Flop 2007/09/07 Prof. C.M. Kyung.
Intro to Digital Electronics. Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the.
ECE 101 An Introduction to Information Technology Digital Logic.
Circuit, State Diagram, State Table
LOGIC GATES Logic generally has only 2 states, ON or OFF, represented by 1 or 0. Logic gates react to inputs in certain ways. Symbol for AND gate INPUT.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
CSIS CSIS Input AND from Transistors Illustrates basic use of IDL-800 Illustrates construction of gates Illustrates the “transistor bleed-through”
Basic Digital Logic 2 Combinational Logic
AUP2G57 configured as flip flop Dual Configurable Logic Design Contest.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
CS 8421 Computing Systems, Dr. Hoganson Copyright © 2004, 2006 Dr. Ken Hoganson CS Class Will Start Momentarily… CS8421 Computing Systems.
Gates and Logic Dr John Cowell phones off (please)
Unit 8 Combinational Circuit Design and Simulation Using Gates Fundamentals of Logic Design by Roth and Kinney.
 Most of today’s SSIs are cased in DIPs, or dual-in-line packages. Each pin corresponds to a number, with pin number 1 can be as found in the drawing.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Dept. of Electrical and Computer Engineering.
CH51 Chapter 5 Combinational Logic By Taweesak Reungpeerakul.
Decoder/Demultiplexer
 Seattle Pacific University EE Logic System DesignSwitchLogic-1 Switches AB A simple on/off switch IF switch is closed THEN light is on + 5V -
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
ENG241/ Lab #11 ENG2410 Digital Design LAB #1 Introduction Combinational Logic Design.
ECEN 248 Lab 2: Logic Minimization and Karnaugh Maps
Sequential Circuit Latch & Flip-flop. Contents Introduction Memory Element Latch  SR latch  D latch Flip-flop  SR flip-flop  D flip-flop  JK flip-flop.
CO5023 Latches, Flip-Flops and Decoders. Sequential Circuit What does this do? The OUTPUT of a sequential circuit is determined by the current output.
Dual Sparkle Circuit Green connections are wires – they can be any colour. Make sure all + and - connections match up. Make sure the larger battery terminal.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Lab 12 :JK Flip Flop Fundamentals: Slide 2 Slide 3 JK Flip-Flop. JK Flip-Flop and waveform diagrams.
Potential Dividers and their application as sensors Electricity Lesson 9.
Sequential Logic Circuit Design Eng.Maha Alqubali.
1. 2 Logic Circuits Sequential Circuits Combinational Circuits Consists of logic gates whose outputs are determined from the current combination of inputs.
Logic Gates Binary Day 3 PEOPLE 2016.
Lab02 :Logic Gate Fundamentals:
Logic Gates.
EI205 Lecture 5 Dianguang Ma Fall 2008.
Basic Digital Logic.
LAB #1 Introduction Combinational Logic Design
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
How Boolean logic is implemented
Waveforms & Timing Diagrams
JC Technology Logic Gates.
Discrete Mathematics CS 2610
Logic Gates.
Design Example “Date of Birth Problem”
KS4 Electricity – Electronic systems
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Digital Logic Experiment
Department of Electronics
Further binary, Logic diagrams and truth tables
Presentation transcript:

Welcome to the Real World

What to do ? Input from the mangonel sensors Input expected by the software

How to do ? Input arrives from sensors Logic circuit combines and inverts inputs to create a single pulse PICAXE measures the pulse duration and outputs the value to seven segment displays

NAND gate Input A Input B Output

Basic Logic functions (gates): AND OR NOT

JK Flip-flop

Pulse width meter circuit diagram

Model on a breadboard (find TTL or “Transistor–transistor logic” in wikipedia )

Work for today No connection DOT means wire connection

Identifying a microchip

Tips and tricks: Be tidy: Keep the wires short. This improves reliability. Wire Colours does not affect the performance a circuit, but does affect the performance of a person trying to understand it. Connected wires are marked with a dot. Remember about the power supply. –Do not forget to connect –Do not forget to switch OFF when making changes.