ADC and DAC INTERFACE. Connecting the ADC0804 to the Microprocessor ADC0804 interfaced to an 8086 is illustrated in Figure 11–55. – V REF is not attached.

Slides:



Advertisements
Similar presentations
The Sound Card By Scott Anderson. Definition of Sound Card A sound card, or audio card, is the computer software that controls the input and output of.
Advertisements

IO Interfaces and Bus Standards. Interface circuits Consists of the cktry required to connect an i/o device to a computer. On one side we have data bus.
Chapter /8088 Hardware Specifications
The Intel 8255 Programmable Peripheral Interface chip is used to give the microprocessor (8088) access to programmable input/ output devices. It has three.
Khaled A. Al-Utaibi 8086 Bus Design Khaled A. Al-Utaibi
1 Memory-Mapped I/O Lecture 23 Digital Design and Computer Architecture Harris & Harris Morgan Kaufmann / Elsevier, 2007.
The 8085 Microprocessor Architecture
The 8085 Microprocessor Architecture. Contents The 8085 and its Buses. The address and data bus ALU Flag Register Machine cycle Memory Interfacing The.
Data Acquisition ET 228 Chapter
COMPUTER ORGANIZATION CHAPTER SUBSYSTEM INTERCONNECTION.
Technology ICT Option: Audio.
Mark Neil - Microprocessor Course 1 Digital to Analog Converters.
PDACS Michelle Berger John Curtin Trey Griffin Aaron King Michael Nordfelt Jeffrey Whitted.
1 PC Audio 2 Sound Card  An expansion board that enables a computer to receive, manipulate and output sounds.
Mp3 player Alma Rico and Amy Wibowo. functionality Audio –Play mp3’s stored in memory –Volume control –Additional Possible Features: Download capability.
Arduino Week 3 Lab ECE 1020 Prof. Ahmadi. Objective Data acquisition (DAQ) is the process of measuring an electrical or physical phenomenon such as voltage,
TK I/O Peripherals Interface DR MASRI AYOB.
Engineering 4862 Microprocessors Lecture 26 Cheng Li EN-4012
Chapter 17 Microprocessor Fundamentals William Kleitz Digital Electronics with VHDL, Quartus® II Version Copyright ©2006 by Pearson Education, Inc. Upper.
Seminar on Sound Card Presented by:- Guided by:-
Khaled A. Al-Utaibi  Intel Peripheral Controller Chips  Basic Description of the 8255  Pin Configuration of the 8255  Block Diagram.
Microprocessor Address Decoding.
ACOE2551 Microprocessors Data Converters Analog to Digital Converters (ADC) –Convert an analog quantity (voltage, current) into a digital code Digital.
Dr. Rabie A. Ramadan Al-Azhar University Lecture 6
ECE 371 Microprocessor Interfacing Unit 4 - Introduction to Memory Interfacing.
8086/8088 Hardware Specifications A Course in Microprocessor Electrical Engineering Dept. University of Indonesia.
Port Mapped I/O.
BASIC INPUT AND OUTPUT INTERFACING.  8085A communicate with outside world using the I/O devices.  Since memory and I/O devices share the system bus,
Basic I/O Interface A Course in Microprocessor
Lecture 13 Basic I/O Interface
Microcontroller based system design Asst. Prof. Dr. Alper ŞİŞMAN.
Final Lecture Review Step 7 Deliverables Final Course Information.
Computer Architecture Lecture 9 by Engineer A. Lecturer Aymen Hasan AlAwady 10/2/2014 University of Kufa - Information Technology Research and Development.
University of Tehran 1 Microprocessor System Design IO Applications Omid Fatemi
Memory Interface A Course in Microprocessor Electrical Engineering Dept. University of Indonesia.
CDR- Digital Audio Recorder/Player Brian Cowdrey Mike Ingoldby Gaurav Raje Jeff Swetnam.
Introduction Advantage of DSP: - Better signal quality & repeatable performance - Flexible  Easily modified (Software Base) - Handle more complex processing.
Representing Numerical Data Analog Any signal that varies continuously over time Mechanical Pneumatic Hydraulic Electrical Digital Quantities are represented.
INTRODUCTION.  Upon completing this topic, you should be able to: Illustrate a basic elements of digital computer system and their functions, Depicts.
12/16/  List the elements of 8255A Programmable Peripheral Interface (PPI)  Explain its various operating modes  Develop a simple program to.
©2008 R. Gupta, UCSD COSMOS Summer 2008 Peripheral Interfaces Rajesh K. Gupta Computer Science and Engineering University of California, San Diego.
PPI-8255.
The Microprocessor and Its Architecture A Course in Microprocessor Electrical Engineering Department University of Indonesia.
Basic LED Interface.
Interfacing Data Converters. D/A converters Design an O/P port with the address FFh to interface the 1408 D/A converter that is calibrated for 0 to 10V.
I/O Interface. INTRO TO I/O INTERFACE I/O instructions (IN, INS, OUT, and OUTS) are explained. Also isolated (direct or I/O mapped I/O) and memory-mapped.
Embedded Systems Design 1 Lecture Set C Interfacing the MCS-51 to: –D/A Converter –A/D Converter.
3.13 How many output lines will a five-input decoder have?
ECET 340 Entire Course (All ilabs and Homework) For more classes visit ECET 340 Week 1 HomeWork 1 ECET 340 Week 1 iLab 1 ECET 340.
3.2.2 SRAM Memories – Design and interfacing to 16-bit memories
MICROPROCESSOR INTEL 8086/8088 BY: SERA SYARMILA SAMEON.
Task 2: Define digital and analogue signals
Chapter 11: Basic I/O Interface – Part 1. Copyright ©2009 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. The Intel.
Chapter 10: Memory Interface
The 8085 Microprocessor Architecture
Data Acquisition System
Dr. Rabie A. Ramadan Al-Azhar University Lecture 5
Input/Output 1 1.
PRA-SYARAT SISTEM MIKROPROSESOR
Introduction to Microprocessors and Microcontrollers
Interfacing Memory Interfacing.
Digital Control Systems Waseem Gulsher
Chapter 7 Features and Interfacing of Programmable Devices for 8085 based systems.
Chapter 2 Signal Sampling and Quantization
Chapter 11: Basic I/O Interface - Part 2
Digital Logic & Design Dr. Waseem Ikram Lecture 40.
The 8085 Microprocessor Architecture
UNIT-III Pin Diagram Of 8086
ECE Computer Engineering Design Project
The Programmable Peripheral Interface (8255A)
Presentation transcript:

