ULTRASONIC DISTANCE METER USING 8051

Slides:



Advertisements
Similar presentations
INDIVIDUAL PROJECT BY R.KARTHIKMANOJ
Advertisements

What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
Basics of Sensors. A sensor is a device which is used to sense the surroundings of it & gives some useful information about it. This information is used.
Microcontroller: Introduction
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Edited by Mandar More Technical Manager, Ninad`s Research lab Ninad243.weebly.com MODERN OFFICE MANAGEMENT TOOL FOR SELECTIVE DATA.
Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
OBSTACLE AVOIDANCE ROBOT
RTLS. LOCATING / POSITIONING SYSTEMS A positioning system is a mechanism for determining the location of an object in space Interplanetary systems Global.
CONTENTS Objective Software &Hardware requirements Block diagram Mems technology Implementation Applications &Advantages Future scope Conclusion References.
VEHICLE BACK UP ALARM DESIGN Student: Qi Zhou Mentor: Dr. Stanislaw Legowski.
By.  The main aim of this project is to get information about the condition of the baby, which is in ICU through blue tooth medium.  In earlier days,
SUBMITTED BY EDGEFX TEAM PORTABLE CODED WIRELESS MESSAGE COMMUNICATION BETWEEN TWO PARTIES SECRETLY WITH LCD DISPLAY.
BATCH MEMBERS R.ABHISHEK-08N41A0401 K.DHEERAJ REDDY-08N41A0412 S.RAJENDRA REDDY-08N41A0458 JYOTHISHMATHI COLLEGE OF ENGINEERING AND TECHNOLOGY,TURKAPALLY.
IR OBSTACLE DETECTION TO
WATER LEVEL INDICATOR AND AUTOMATIC MOTOR SWITCHING SYSTEM
AGRICULTURAL MONITORING BASED ON WIRELESS SENSOR NETWORK TECHNOLOGY Adithya engineering college M.V.Sireesha Internal guide 09a91d5507 M.S.R.Shekar Associate.
PROJECT PRESENTATION ON GSM BASED GAS LEAKAGE DETECTION SYSTEM
PORTABLE PROGRAMMABLE MEDICATION REMINDER
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
ARDUINO BASED UNDERGROUND CABLE FAULT DETECTION
Voice Controlled Robot by Cell Phone with Android App
SUBMITTED BY EDGEFX TEAM
Obstacle avoiding robot { pixel }
Scrolling LCD using Arduino.
AUTOMATIC TEMPERATURE CONTROLLED FAN USING 8051
PORTABLE PROGRAMMABLE MEDICATION REMINDER
Medication Reminder using PIC Microcontroller
SUBMITTED BY EDGEFX TEAM
SUBMITTED BY EDGEFX TEAM
ABSTRACT The outline of the project is Cycle stealing, as a method to remove whole cycle to control AC power the concept of achieving the cycle stealing.
Prof. Sajid Naeem (DOES – PC)
TOXIC CHEMICAL LEVEL MEASUREMENT IN A TANKER BY ULTRASONIC MEANS
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
Home automation using Arduino & ‘PIR sensor’
PROPELLER DISPLAY OF MESSAGE BY VIRTUAL LEDS
ABSTRACT The controller continuously polls the temperature with certain regular time intervals and displays over the 7_segment display The temperature.
SUBMITTED BY EDGEFX TEAM
AUTO POWER SUPPLY CONTROL FROM 4 DIFFERENT SOURCES: SOLAR, MAINS, GENERATOR & INVERTOR TO ENSURE NO BREAK POWER.
Project Title EVM IN 8051 Under the Guidance of Submitted by.
Automatic human detector garbage can.
SCADA for Remote Industrial Plant
MICROCONTROLLER BASED SPEEDOMETER CUM ODOMETER
Microcontroller Applications
SUBMITTED BY EDGEFX TEAM
PC Mouse operated Electrical Load Control Using VB Application
SUBMITTED BY EDGEFX TEAM
UNIT – Microcontroller.
Microcontroller Based Digital Code Lock
SUBMITTED BY EDGEFX TEAM
SUBMITTED BY EDGEFX TEAM
THYRISTOR POWER CONTROL BY IR REMOTE
DIGITAL CALCULATOR USING 8051
OBJECTIVE AND FEATURES:
IR OBSTACLE DETECTION TO
SERIAL PORT PROGRAMMING
SMART CARD ENABLED EMPLOYEE IDENTIFICATION FOR SECURITY PURPOSE
1 Input-Output Organization Computer Organization Computer Architectures Lab Peripheral Devices Input-Output Interface Asynchronous Data Transfer Modes.
Project guide B. SUBBULAKSHMI M. E Assistant Professor C. A. R
Principles & Applications
SUBMITTED BY EDGEFX TEAM
‘SONAR’ using Arduino & ultrasonic distance sensor
RAILWAY TRACK SNAP NOTIFICATION
SUBMITTED BY EDGEFX TEAM
CS703 - Advanced Operating Systems
Introduction to Microprocessors and Microcontrollers
Introducing the PIC Mid-Range Family and the 16F84A
8051 Micro Controller.
Presentation transcript:

ULTRASONIC DISTANCE METER USING 8051 ©Copyright 2016 : make it or take it.in

Contents: ©Copyright 2016 : make it or take it.in Project overview. Block diagram. Components used Microcontroller. Power supply Liquid Crystal Display Potentiometer Ultrasonic sensor Software used. Circuit diagram. Working. Applications. Future scope. Conclusion. ©Copyright 2016 : make it or take it.in

Project overview: The project is designed to measure the distance of any object by using an ultrasonic transducer. Ultrasonic means of distance measurement is a convenient method compared to traditional one using measurement scales. This kind of measurement is particularly applicable to inaccessible areas where traditional means cannot be implemented such as high temperature, pressure zones etc. ©Copyright 2016 : make it or take it.in

Block diagram: ©Copyright 2016 : make it or take it.in

Components used - Power supply: 7805 ©Copyright 2016 : make it or take it.in

Microcontroller – 8051: Features of 8051 microcontroller 4 KB on chip program memory. 128 bytes on chip data memory(RAM). 128 user defined software flags. 8-bit data bus. 16-bit address bus. 32 general purpose registers each of 8 bits. 16 bit timers (usually 2, but may have more, or less). 3 internal and 2 external interrupts. ©Copyright 2016 : make it or take it.in

MICROCONTROLLER USED AT89S51 The AT89S51 is a low-power, high-performance CMOS 8-bit microcontroller with 4K bytes of In-System Programmable Flash memory. The device is manufactured using Atmel’s high-density nonvolatile memory technology and is compatible with the industry-standard 80C51 instruction set and pinout. ©Copyright 2016 : make it or take it.in

Liquid Crystal Display LCD (Liquid Crystal Display) is an electronic display module. A 16x2 LCD is very commonly used in various devices and circuits. A 16x2 LCD means it has 16 columns and 2 rows for displaying information. A command is given to LCD to do a predefined task like initializing it, clearing its screen, setting the cursor position, controlling display etc. The data sent to the LCD is in parallel combination i.e. by using D0 to D7 pins. ©Copyright 2016 : make it or take it.in

It is used to control the brightness of the LCD by connecting it at V0 Potentiometer A potentiometer, informally a pot, is a three-terminal resistor with a sliding or rotating contact that forms an adjustable voltage divider. Potentiometers consist of a resistive element, a sliding contact (wiper) that moves along the element, making good electrical contact with one part of it, electrical terminals at each end of the element, a mechanism that moves the wiper from one end to the other, and a housing containing the element and wiper. The potentiometer available are of multiple ranges, in this project the potentiometer used is an 10KΩ It is used to control the brightness of the LCD by connecting it at V0 ©Copyright 2016 : make it or take it.in

Ultrasonic Sensor ©Copyright 2016 : make it or take it.in Ultrasonic sensors “are based on the measurement of the properties of acoustic waves with frequencies above the human audible range,” often at roughly 40 kHz 1). They typically operate by generating a high-frequency pulse of sound, and then receiving and evaluating the properties of the echo pulse. Three different properties of the received echo pulse may be evaluated, for different sensing purposes. They are: Time of flight (for sensing distance) Doppler shift (for sensing velocity) Amplitude attenuation (for sensing distance, directionality, or attenuation coefficient) ©Copyright 2016 : make it or take it.in

We used keil uVision5 IDE software for concern project. Software used: Microcontrollers mostly use different software's from compiling code or to creating a ‘hex file’ till making its PCB( Printed Circuit Board ). Integrated Development Environment (IDE) - contains a text editor for writing code, a graphic window (Serial Monitor), a text console, a toolbar with buttons for compiling the code. We used keil uVision5 IDE software for concern project. ©Copyright 2016 : make it or take it.in

Working: This proposed system uses an ultrasonic module interfaced to a microcontroller of 8051 family. An ultrasonic transducer comprising of a transmitter and receiver are used for the project. The transmitted waves are reflected back from the object and received by the transducer again. The total time taken from sending the waves to receiving it is calculated by taking into consideration the velocity of sound. Then the distance is calculated by a program running on the microcontroller and displayed on an LCD screen interfaced to the microcontroller. The ultrasonic sensor produces 40 kHz sound waves. Further the project can be enhanced by using high frequency transducers to make is fit for medical applications like ultrasound machine. ©Copyright 2016 : make it or take it.in

Conclusion: Ultrasonic distance measuring sensors provide information on an absolute position of a target or moving object. For glossy surfaces, transparent objects or in environments with a high degree of dust and humidity, ultrasonic technologies are often the only alternative to mechanical probing. ©Copyright 2016 : make it or take it.in

Thanking You ©Copyright 2016 : make it or take it.in