SlideShare una empresa de Scribd logo
1 de 14
DATA ACQUISITION SYSTEM
     USING AT89C51



  PREM KUMAR
  M-TECH (PED)
  REG NO-1611110018
INTRODUCTION

      The main objective of this project is to develop
the data acquisition system. In this project AT89c51 is
used to develop the data acquisition system
WHAT IS DAQ?

    Data acquisition (DAQ) is the process of
 measuring an electrical or physical phenomenon such
 as voltage, current, temperature, pressure, or sound
 with a computer.

    DAQ     systems    either   measure     a   physical
 parameter or take a specific action (sound an alarm,
 turn on a light, etc.) based on the data received.
DAQ SYSTEM

     A DAQ system consists of sensors, DAQ
measurement   hardware,     and    a   computer   with
programmable software




    sensor              DAQ DEVICE            COMPUTER




                          DRIVER
BLOCK EXPLANATION

   First the sensor measures the physical quantity or
    electrical               quantity                like
    temperature, pressure, voltage or current.

   DAQ device which converts measured analog
    signal into digital signal. And it is also interfaced
    with PC.

   We can control the driver circuit by computer
    through data acquisition system.
INTERFACING DIAGRAM
PIN DESCRIPTION
CONNECTED
TO ADC TO
SELECT
SENSOR

CONNECTED
TO DRIVER
CIRCUIT

  CONNECTED
  TO MAX 232



                  CONNECTED
                  TO ADC
ANALOG TO DIGITAL CONVERTER

      ADC 0808 is 8 bit analog to digital converter, which
 uses successive approximation type conversion.

 Key specifications:

     Resolution 8 Bits

     Total Unadjusted Error ±½ LSB and ±1 LSB

     Single Supply 5 VDC

     Conversion Time 100 μs
MAX 232

       The RS232 is not compatible with 89c51,we
    need a voltage converter to convert the RS232’s
    signals to TTL voltage levels that will be acceptable
    to the 89c51’s TxD and RxD pins.

       The MAX232 converts from RS232 voltage
    levels to TTL voltage levels, and vice versa.one
    advantage of the MAX232 chip is that we can use
    same    power   supply(+5V)    for   controller   and
    MAX232.
PROGRAM
   Start :   MOV          P1,#00H
              LCALL        initserial
              LCALL        latch
              LCALL        start_conv
              LCALL        wait
              LCALL        get
              MOV          A,P2
              MOV          R6,A
              LCALL        send_read
              SJMP Start
PROGRAM CONT….
delay :MOV          R4,#80H
here :         MOV        R5,#30H
again :        DJNZ       R5,again
               DJNZ       R4,here
               RET

initserial :   MOV        TMOD,#20H
               MOV        TH1,#FDH
               MOV        SCON,#50H
               SETB       TR1
               SETB       EA
               SETB       ES
               RET
PROGRAM CONT….
start_conv :   LCALL delay
               CLR           P3.3
               LCALL delay
               SETB          P3.3
               RET

wait :         JB            P3.4,wait
               RET

get :          LCALL delay
               CLR           P3.5
               LCALL delay
               SETB          P3.5
               RET
PROGRAM CONT….
send_char :   MOV     SBUF,R6
next :        JNB     TI,next
              CLR     TI
              RET

send_read :   LCALL   send_char
              MOV     A,# “,”
              LCALL   send_char
              RET

latch :       CLR     P3.6
              LCALL   delay
              SETB    P3.6
              RET
CONCLUSION

      Thus, the data acquisition system using
ATMEL89c51 microcontroller and ADC0808             is
designed. Also, proved it is more flexible as program
can be changed according to requirement repeatedly.

Más contenido relacionado

La actualidad más candente

Power electronics Introduction
Power electronics   IntroductionPower electronics   Introduction
Power electronics IntroductionBurdwan University
 
8051 Microcontroller ppt
8051 Microcontroller ppt8051 Microcontroller ppt
8051 Microcontroller pptRahul Kumar
 
A Solution to remote detection of illegal electricity
A Solution to remote detection of illegal electricityA Solution to remote detection of illegal electricity
A Solution to remote detection of illegal electricityAhmed Aslam
 
