ADC,DAC and sensor interface

Slides:



Advertisements
Similar presentations
Analog to digital converter
Advertisements

Georgia Tech Digital Back-end µHRG interface Curtis Mayberry School of Electrical and Computer Engineering Georgia Institute of Technology January 13 th,
Mark Neil - Microprocessor Course 1 Device Drivers – Digital Voltmeter.
Analog-to-Digital Converter (ADC) And
Digital Thermostat and Data Logger Brandon Wagner and David Southwick.
Data Acquisition ET 228 Chapter
Analog to Digital Conversion
Analog/Digital Subsystem
Analog Comparator Positive input chooses bet. PB2 and Bandgap Reference. Negative input chooses bet. PB3 and the 8 inputs of the A/D. ACME= Analog Comparator.
Khaled A. Al-Utaibi  Digital Vs Analog Signals  Converting an Analog Signal to a Digital One  Reading Analog Sensors with the.
-Done By Haresh Miriyala
ADC and DAC. Reason for Signal Conversion digital AD2 DA1.
Analog to Digital Converter
Lecture 12 Analog to Digital Converters. 2  What is an ADC?  Output vs. input  Input range  Single-ended vs. differential inputs  Output coding:
Kuliah Mikrokontroler AVR ADC AVR Eru©September 2009 PENS.
Explain the introduction to ADC, ADC characteristics, Programming ADC using PIC18, Introduction to DAC and DAC interfacing with PIC18.
1 Dr. Un-ki Yang Particle Physics Group or Shuster 5.15 Amplifiers and Feedback: 3.
1 Analog-to-Digital Converter (ADC). 2 ADC Features (1/3) ADC conversion rate 1 MHz and 12-bit resolution – 1µs conversion time at 56 MHz – 1.17µs conversion.
Interfacing ADC to 8051.
Analogue Input/Output
PH4705/ET4305: A/D: Analogue to Digital Conversion Typical Devices: Data sheets are on the web site for A/D 8 bit parallel AD7819 and serial ADC0831 And.
Computer Based Data Acquisition Basics. Outline Basics of data acquisition Analog to Digital Conversion –Quantization –Aliasing.
Data Converters ELEC 330 Digital Systems Engineering Dr. Ron Hayne
DATA ACQUISITION Today’s Topics Define DAQ and DAQ systems Signals (digital and analogue types) Transducers Signal Conditioning - Importance of grounding.
Embedded System Design Laboratory October 11, 2002Stanford University - EE281 Lecture #4#1 Lecture #4 Outline Announcements Project Proposal AVR Processor.
Digital to Analogue Converter
Analog to Digital conversion. Introduction  The process of converting an analog signal into an equivalent digital signal is known as Analog to Digital.
ELE2MIC Lecture 21 The AVR Sleep Modes ATMEGA128’s Analog to Digital Converter –Features –Block Diagram –Clock Source –Input Sources –Interrupts –BandGap.
Advanced uC Session Speaker : Chiraag Juvekar Jan 13, 2011 Speaker : Chiraag Juvekar Jan 13, 2011.
Atmel Atmega128 Overview ALU Particulars RISC Architecture 133, Mostly single cycle instructions 2 Address instructions (opcode, Rs, Rd, offset) 32x8 Register.
Data Acquisition ET 228 Chapter 15 Subjects Covered Analog to Digital Converter Characteristics Integrating ADCs Successive Approximation ADCs Flash ADCs.
Suleyman Demirel University CSS340 Microprocessor Systems – Lecture 2 ATMEGA328P ARCHITECTURE ANALOG INPUTS.
The Silicon Laboratories C8051F020
Analog to Digital Converter (ADC). Analog to Digital Converters  Microcontroller understands only digital language.  To convert the analog output from.
Analog to Digital Converters
Microcontroller based system design Asst. Prof. Dr. Alper ŞİŞMAN.
Analog/Digital Conversion
Comparators, DAC, and ADC
Department of Electronic & Electrical Engineering Further work? Simple Voltmeter. ● Analogue to Digital converter (MCP3001 SPI ) ● Analogue → 10bit binary.
Analog to Digital Converter (ADC)
Analog to Digital Conversion - ADC Mark Neil - Microprocessor Course 1 Device Drivers – Measuring Voltages.
M. TWEPP071 MAPS read-out electronics for Vertex Detectors (ILC) A low power and low signal 4 bit 50 MS/s double sampling pipelined ADC M.
0808/0809 ADC. Block Diagram ADC ADC0808/ADC Bit μP Compatible A/D Converters with 8-Channel Multiplexer The 8-bit A/D converter uses successive.
Sensing Algorithm using IR Sensor and ADC Soong-sil University. Robotics 기 정 두 원.
1 Lab 4: D/A Converter Lab 4: D/A Converter This is a simple resistive network for a D/A converter Port 1, Port 0 are digital inputs ==> 00 (minimum),
Networked Embedded Systems Sachin Katti & Pengyu Zhang EE107 Spring 2016 Lecture 13 Interfacing with the Analog World.
By: Shivanshi pandya(30) Ayushi chourasia (3) Pranavi chhikniwala(6)
Front End. Charge pre-amp and detector Voltage regulator. TOP side. Detector linear voltage regulator BOTTOM side. Charge pre-amp.
ME6405 The George W. Woodruff School of Mechanical Engineering ME 4447/ME6405 Microprocessor Control of Manufacturing Systems/Introduction to Mechatronics.
MECH 373 Instrumentation and Measurements
Schedule… ECEN 301 Discussion #24 – DAC Date Day Class No. Title
SAR ADC Tao Chen.
Analog Comparator An analog comparator is available on pins PE2(AIN0), PE3(AIN1) The comparator operates like any other comparator. -when (+) exceeds (-)
EI205 Lecture 13 Dianguang Ma Fall 2008.
ADC, DAC, and Sensor Interfacing
ADC, DAC, and Sensor Interfacing
Digital to Analog Converters
Digital-to-Analog & Analog-to-Digital Conversion
ADC, DAC, and Sensor Interfacing
Created by Luis Chioye Presented by Cynthia Sosa
ADC, DAC, and Sensor Interfacing
CSE 171 Lab 11 Digital Voltmeter.
Digital Control Systems Waseem Gulsher
PIC18F458 Analog-to-Digital
ADC and DAC Programming in AVR
ADC and DAC Data Converter
ADC and Sensor Programming
SIS20:A CMOS ASIC for SOLAR IRRADIANCE SENSORS in MARS SURFACE
Device Drivers – Digital Voltmeter
ADC and DAC Data Converter
Presentation transcript:

