ECE 353 Introduction to Microprocessor Systems Michael Schulte Week 12.

Slides:



Advertisements
Similar presentations
I/O Organization popo.
Advertisements

Lab 9: Matrix Keypad : ”No Key Press” Analysis Slide #2 Slide #3 ”Press and Hold Key 5” Analysis.
1 ECE 372 – Microcontroller Design Parallel IO Ports - Outputs Parallel IO Ports E.g. Port T, Port AD Used to interface with many devices Switches LEDs.
8051 I/O Interfacing Need for more ports PPI 8255
Programmable Interval Timer
Programmable Keyboard/ Display Interface: 8279
kashanu.ac.ir Microprocessors 6-1 I/O Devices Switches, LED, LCD Lec note 6.
Input/Output (I/O) Ports and Interfacing
Input/Output Ports and Interfacing ELEC 330 Digital Systems Engineering Dr. Ron Hayne Images Courtesy of Ramesh Gaonkar and Delmar Learning.
I/O Unit.
ECE 353 Introduction to Microprocessor Systems Michael G. Morrow, P.E. Week 12.
Design of a Control Workstation for Controller Algorithm Testing Aaron Mahaffey Dave Tastsides Dr. Dempsey.
Storey: Electrical & Electronic Systems © Pearson Education Limited 2004 OHT 4.1 Actuators  Introduction  Heat Actuators  Light Actuators  Force, Displacement.
Embedded Systems Design 1 Lecture Set B Interfacing the MCS-51 to: –7 and 16 segment displays –a Multiplexed 7-Segment Display –a Keypad –an LCD.
ASPPRATECH.
Lecture – 7 Basic input and output
ECE 447 Fall 2009 Lecture 6: TI MSP430 IO Interfacing.
ECE 353 Introduction to Microprocessor Systems Michael G. Morrow, P.E. Week 13.
16x2 LCD Module on DE2-115 數位電路實驗 TA: 吳柏辰 Author: Trumen.
2 Lines Electronics I 2 C Analyzer Ching-Yen Beh Robert S. Stookey Advisor: Dr. J. W. Bruce.
Input/Output Ports and Interfacing
ECE 353 Introduction to Microprocessor Systems Michael Schulte Week 7.
MICROPROCESSOR INPUT/OUTPUT
I/O devices Peripheral devices (also called I/O devices) are pieces of equipment that exchange data with a CPU Examples: switches, LED, CRT, printers,
COMP3221: Microprocessors and Embedded Systems Lecture 18: Computer Buses and Parallel Input/Output (II) Lecturer: Hui.
Khaled A. Al-Utaibi  Interrupt-Driven I/O  Hardware Interrupts  Responding to Hardware Interrupts  INTR and NMI  Computing the.
ECE 353 Introduction to Microprocessor Systems Michael Schulte Week 13.
(More) Interfacing concepts. Introduction Overview of I/O operations Programmed I/O – Standard I/O – Memory Mapped I/O Device synchronization Readings:
Other Chapters From the text by Valvano: Introduction to Embedded Systems: Interfacing to the Freescale 9S12.
10/24/2015 Amrita Vishwa Vidyapeetham 1 Key Board & LED Interfacing.
© 2000 Morgan Kaufman Overheads for Computers as Components I/O devices  I/O devices:  serial links  timers and counters  keyboards  displays  analog.
8279 KEYBOARD AND DISPLAY INTERFACING
1 ECE 372 – Microcontroller Design Parallel IO Ports - Inputs.
Chapter 13 – I/O Systems (Pgs ). Devices  Two conflicting properties A. Growing uniformity in interfaces (both h/w and s/w): e.g., USB, TWAIN.
PPI-8255.
ELECTRIC LINE MAN SAFETY WITH PASSWORD BASED CIRCUIT BREAKER Under the Guidance of Submitted by Project Title.
8279 KEYBOARD AND DISPLAY INTERFACING
Magnitude Comparator Dr. Ahmed Telba.
Interfacing to External Devices  Explore Digital Interfaces techniques  Introduce some complex optical devices and how to interface them  Describe methods.
Alpha/Numeric Keypad Functions using AVR Preliminary Design Review Luke R. Morgan ECE /17/2008.
Lecture 4 General-Purpose Input/Output NCHUEE 720A Lab Prof. Jichiang Tsai.
ECE 353 Introduction to Microprocessor Systems Michael J. Schulte Week 9.
بسم الله الرحمن الرحيم MEMORY AND I/O.
Mark Neil - Microprocessor Course 1 Decoding and Using a 4x4 Keyboard.
ECE 447 Fall 2009 Lecture 12: TI MSP430 External LCD.
ECE 447: Lecture 12 Keypads ECE 447: Lecture 10. ECE 447: Matrix Keypad.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
KEYBOARD/DISPLAY CONTROLLER - INTEL Features of 8279 The important features of 8279 are, Simultaneous keyboard and display operations. Scanned keyboard.
LED AND KEYBOARD INTERFACING PREPARED BY :- PREPARED BY :- RAVAL AKASH ( ) RAVAL AKASH ( ) PATEL HARDIK ( ) PATEL HARDIK.
Programmable Keyboard/Display Interface contains the following features: Simultaneous and independent scanning of a keyboard and refresh.
Modular Swimming Pace Aid ECE 445 Group Members: Igor Fedorov, Ryan Cook, Michael Chan Professor Carney (TA Ryan May)
CEng3361 CENG 336 INT. TO EMBEDDED SYSTEMS DEVELOPMENT Spring 2011 Recitation 06.
Peripherals – Keypad The Keypad provides a simple means of numerical data or control input. The keys can be attributed whatever data or control values.
Microprocessor Systems Design I
ULTRASONIC DISTANCE METER USING 8051
LCD and Keyboard Interfacing
DIGITAL CALCULATOR USING 8051
Principles & Applications Seven-Segment Displays
Keyboard/Display Controller INTEL 8279
EET 2261 Unit 11 Controlling LCD and Keypad
Subject Name: Microprocessors Subject Code:10EC46 Department: Electronics and Communication Date: /10/2018.
LCD and Keyboard Interfacing
ECE 434 Advanced Digital System L12
EET 2261 Unit 11 Controlling LCD and Keypad
LCD and Keyboard Interfacing
LCD and Keyboard Interfacing
LCD and Keyboard Sepehr Naimi
Keyboard/Display Controller (8279)
8279 – Programmable Keyboard/Display Interface
LCD and Keyboard Interfacing
Presentation transcript:

