Chapter F – Mux / demux.

Slides:



Advertisements
Similar presentations
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Chapter 11 Representation and.
Advertisements

Encoders Three-state devices Multiplexers
Demultiplexers Module M6.4 Section 6.4. Demultiplexers YIN 1 x 4 DeMUX d0d1 Y0 Y1 Y2 Y3 Y0 Y1 Y2 Y3 d1d0 0 0 YIN YIN YIN
Decoders/DeMUXs CS370 – Spring Decoder: single data input, n control inputs, 2 outputs control inputs (called select S) represent Binary index of.
Speical purpose Encoders/Comparators
THERMOMETER PROJECT BAHRAM GHANDCHI - LIU CHANGWEI - ISRAA ABDULAZIZ ALSUHAYYIH ET1496.
AB 11 22 33 44 55 66 77 88 99 10  20  19  18  17  16  15  14  13  12  11  21  22  23  24  25  26  27  28.
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
Chapter 4 Circuit-Switching Networks
BSDL Extensions for dot6 Michael Sberro JTAG course 2005 Michael Sberro JTAG course 2005.
Engineering 4862 Microprocessors Lecture 26 Cheng Li EN-4012
Embedded Programming and Robotics
Vex 1.0 © 2005 Carnegie Mellon Robotics Academy Inc. Touch Sensor This lesson will explain how to hook a standard micro switch into the Vex system to function.
Operational Amplifiers
Combinational Logic Chapter 4.
Objectives: Lead Switching Circuitry/Control Analog to Digital Converter Write to Computer.
Footswitch Controller – Hardware System View – Level 0.
Arctic RS-485 / RS-422. RS- 485 Also known as RS-485 Half Duplex, RS wire same pair is used to transmit and receive data only one device can transmit.
Lecture 20: Communications Lecturers: Professor John Devlin Mr Robert Ross.
Three-state devices Multiplexers
Mux 2.1 Multiplexers and De-Multiplexers 2: ©Paul Godin Updated November 2007.
Phase-1 Design. i PHC Phase /04/2008 System Overview Clock, JTAG, sync marker and power supply connections Digital output.
Who are we? 2006 Foundation Alturna Networks B.V Creation of Research and Development Solid-Optics Launch and Marketing of the brand gamme Solid.
Sparkfun Electronics ATtiny85 Arduino Quick Reference Sheet
Embedded Network Interface (ENI). What is ENI? Embedded Network Interface Originally called DPO (Digital Product Option) card Printer without network.
Network and Systems Laboratory nslab.ee.ntu.edu.tw se.
TOPIC : Test Points UNIT 4 : Design For Testability Module 4.1: Basics of DFT.
ECE 3110: Introduction to Digital Systems Chapter 5 Combinational Logic Design Practices Three-state devices Multiplexers.
Lecture #18 Page 1 ECE 4110– Sequential Logic Design Lecture #18 Agenda 1.MSI Demultiplexers 2.MSI Tri-State Buffers 3.MSI Comparators Announcements 1.HW.
Fixing GND in IBIS Walter Katz SiSoft IBIS-Packaging May
Team 20: Jordan Wagner.  iPhone controlled marble maze game  Rotation of the phone is translated into rotation of the board  Stepper motor connected.
The minimum stand alone application circuit. MIN REQUIREMENTS  TC6000GN-P1 is a fully autonomous GPS module that outputs NMEA on a serial port. TC6000.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Multiplexers.
Timer 1 and 2 operation, PWM Principles. Timer 1 Operation.
A multiplexer (MUX) selects one data line from two or more input lines and routes data from the selected line to the output. The particular data line that.
Chapter4: Combinational Logic Part 4 Originally By Reham S. Al-Majed Imam Muhammad Bin Saud University.
EKT 314/4 WEEK 10 : CHAPTER 4 DATA ACQUISITION AND CONVERSION ELECTRONIC INSTRUMENTATION.
Lecture #18 Page 1 ECE 4110–5110 Digital System Design Lecture #18 Agenda 1.MSI Demultiplexers 2.MSI Tri-State Buffers 3.MSI Comparators Announcements.
Eclipse HX E-QUE trunking card
LCD Interfacing using Atmega 32
Connector Function Input I/O Output I/O
Logic Gates.
Figure 17.1 (a) As an engine is accelerated under a load, the engine vacuum drops. (b) The relationship between absolute pressure, vacuum, and gauge pressure.
ECE 1270: Introduction to Electric Circuits
Refer to Chapter 10 in the reference book
ECE 4110–5110 Digital System Design
【Circuit diagram for CD74HCT4051】
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
What is a Multiplexer (MUX)?
The Multiplexer Multi what?
Serial Communication: RS-232 (IEEE Standard)
BJ Furman ME 106 Fundamentals of Mechatronics 15NOV2012
Visual Instructions.
Internet-of-Things (IoT)
Introduction to the OP AMP
Introduction to the OP AMP
Chapter 2: Digital Image Fundamentals
EET107/3 DIGITAL ELECTRONICS 1
PIC18F458 Analog-to-Digital
Chapter 2: Digital Image Fundamentals
SINKING AND SOURCING Two terms most frequently mentioned when discussing connections to inputs or outputs are “sinking” and “sourcing“. These two concepts.
№96 сонли умумий ўрта мактабининг ўқитувчиси Эшанкулова феруза
Digital System Design Combinational Logic
Objective- To use an equation to graph the
Table 1. Pin Configuration of 555 timer
Interrupts.
When we check output of R32 (MOTION_SENSE_HIGH) we are getting Low(0
A modular robot for use in the RoboSumo lab
Chapter 15 Differential Amplifiers and Operational Amplifier Design
Presentation transcript:

Chapter F – Mux / demux

M74HC4052 Description:

How can we use it? Use A and B to connect X-com and Y-com to one of four pairs of pins E.g. if A=0=B, then X-com is connected to 0x and Y-com is connected to 0Y E.g. if A=1=B, then X-com is connected to 3x and Y-com is connected to 3Y Signals can travel in either direction

How can we use it? Connect VEE to ground and VCC to 3.3V to operate in digital mode with RPi. Connect the Rx and Tx lines of one HMC5883L to 0X and 0Y Connect the Rx and Tx lines of the other HMC5883L to 1X and 1Y Connect B to ground Connect A to an output GPIO pin. Set A low to access the first sensor Set A high to access the second sensor Set INH to ground