Counting the Score - BBC micro:bit Quiz Counter

Slides:



Advertisements
Similar presentations
7.10 e 7.11 Contadores com reset Contadores BCD, em anel e Johnson.
Advertisements

Counters Discussion D8.3.
Synchronous Counters with SSI Gates
Midterms Exam – Fall 2011 Solutions. Solution to Task 1.
Counters. In class excercise How to implement a “counter”, which will count as 0,3,1,4,5,7,0,3,1,…… Q2Q1Q0D2D1D
Lecture 7: PLC: Review Questions
8.4 Counters NextReturn Any clocked sequential circuit whose state diagram contains a single cycle is called a counter. The number of states in the cycle.
Flip-Flops Module M10.2 Section 7.1. D Latch Q !Q CLK D !S !R S R X 0 Q 0 !Q 0 D CLK Q !Q Note that Q follows D when the clock in high, and.
Counters Mano & Kime Sections 5-4, 5-5. Counters Ripple Counter Synchronous Binary Counters –Design with D Flip-Flops –Design with J-K Flip-Flops Counters.
Latches Section 4-2 Mano & Kime. Sequential Logic Combinational Logic –Output depends only on current input Sequential Logic –Output depends not only.
Generate a clock pulse clk inp outp
Sequential Logic Design
Electronics Technology
Integrated Circuits. Integrated Circuit (IC) Semiconductor Devices Circuit inside a chip—lots of transistors inside Same Package, Different functions.
Block Diagram of 4518 Dual BCD Counter The 4518 Dual BCD Counter has two BCD counters. Each counter is similar to the other. Each counter has a master.
Principles & Applications
Latch Flip flop.
Circuit, State Diagram, State Table
603 A DIGITAL PROGRAMMABLE ROBOT OVERVIEW: BASED ON CONCEPT OF PLC. IS PROGRAMMABLE USING A KEYPAD. POWERED BY A 9 VOLT BATTERY. INSTRUCTIONS CAN BE PROGRAMMED.
Counters. In class excercise How to implement a “counter”, which will count as 0,3,1,4,5,7,0,3,1,…… Q2Q1Q0D2D1D
Assignment 8 solutions 1) Design and draw combinational logic to perform multiplication of two 2-bit numbers (i.e. each 0 to 3) producing a 4-bit result.
INPUT COMPONENTS Past Paper Questions and Answers.
Define static electricity and describe where the spark comes from.
Basic Concepts of Sequential Circuits Section Lecture 01.
Digital Electronics Board Game Counter Analog. Board Game Counter Demo - Analog 2 This presentation will Review the Board Game Counter block diagram.
Counters Prepared by: Careene McCallum-Rodney. Introduction Counters uses a Toggle Flip Flops to count either UP or DOWN in binary. A toggle flip flop.
Electronics Merit Badge Class 3 1/17/2016 Electronics Merit Badge Class National Scout Jamboree 1.
Board Game Counter - Analog
Basic Counters: Part I Section 7-6 (pp ).
HCC Derived Clocks. Generated Clocks The HCC generates two clocks from the ePLL 160 MHz clocks and the chip 40 MHz clock, used as a reference: An 80 MHz.

Electronics Merit Badge Class 3 3/13/2016Electronics Merit Badge Class 31.
Counters and registers Eng.Maha Alqubali. Registers Registers are groups of flip-flops, where each flip- flop is capable of storing one bit of information.
40106B Schmitt Trigger (A way of switch De-Bouncing)
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Using the BBC micro:bit for Home Security
Digital Logic & Design Dr. Waseem Ikram Lecture No. 28.
Combination Circuits Lesson 10.
Principles & Applications
Make Your Own Quiz.
Counting the Score - BBC micro:bit Quiz Counter
D Flip-Flop.
Digital Fundamentals with PLD Programming Floyd Chapter 10
FIGURE 7-1 A series-parallel circuit.
Lesson Objectives Aims
8254 Timer and Counter (8254 IC).
Pulse-Width Modulation (PWM)
Natural Sciences and Technology Grade 6
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Learning to Code with the MicroBit
Timers.
EEL 3705 / 3705L Digital Logic Design
ECE 448: Spring 2015 Lab 3 FPGA Design Flow Based on Aldec Active-HDL.
ECE 448: Spring 2018 Lab 3 – Part 2 FPGA Design Flow Based on
Lecture 17 Logistics Last lecture Today HW5 due on Wednesday
CHAPTER 4 COUNTER.
Module – 4: Single Acting Cylinder
Finite State Machines.
Synchronous Counters 4: State Machine Counting
University of Maryland Baltimore County Department of Computer Science and Electrical Engineering   CMPE 212 Laboratory (Discussion 10) Hasib Hasan
Counter Integrated Circuits (I.C.s)
BBC Microbit.
Programmable Logic Controllers (PLCs)
Switching Theory and Logic Design Chapter 5:
14 Digital Systems.
Counters.
BBC Microbit.
Lecture 17 Logistics Last lecture Today HW5 due on Wednesday
Outline Registers Counters 5/11/2019.
Programmable Interval Timer
Presentation transcript:

Counting the Score - BBC micro:bit Quiz Counter Decade Counter Circuits

Decade Counter Circuit Diagram +9V Count Reset CLK 1 EN 2 3 4 5 6 7 8 9 R 10 4017B IC R1 1K R2 1K R3 220R CLK = Clock R = Reset 0V

Investigating the Circuit Use circuit simulation software to draw and test the decade counter circuit. What happens each time the count and reset switches are pressed? You may encounter switch bounce. What does this mean and how could you overcome it? How does this circuit differ from your programmable counter system?