ADC,DAC and sensor interface Prepared by:parmar princee(130590111007) Guided by:pradip gosai

Topics What is ADC and why do we need it? ADC major characteristics ADC in AVR Hardware Consideration AVR ADC Programming ADCH and ADCL ADMUX ADCSRA DAC Signal conditioning and sensors

What is ADC? Do we need it? Analogue vs. digital signal

ADC major characteristics Conversion Time Resolution Vref Parallel vs. serial Input channels Step Size

Some of ADC Signals Dout = Vin / Step size Start of Conversion ( in 8 bit ADC and Vref = 2.56 what is D out for 20mV input voltage?) Start of Conversion Channel Selector

ADC in AVR Atmega 16/32 have internal ADC 8 analogue input channel 7 differential input channel 2 differential input channel with 10x or 200x gain 3 source of Vref Internal 2.56V Vref generator

Hardware Consideration

ADCH and ADCL Data registers ADCH:ADCL store the results of conversion. The 10 bit result can be right or left justified: ADLAR = 0 ADLAR =1

ADMUX

ADC input selection

ADCSA

ADC Prescaler PreScaler Bits let us change the clock frequency of ADC The frequency of ADC should not be more than 200 KHz Conversion time is longer in the first conversion

Programming ADC

DAC What is DAC ? How to connect an DAC to AVR?

Signal conditioning Thermo couple provides temp in form of uV PT100 provides temp in form of resistance Some humidity sensor provide the result in form of Capacitance -> We have to change these signals to Voltage to convert it by ADC This job is called signal conditioning

Sensor Interfacing

Thank you