8051-mazidi-solution
8051-mazidi-solution8051-mazidi-solution
8051-mazidi-solutionZunAib Ali
 
Temperature Transducers
Temperature TransducersTemperature Transducers
Temperature TransducersAsim Raza
 
Plc presentation
Plc presentationPlc presentation
Plc presentationAkshay Modi
 
Temperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring usingTemperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring usingJagannath Dutta
 
MOSFET INVERTER SIMULATION
MOSFET INVERTER SIMULATIONMOSFET INVERTER SIMULATION
MOSFET INVERTER SIMULATIONMOHAMMAD HANNAN
 
Basic electronics
Basic electronics Basic electronics
Basic electronics arunavasava
 
Power semiconductor devices
Power semiconductor devicesPower semiconductor devices
Power semiconductor devicesSamsu Deen
 
MOSFET as a switch
MOSFET as a switchMOSFET as a switch
MOSFET as a switchssuser3cd2c9
 

La actualidad más candente (20)

Analog to digital converters, adc
Analog to digital converters, adcAnalog to digital converters, adc
Analog to digital converters, adc
 
Inverter
InverterInverter
Inverter
 
Power electronics Introduction
Power electronics   IntroductionPower electronics   Introduction
Power electronics Introduction
 
8051 Microcontroller ppt
8051 Microcontroller ppt8051 Microcontroller ppt
8051 Microcontroller ppt
 
Switches and LEDs interface to the 8051 microcontroller
Switches and LEDs interface to the 8051 microcontrollerSwitches and LEDs interface to the 8051 microcontroller
Switches and LEDs interface to the 8051 microcontroller
 
A Solution to remote detection of illegal electricity
A Solution to remote detection of illegal electricityA Solution to remote detection of illegal electricity
A Solution to remote detection of illegal electricity
 
Mosfet
MosfetMosfet
Mosfet
 
8051-mazidi-solution
8051-mazidi-solution8051-mazidi-solution
8051-mazidi-solution
 
Temperature Transducers
Temperature TransducersTemperature Transducers
Temperature Transducers
 
Plc presentation
Plc presentationPlc presentation
Plc presentation
 
Temperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring usingTemperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring using
 
Q meter ppt
Q meter pptQ meter ppt
Q meter ppt
 
Password Based Circuit Breaker
Password Based Circuit BreakerPassword Based Circuit Breaker
Password Based Circuit Breaker
 
Mosfet
MosfetMosfet
Mosfet
 
MOSFET INVERTER SIMULATION
MOSFET INVERTER SIMULATIONMOSFET INVERTER SIMULATION
MOSFET INVERTER SIMULATION
 
Basic electronics
Basic electronics Basic electronics
Basic electronics
 
Power semiconductor devices
Power semiconductor devicesPower semiconductor devices
Power semiconductor devices
 
Sensistor
SensistorSensistor
Sensistor
 
MICROCONTROLLER - INTEL 8051
MICROCONTROLLER - INTEL 8051MICROCONTROLLER - INTEL 8051
MICROCONTROLLER - INTEL 8051
 
MOSFET as a switch
MOSFET as a switchMOSFET as a switch
MOSFET as a switch
 

Destacado

Case studies in integrated multi channel fundraising
Case studies in integrated multi channel fundraisingCase studies in integrated multi channel fundraising
Case studies in integrated multi channel fundraisingDave Raley
 
Data Acquisition System & Data Logger
Data Acquisition System & Data LoggerData Acquisition System & Data Logger
Data Acquisition System & Data LoggerTrivedi Jay
 
Data Acquisition System and Data loggers
Data Acquisition System and Data loggersData Acquisition System and Data loggers
Data Acquisition System and Data loggersSwara Dave
 
Data acquisition system (DAS)
Data acquisition system (DAS)Data acquisition system (DAS)
Data acquisition system (DAS)Sumeet Patel
 
A 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forA 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forAlexander Decker
 
The most accurate and flexible temperature data acquisition system for the fa...
The most accurate and flexible temperature data acquisition system for the fa...The most accurate and flexible temperature data acquisition system for the fa...
The most accurate and flexible temperature data acquisition system for the fa...Fluke Calibration
 
Eet3131 ccd cmos_presentation2
Eet3131 ccd cmos_presentation2Eet3131 ccd cmos_presentation2
Eet3131 ccd cmos_presentation2djehlke
 
