1 / 18

Data Acquisition System

Data Acquisition System. Submitted by: Harneet Singh Sushant Kumar Guide: Mr. Vinod Khera. Objective. To sample real world data, process it and display on a LCD This Data Acquisition System works as a microcontroller-based digital thermometer for measuring the temperature.

misae
Télécharger la présentation

Data Acquisition System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Acquisition System Submitted by: Harneet Singh Sushant Kumar Guide: Mr. Vinod Khera

  2. Objective • To sample real world data, process it and display on a LCD • This Data Acquisition System works as a microcontroller-based digital thermometer for measuring the temperature. • Displays fever if the temperature is more than 37 degrees.

  3. Introduction • Data Acquisition is the sampling of real world data • Data that can be stored and processed • DAQ includes appropriate sensors that convert any measurement parameter

  4. START OF THE PROGRAM DECLARE VARIABLES, SET LCD PARAMETERS. SET PORTSFOR I/O INITIALIZE THE LCD AND DISPLAY LOGO.WAIT 60 SECONDS TO STABILISE INITIALISE DS18S21 READ DATA FROM DS18S21 AND CONVERT TO DISPLAY FORMAT DISPLAY NORMAL ALONG WITH PRESENT TEMPERATURE DISPLAY FEVER ALONG WITH PRESENT TEMPERATURE IS TEMPERAT-URE > 37

  5. Advantage of PIC16F84 What sets a microcontroller apart from other processors are special circuits to deal with the needs of real time applications.

  6. PIC FEATURES • Harvard architecture • Improves bandwidth over traditional von Neumann architecture • The PIC16FXX has a 13-bit program counter capable of addressing an 8K x 14 program memory space • Watchdog timer • RISC instruction set • SOIC package

  7. PIC16F84 Microcontroller

  8. Pin Diagram

  9. Dallas DS18S21

  10. Pin configuration

  11. DALLAS DS18S21 • Direct-to-digital temperature sensor • The output of the temperature sensor has 9-bit resolution • The DS18S21 can function as a standalone thermostat with user-programmable trip-points or as 8-bit temperature sensor with a 1-Wire digital interface

  12. DALLAS 18S21 • operating temperature range of –55°C to +125°C • Accurate to ±1°C over a range of 0°C to +85°C

  13. Future Scope • It can be programmed to work as a temperature alarm • This system can be integrated with a notification service • This will make this system a networked embedded system. The notification could be through (SMS)/email

  14. Conclusion • The features make the Data Acquisition System a system of choice and a system of future, having unlimited scope for development and expansion

  15. References 1. www.oshonsoft.com 2. www.microchip.com 3. www.maxim-ic.com 4. www.educypedia.be 5. Datasheet of PIC16F8X 6. Datasheet of DS18S21

More Related