ADC and DAC INTERFACE

Connecting the ADC0804 to the Microprocessor ADC0804 interfaced to an 8086 is illustrated in Figure 11–55. – V REF is not attached to anything, which is normal Suppose ADC0804 is decoded at I/O port address 40H for the data and address 42H for INTR. The procedure to read data is listed in Example 11–29.

Figure 11 – 55 The ADC0804 interfaced to the 8086 microprocessor.

Using the ADC0804 and the DAC0830 This illustrates an example using an ADC0804 and a DAC0830 to capture and replay audio signals or speech. – a speech synthesizer has been used in the past to generate speech, but quality was poor For human quality speech, we can use an ADC0804 to capture an audio signal and store it for later playback through a DAC0830.

Fig 11–56 shows circuitry required to connect the ADC0804 at I/O ports 0700H and 0702H. The DAC0830 is interfaced at I/O port 704H. – These ports are in the low bank of a 16-bit microprocessor such as the 8086/80386SX The software appears in Example 11–30. It reads a 1-second burst of speech and plays it back 10 times.

Figure 11 – 56 A circuit that stores speech and plays it back through the speaker.

A procedure called READS reads the speech. A second, PLAYS, plays it back. The speech is sampled and stored in a section of memory called WORDS. The sample rate is chosen at 2048 samples per second, which renders acceptable-sounding speech.