Digital conv keep britain tidy & the distillery
Digital conv keep britain tidy & the distilleryDigital conv keep britain tidy & the distillery
Digital conv keep britain tidy & the distilleryKirstie Buchanan
 
Mixed Signal Verification of a Voltage Regulator using a State Space approach...
Mixed Signal Verification of a Voltage Regulator using a State Space approach...Mixed Signal Verification of a Voltage Regulator using a State Space approach...
Mixed Signal Verification of a Voltage Regulator using a State Space approach...Raj Mitra
 
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...mayank agarwal
 
Aeav 311 lecture 25 26- inst.amp+noise
Aeav 311 lecture 25 26- inst.amp+noiseAeav 311 lecture 25 26- inst.amp+noise
Aeav 311 lecture 25 26- inst.amp+noise0mehdi
 
Signal Conditioning
Signal ConditioningSignal Conditioning
Signal ConditioningMuhammad AR
 
Signal conditioning
Signal conditioningSignal conditioning
Signal conditioningFani Hakim
 
Data acquisition softwares
Data acquisition softwaresData acquisition softwares
Data acquisition softwaresSachithra Gayan
 
Lab 1 data acquisition fundamentals
Lab 1   data acquisition fundamentalsLab 1   data acquisition fundamentals
Lab 1 data acquisition fundamentalsdevneet11
 
Data acquisition system
Data acquisition systemData acquisition system
Data acquisition systemAmol Dudhate
 

Destacado (20)

Case studies in integrated multi channel fundraising
Case studies in integrated multi channel fundraisingCase studies in integrated multi channel fundraising
Case studies in integrated multi channel fundraising
 
Data Acquisition System
Data Acquisition SystemData Acquisition System
Data Acquisition System
 
Data Acquisition System & Data Logger
Data Acquisition System & Data LoggerData Acquisition System & Data Logger
Data Acquisition System & Data Logger
 
Data Acquisition System and Data loggers
Data Acquisition System and Data loggersData Acquisition System and Data loggers
Data Acquisition System and Data loggers
 
Data acquisition system (DAS)
Data acquisition system (DAS)Data acquisition system (DAS)
Data acquisition system (DAS)
 
A 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system forA 32 channel modular multi input data acquisition system for
A 32 channel modular multi input data acquisition system for
 
The most accurate and flexible temperature data acquisition system for the fa...
The most accurate and flexible temperature data acquisition system for the fa...The most accurate and flexible temperature data acquisition system for the fa...
The most accurate and flexible temperature data acquisition system for the fa...
 
Test Tutorial
Test TutorialTest Tutorial
Test Tutorial
 
Eet3131 ccd cmos_presentation2
Eet3131 ccd cmos_presentation2Eet3131 ccd cmos_presentation2
Eet3131 ccd cmos_presentation2
 
Digital conv keep britain tidy & the distillery
Digital conv keep britain tidy & the distilleryDigital conv keep britain tidy & the distillery
Digital conv keep britain tidy & the distillery
 
ADC F28x
ADC F28xADC F28x
ADC F28x
 
Mixed Signal Verification of a Voltage Regulator using a State Space approach...
Mixed Signal Verification of a Voltage Regulator using a State Space approach...Mixed Signal Verification of a Voltage Regulator using a State Space approach...
Mixed Signal Verification of a Voltage Regulator using a State Space approach...
 
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
 
Aeav 311 lecture 25 26- inst.amp+noise
Aeav 311 lecture 25 26- inst.amp+noiseAeav 311 lecture 25 26- inst.amp+noise
Aeav 311 lecture 25 26- inst.amp+noise
 
Edge technology
Edge technology Edge technology
Edge technology
 
Signal Conditioning
Signal ConditioningSignal Conditioning
Signal Conditioning
 
Signal conditioning
Signal conditioningSignal conditioning
Signal conditioning
 
Data acquisition softwares
Data acquisition softwaresData acquisition softwares
Data acquisition softwares
 
Lab 1 data acquisition fundamentals
Lab 1   data acquisition fundamentalsLab 1   data acquisition fundamentals
Lab 1 data acquisition fundamentals
 