ECE 353 Introduction to Microprocessor Systems Michael Schulte Week 12

Administrative Matters Homework #6 due Friday, May 9 th Reading for week 12 (switches, keypads, and displays) Textbook Supplement #5 Final exam on Saturday, May 17 th from 7:45am to 9:45am in 3418 EH Cumulative exam covering Modules 1-6 More details coming soon

Topics Digital Inputs Mechanical switches Keypads and keyboards Rotary encoders Displays LED displays LCD displays

Mechanical Switches Types of switches Poles Throws Contact action Converting switch position to a logic level Mechanical contact bounce Debouncing in Hardware RS latch Integrator/Schmitt-trigger Dedicated ICs (MAX6816/7/8)MAX6816/7/8

Mechanical Switches Debouncing in Software How to do? Exercise 1.Develop an algorithm for debouncing of a single pressed switch. (Assume 0 when pressed.) 2.Draw a flowchart to implement your algorithm in an ISR that will be invoked by a periodic timer interrupt.

Keypads and Keyboards Switch connections Linear Matrix Keypad scanning Row/column scanningscanning  Algorithm Algorithm Dedicated keypad encoders (74C923)74C923 Keypad issues Phantom keys Roll-over

Rotary Encoders Convert angular position to digital value Encoding schemes Quadrature Encoders Absolute Encoders Indexed Encoders Interfacing Software  Using interrupts Using interrupts Hardware  Design logic or use dedicated devices

LED Displays Characteristics Driver requirements Display types Drivers Multiplexed displays Driver circuits Refresh rate Duty cycle Intensity control Display Driver ICs LED ISR algorithm and routine

LCD Display Characteristics Numeric, text and/or graphic displays Extremely low power Passive Temperature sensitive Complex drivers required to create segment waveforms Require no net DC offset on segments – on single polarity systems this adds to driver complexity

