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

Slides:



Advertisements
Similar presentations
Micro controllers introduction. Areas of use You are used to chips like the Pentium and the Athlon, but in terms of installed machines these are a small.
Advertisements

Microcontroller – PIC – 4 PIC types PIC architecture
Microwave Doppler Speed Measurement System Guo Jianghuai Supervisor: Roland G Clarke Assessor: Chris Trayner Introduction A Doppler radar is a special.
STARLight PDR 3 Oct ‘01I.1 Miller STARLight Control Module Design Ryan Miller STARLight Electrical Engineer (734)
3/11/03 Brian Crosby Tech-topic PIC Micro controllers.
Microcontrollers Lecture L12.2 Section Microcontrollers Microcontrollers vs. Microprocessors Two standard architectures PIC microcontroller 68HC12.
16.317: Microprocessor System Design I Instructor: Dr. Michael Geiger Spring 2012 Lecture 29: Microcontroller intro.
Microcontroller Architecture— PIC18F Family
The 8051 Microcontroller Architecture
ASPPRATECH.
Microcontroller Architecture PIC18F Family
Microcontroller: Introduction
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
The domestic refrigerator-An example A car door mechanism.
Micro controllers A self-contained system in which a processor, support, memory, and input/output (I/O) are all contained in a single package.
MCU – Microcontroller Unit – 1 MCU  1 cip or VLSI core – application-specific.
1 © Unitec New Zealand Embedded Hardware ETEC 6416 Date: - 10 Aug,2011.
CS-280 Dr. Mark L. Hornick 1 Parts of a GP Computer (Microcomputer) Contains separate Microprocessor chip Memory/Memory controller MB control chips Peripheral.
Data Converters ELEC 330 Digital Systems Engineering Dr. Ron Hayne
MICROCONTROLLERS. What is a microcontroller? A microcontroller is a nifty little gadget that houses a microprocessor, ROM (Read Only Memory), RAM (Random.
ECE Lecture 1 1 Introduction to Microcontrolllers Department of Electrical and Computer Engineering The Ohio State University ECE 2560.
Microprocessors A practical approach Subjects Goals for this module Results Subjects of the module Plans Questions.
Microcontroller Presented by Hasnain Heickal (07), Sabbir Ahmed(08) and Zakia Afroze Abedin(19)
MICROPROCESSOR AND MICRO CONTROLLER
Basic information. * Microcontrollers incorporate the microprocessor, memory and input/output interfaces all on one chip * Microcontrollers have a separate.
Training program: Mechanic - electrotechnician Program name: Digital processing - microprocessors III. class Microcontrollers Elaborated by: Vlastimil.
INTRODUCTION TO PIC MICROCONTROLLER. Overview and Features The term PIC stands for Peripheral Interface Controller. Microchip Technology, USA. Basically.
MICROOCESSORS AND MICROCONTROLLER:
Welcome to the world of ARM. COURSE CONTENT Module 1: Introduction  Introduction of ARM Processors  Evolution of ARM  32 - bit Programming Module 2:
Gaziantep University Department of Electrical and Electronics Engineering 1 Development of Monitoring Blood Bank Center Based PIC Microcontroller Using.
Introduction to PIC and Embedded Systems. What is Embedded System?   If we take any engineering product that needs control, and if a computer is incorporated.
Lecture 7: Overview Microprocessors / microcontrollers.
ECE 2799 Electrical and Computer Engineering Design ANALOG to DIGITAL CONVERSION Prof. Bitar Last Update:
Department of Electronic & Electrical Engineering Introduction to microcontrollers A microcontroller is a small computer on a single integrated circuit.
Slides created by: Professor Ian G. Harris Embedded Systems  Embedded systems are computer-based systems which are embedded inside another device (car,
Department of Electronic & Electrical Engineering Introduction to microcontrollers A microcontroller is a small computer on a single integrated circuit.
Components of a typical full-featured microcontroller.
FSAEe Data Acquisition System ECE 445 Senior Design Mohan Sha Raviraj Mahajan Mohammad Farooq Shaik TA: Ryan May Project No. 34 Spring 2013.
VEHICLE BACK UP ALARM DESIGN Student: Qi Zhou Mentor: Dr. Stanislaw Legowski.
CEng3361/18 CENG 336 INT. TO EMBEDDED SYSTEMS DEVELOPMENT Spring 2007 Recitation 01.
SMS Based Industrial Automation Using ARM Controller Under the guidance of : Smt Jayanthi.K.Murthy Assistant Professor, PG Studies, Dept of E&C, BMSCE,
MICROCONTROLLER & ITS INTERFACING. Topics of Discussion:  Microprocessor  Definition  Working  Microprocessor & Human Behaviour  Microcontroller.
SUBMITTED BY EDGEFX TEAM
Embedded Microcontroller Systems
Hoda Roodaki AVR Family Overview Hoda Roodaki
MICROCONTROLLER ARCHITECTURE & ASSEMBLY LANGUAGE PROGRAMMING
Microprocessor and Microcontroller Fundamentals
Under the Guidance of Submitted by Project Title
Under the Guidance of Submitted by Project Title
Introducing Embedded Systems
Embedded Microcontroller Systems
SCADA for Remote Industrial Plant
Microprocessor Systems Design I
UNIT – Microcontroller.
Microcontroller Based Digital Code Lock
Microprocessor Systems Design I
Introduction Definition of Embedded Systems Examples
Microprocessor Systems Design I
PIC 8 BIT AND 16 BIT MICROCONTROLLER ARCHITECTURE
Introducing Embedded Systems and the Microcontrollers
Introducing Embedded Systems and the Microcontrollers
Microprocessor Systems Design I
AVR Microcontrollers Prepared By: Disha Ruparelia ( )
Subject Name: Microcontroller Subject Code: 10ES42
Introduction to Microprocessors and Microcontrollers
Tiny Computers, Hidden Control
Lecturer: Reza Arjmandi Autumn 2015
AVR – ATmega103(ATMEL) Architecture & Summary
EECE.3170 Microprocessor Systems Design I
Copyright © 2013 Elsevier Inc. All rights reserved.
Presentation transcript:

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. Displays fever if the temperature is more than 37 degrees.

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

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 IS TEMPERAT- URE > 37 DISPLAY FEVER ALONG WITH PRESENT TEMPERATURE DISPLAY NORMAL ALONG WITH PRESENT TEMPERATURE

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

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

PIC16F84 Microcontroller

Pin Diagram

Dallas DS18S21

Pin configuration

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

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

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)/

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

References Datasheet of PIC16F8X 6. Datasheet of DS18S21