Data acquisition system
Data acquisition systemData acquisition system
Data acquisition system
 

Similar a Micro controller based DAQ

Https _doc-0o-c4-apps-viewer.googleusercontent
Https  _doc-0o-c4-apps-viewer.googleusercontent Https  _doc-0o-c4-apps-viewer.googleusercontent
Https _doc-0o-c4-apps-viewer.googleusercontent vijaydeepakg
 
m.tech esd lab manual for record
m.tech esd lab manual for recordm.tech esd lab manual for record
m.tech esd lab manual for recordG Lemuel George
 
Embedded System Practical manual (1)
Embedded System Practical manual (1)Embedded System Practical manual (1)
Embedded System Practical manual (1)Niraj Bharambe
 
Analog to Digital converter in ARM
Analog to Digital converter in ARMAnalog to Digital converter in ARM
Analog to Digital converter in ARMAarav Soni
 
Applications of microcontroller(8051)
Applications of microcontroller(8051) Applications of microcontroller(8051)
Applications of microcontroller(8051) vijaydeepakg
 
ADS Lab 5 Report
ADS Lab 5 ReportADS Lab 5 Report
ADS Lab 5 ReportRiddhi Shah
 
Sereial com. ppt
Sereial com. pptSereial com. ppt
Sereial com. pptgaurav5345
 
Aircraft master warning system with ftc prompting
Aircraft master warning system with ftc promptingAircraft master warning system with ftc prompting
Aircraft master warning system with ftc promptingSudhanshu Janwadkar
 
Chp7 pic 16 f84 interfacing - copy
Chp7 pic 16 f84 interfacing - copyChp7 pic 16 f84 interfacing - copy
Chp7 pic 16 f84 interfacing - copymkazree
 
Assembly programming II
Assembly programming IIAssembly programming II
Assembly programming IIOmar Sanchez
 
Assembly programming II
Assembly programming IIAssembly programming II
Assembly programming IIOmar Sanchez
 
Assembly programming II
Assembly programming IIAssembly programming II
Assembly programming IIOmar Sanchez
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converterCorrado Santoro
 
Unit iv microcontrollers final
Unit iv microcontrollers finalUnit iv microcontrollers final
Unit iv microcontrollers finalSARITHA REDDY
 

Similar a Micro controller based DAQ (20)

Https _doc-0o-c4-apps-viewer.googleusercontent
Https  _doc-0o-c4-apps-viewer.googleusercontent Https  _doc-0o-c4-apps-viewer.googleusercontent
Https _doc-0o-c4-apps-viewer.googleusercontent
 
Analog to Digital Converter
Analog to Digital ConverterAnalog to Digital Converter
Analog to Digital Converter
 
m.tech esd lab manual for record
m.tech esd lab manual for recordm.tech esd lab manual for record
m.tech esd lab manual for record
 
Embedded System Practical manual (1)
Embedded System Practical manual (1)Embedded System Practical manual (1)
Embedded System Practical manual (1)
 
Analog to Digital converter in ARM
Analog to Digital converter in ARMAnalog to Digital converter in ARM
Analog to Digital converter in ARM
 
Applications of microcontroller(8051)
Applications of microcontroller(8051) Applications of microcontroller(8051)
Applications of microcontroller(8051)
 
ADS Lab 5 Report
ADS Lab 5 ReportADS Lab 5 Report
ADS Lab 5 Report
 
Sereial com. ppt
Sereial com. pptSereial com. ppt
Sereial com. ppt
 
Mini project
Mini projectMini project
Mini project
 
mini project
mini projectmini project
mini project
 
Aircraft master warning system with ftc prompting
Aircraft master warning system with ftc promptingAircraft master warning system with ftc prompting
Aircraft master warning system with ftc prompting
 
chapter 4
chapter 4chapter 4
chapter 4
 
Chp7 pic 16 f84 interfacing - copy
Chp7 pic 16 f84 interfacing - copyChp7 pic 16 f84 interfacing - copy
Chp7 pic 16 f84 interfacing - copy
 
Assembly programming II
Assembly programming IIAssembly programming II
Assembly programming II
 
Assembly programming II
Assembly programming IIAssembly programming II
Assembly programming II
 
Assembly programming II
Assembly programming IIAssembly programming II
Assembly programming II
 