LCD Technology Natural state Molecules are arranged in a loosely ordered fashion with their long axes parallel. Aligned state When coming into contact with a finely grooved surface (alignment layer), molecules line up in parallel along the grooves.

LCD Technology When liquid crystals are sandwiched between upper and lower plates, they line up with grooves pointing in directions 'a' and 'b,' respectively. The molecules along the upper plate point in direction 'a' and those along the lower plate in direction 'b,' thus forcing the liquid crystals into a twisted structural arrangement. (figure shows a 90-degree twist) (TN type liquid crystal)

LCD Technology Light passes through liquid crystals, following the direction in which the molecules are arranged. When the molecule arrangement is twisted 90 degrees as shown in the figure, the light also twists 90 degrees as it passes through the liquid crystals.

LCD Technology The molecules in liquid crystals are easily rearranged by applying voltage or another external force. When voltage is applied, molecules rearrange themselves vertically (along the electric field) and light passes straight through.

LCD Technology Light passes when two polarizing filters are arranged with their axes aligned (left). Light is blocked when two polarizing filters are arranged with their axes perpendicular (right).

LCD Technology A combination of polarizing filters and twisted liquid crystal is used to create a liquid crystal display.

LCD Character Modules Based on Hitachi LCD-II controller protocol 1 to 4 lines, 8-20 characters per line 4 or 8 bit parallel interface Motorola style control signals 256 character font 8 user defined characters (Character Generator RAM) Controllable cursor 2 read/write registers  Instruction/status  data

LCD Character Modules Standard Hardware Interface Contrast adjustment  Temperature considerations Control bus connections Register addressing Bus Timing Requirements Often slower than processor – may require wait states Sequential operations often require delay Can drive LCD module bus from I/O pins and manipulate to get proper waveforms (bit-banging) Backlights LED CCFL/EL

LCD Commands Commands Display Clear Cursor Home Entry Mode Set Display On/Off Control Cursor/Display Shift Function Set Set CGRAM Address Set DDRAM Address Using BUSY Flag

Designing a Software Interface What procedures would you write in order to create a higher-level software interface to the LCD display? Build a hierarchy using low-level procedures as building blocks – LCD Initialization Send Command (pass command) Send Data (pass data) Check if Busy (return state) Wait until Ready Write Character at Location (pass char, location) Write Character String (pass address) Write Character String at Location (pass addr, location)

Wrapping Up Homework #6 due Friday, May 9th th. Final exam on Saturday, May 17 th from 7:45am to 9:45am in 3418 EH Cumulative exam covering Modules 1-6 More details coming soon

Matrix-Connected Switches Each switch connected between a row line and a column line. More complicated circuitry required to poll switches. Why connect in a matrix? Think about keyboard with 100+ keys... Back

Keypad Example Back

Matrix Scanning Algorithm Algorithm Drive columns (or rows) low one at a time. Read the rows (or columns), any low rows (columns) correspond to pressed switches. Circuit Requirements Pull-up resistors to ensure that open rows (or columns) are high. Use open-drain / open-collector driver on each column (row) to avoid contention issues with multiple presses. Switch Ambiguities If more than two switches are pressed, may “see” more switches active than there really are. (phantom paths) Can be solved by placing a series diode at each switch. Back

74C Key Encoder Back

Maxim MAX6816/7/8 Back

Quadrature Rotary Encoders There are normally many electrical cycles for each mechanical revolution.

Back Rotary encoder A/B outputs typically go through many electrical cycles for a single revolution of the encoder shaft. The absolute shaft position is unknown. An indexed rotary encoder is essentially a quadrature encoder that has an additional output that provides a single pulse during each mechanical revolution. This reference signal provides a way to determine the absolute shaft position. Indexed Rotary Encoders

Absolute Rotary Encoders Back Position (+/- 22.5°) Output DecimalBinaryChanged BitsGray Code 0°0° ° ° ° ° ° ° ° °00003 The n-bit output is directly proportional to the angular position.

Rotary Encoder with Interrupts Back

Typical LED Characteristics Back

LED Displays Back

MAX7219 Multiplexed Display Driver Back

LED current limiting resistors Multiplexed Display

HW Switch Debouncing RS Latch Back

HW Switch Debouncing Back RC Integrator with Schmitt-trigger gate Debounces both press and release