A 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADCA 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADC
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
 
Lecture 6.pptx
Lecture 6.pptxLecture 6.pptx
Lecture 6.pptx
 
Unit iv microcontrollers final
Unit iv microcontrollers finalUnit iv microcontrollers final
Unit iv microcontrollers final
 

Último

7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsApsara Of India
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Lviv Startup Club
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Roomdivyansh0kumar0
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth MarketingShawn Pang
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒anilsa9823
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Roland Driesen
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsP&CO
 
Unlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdfUnlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdfOnline Income Engine
 
Event mailer assignment progress report .pdf
Event mailer assignment progress report .pdfEvent mailer assignment progress report .pdf
Event mailer assignment progress report .pdftbatkhuu1
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyEthan lee
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 

Último (20)

7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...
 
Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517
Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517
Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Unlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdfUnlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdf
 
Event mailer assignment progress report .pdf
Event mailer assignment progress report .pdfEvent mailer assignment progress report .pdf
Event mailer assignment progress report .pdf
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 

Micro controller based DAQ

  • 1. DATA ACQUISITION SYSTEM USING AT89C51 PREM KUMAR M-TECH (PED) REG NO-1611110018
  • 2. INTRODUCTION The main objective of this project is to develop the data acquisition system. In this project AT89c51 is used to develop the data acquisition system
  • 3. WHAT IS DAQ?  Data acquisition (DAQ) is the process of measuring an electrical or physical phenomenon such as voltage, current, temperature, pressure, or sound with a computer.  DAQ systems either measure a physical parameter or take a specific action (sound an alarm, turn on a light, etc.) based on the data received.
  • 4. DAQ SYSTEM A DAQ system consists of sensors, DAQ measurement hardware, and a computer with programmable software sensor DAQ DEVICE COMPUTER DRIVER
  • 5. BLOCK EXPLANATION  First the sensor measures the physical quantity or electrical quantity like temperature, pressure, voltage or current.  DAQ device which converts measured analog signal into digital signal. And it is also interfaced with PC.  We can control the driver circuit by computer through data acquisition system.
  • 7. PIN DESCRIPTION CONNECTED TO ADC TO SELECT SENSOR CONNECTED TO DRIVER CIRCUIT CONNECTED TO MAX 232 CONNECTED TO ADC
  • 8. ANALOG TO DIGITAL CONVERTER ADC 0808 is 8 bit analog to digital converter, which uses successive approximation type conversion. Key specifications:  Resolution 8 Bits  Total Unadjusted Error ±½ LSB and ±1 LSB  Single Supply 5 VDC  Conversion Time 100 μs
  • 9. MAX 232  The RS232 is not compatible with 89c51,we need a voltage converter to convert the RS232’s signals to TTL voltage levels that will be acceptable to the 89c51’s TxD and RxD pins.  The MAX232 converts from RS232 voltage levels to TTL voltage levels, and vice versa.one advantage of the MAX232 chip is that we can use same power supply(+5V) for controller and MAX232.
  • 10. PROGRAM  Start : MOV P1,#00H LCALL initserial LCALL latch LCALL start_conv LCALL wait LCALL get MOV A,P2 MOV R6,A LCALL send_read SJMP Start
  • 11. PROGRAM CONT…. delay :MOV R4,#80H here : MOV R5,#30H again : DJNZ R5,again DJNZ R4,here RET initserial : MOV TMOD,#20H MOV TH1,#FDH MOV SCON,#50H SETB TR1 SETB EA SETB ES RET
  • 12. PROGRAM CONT…. start_conv : LCALL delay CLR P3.3 LCALL delay SETB P3.3 RET wait : JB P3.4,wait RET get : LCALL delay CLR P3.5 LCALL delay SETB P3.5 RET
  • 13. PROGRAM CONT…. send_char : MOV SBUF,R6 next : JNB TI,next CLR TI RET send_read : LCALL send_char MOV A,# “,” LCALL send_char RET latch : CLR P3.6 LCALL delay SETB P3.6 RET
  • 14. CONCLUSION Thus, the data acquisition system using ATMEL89c51 microcontroller and ADC0808 is designed. Also, proved it is more flexible as program can be changed according to requirement repeatedly.