AUTOMATED LIQUID FUEL LEVEL SENSING AND CONTROLLING USING MICROCONTROLLER

Size: px
Start display at page:

Download "AUTOMATED LIQUID FUEL LEVEL SENSING AND CONTROLLING USING MICROCONTROLLER"

Transcription

1 AUTOMATED LIQUID FUEL LEVEL SENSING AND CONTROLLING USING MICROCONTROLLER Abdelrasoul jabar Alzubaidi 1, Osman Ibrahim Alaga 2 1 Sudan university of science and technology- Engineering Collage-School of electronics- Khartoum- Sudan. rasoul46@live.com 2Electrical Engineering Department,Jordanian Sudanese College of Science and Technology, Khartoum- Sudan. Uosiagha@yahoo.comU Abstract :. This paper deals with the implementation of a microcontrollers for sensing and controlling the liquid fuel level. The purposed work is to automate the process of fuel pumping in a tank storage system and has the ability to detect the level of fuel in a tank, and accordingly display the status on the LCD screen digitally and raises an alarm. This application will provide an improvement on existing fuel level controllers by its use of calibrated circuit to indicate the liquid level and use of DC instead of AC power thereby eliminating the risk of electrocution. Keywords: Microcontroller Fuel level sensors, Ultrasonic sensors, LCD Display. I. INTRODUCTION A rapid advance in technology has made a variety of level sensing, monitoring and control capabilities available. A large number of physical principles are adopted for realizing liquid level sensors. Generally the choice of most suitable level sensor for specific application is based on following requirements: (i) measurement range (ii) resolution (iii) accuracy (iv) characteristics of liquid and of (v) environment.the great interest is focused on last two requirements and in particular developing reliable and safe sensors for hazardous and explosive liquids and environments. It is proposed to model a level sensor using AVR Microcontroller that can be used to sense the fuel level digitally. Consequently which will indicate the fuel level in the tank and display LOW, MEDIUM or HIGH using LCD display and also to prevent overflow and avoid wastage of fuels by buzzing when the tank is about to brim. Basically there are three types of fuels: solid, liquid and gaseous fuels. This work is designed for liquid fuels which are further of two types: petroleum and diesel. This work is suitable for both types of liquid fuels. Petroleum is categorized as regular and premium. Premium is more superior to regular petroleum in terms of octane rating. The octane rating is the fuel's resistance to spontaneous combustion under compression. The higher the octane rating, the more compression it takes to make the fuel spontaneously ignites. So in order to measure the exact amount of fuel in a tank we need to use microcontroller. An AVR microcontroller is used to automate the process of fuel pumping in a tank storage system. This Design have the ability to detect and accordingly display level of the fuel on an LCD screen and buzz as per the requirement. A UV sensors is used to detect fuel level. The use of DC power instead of AC will eliminate the risk of electrocution. The main objective of this paper is to provide an overview of a microcontroller based

2 design for fuel level control to carryout the following: Design and development of an AVR microcontroller based liquid level sensor and better understanding of its operation, programming, and control. Perform theoretical and experimental evaluation on the microcontroller in order to develop an understanding of the microcontrollers. II. SYSTEM DESIGN AND COMPONENTS For this experiment an 8 bit AVR microcontroller is used as a processor, an ultrasonic sensor as an input device for fuel tank, fuel pump, LCD screen and buzzer for display of output. An AVR programming software is used to write into AVR microcontroller memory. UV sensor senses liquid level by sending a signal and receiving the reflected signal. Level of the liquid is calculated using equation (1) below: Distance = speed * time.. (1) Where, speed is of ultrasonic sensor. It generates high frequency sound wave (340 m/s) and evaluate the echo which is received back by the sensor. The sensor calculates the time interval between sending the signal and receiving the echo to determine the distance of liquid fuel. Then the microcontroller processes and displays the result on LCD screen. An alarm is raised when fuel level increases the desired level. Figure (1) below shows how input-output devices are connected to the microcontroller. Ultrasonic Sensor Microcontroller Circuit Power Supply Unit LCD BUZZER PUMP Figure.(1).Block diagram of the circuit design The technique of fuel level monitoring and controlling system concentrated with some basic parts which are softly aggregated together in the proposed method. The basic descriptions of the hardware components are described below: a. Ultrasonic Sensors : Ultrasonic sensors (also known as transceivers when they both send and receive, but more generally called transducers) work on a principle similar to radar or sonar which evaluates attributes of a target by interpreting the echoes from radio or sound waves respectively.

3 Ultrasonic sensors generate high frequency sound waves and evaluate the echo which is received back by the sensor. Sensors calculate the time interval between sending the signal and receiving the echo to determine the distance to an object. An understanding of radiation patterns and the target's effect on echoes is essential for evaluating candidate sensors in terms of frequency variations, accuracy and resolution, target range, effective beam angle, and the influence of ambient temperature variations on sensor performance. Ultrasonic transducers are available in two types piezoelectric transducers and magnetostrictive transducers. Both transducer designs produce ultrasonic activity by rapidly oscillating the ultrasonic diaphragm to which they are mounted. However, each design performs this action differently Piezoelectric transducers are more power efficient compared to magnetostrictive transducers. Piezoelectric transducer is used in this work because of its power efficiency. Piezoelectric transducers are bonded to the ultrasonic diaphragm with a combination of high-temperature epoxy, and a metallurgic bond usually composed of a welded and threaded stud. Magnetostrictive transducers are bonded using vacuum brazing of the transducer base to the ultrasonic diaphragm. UV sensors work on the principle of ultra violet detection. This technology can be used for measuring wind speed and direction (anemometer), tank or channel level, and speed through air or water. For measuring speed or direction a device uses multiple detectors and calculates the speed from the relative distances to particulates in the air or water. To measure tank or channel level, the sensor measures the distance to the surface of the fluid. Further applications include: humidifiers, sonar, medical, ultrasonography, burglar alarms and nondestructive testing. b. AVR Microcontroller : The AVR (Advance Virtual RISC) is a modified Harvard architecture 8-bit RISC single chip microcontroller. The AVR was one of the first microcontroller families to use on-chip flash memory for program storage, as opposed to one-time programmable ROM, EPROM, or EEPROM. A reference manual is used as a guide for the instructions, programming and interfacing of the microcontroller. AVR features are discussed below. i). AVR feature includes Internal data EEPROM up to 4 kb. They are about 4 times faster than PICs and consume less power. Internal SRAM up to 16 kb (32 kb on XMega). 8-bit and 16-bit timers. PWM output (some devices have an enhanced PWM peripheral which includes a dead-time generator). Input capture that record a time stamp triggered by a signal edge. 10 or 12-bit A/D converters, with multiplex of up to 16 channels. 12-bit D/A converters. LCD controller support. Low-voltage devices operating down to 1.8 V (to 0.7 V for parts with built-in DC DC up converter) Pico Power devices c. LCD Screen : LCD (liquid crystal display) is the technology used for displays in notebook and other smaller computers. Like lightemitting diode (LED) and gas-plasma technologies, LCDs allow displays to be much thinner than cathode ray tube (CRT) technology. LCDs consume much less power than LED and gas display displays because they work on the principle of blocking light rather than emitting it. The

4 LCD screen is more energy efficient and can be disposed of more safely than a CRT. Its low electrical power consumption enables it to be used in battery- powered electronic equipment. A 16*2 LCD is used in the design. d. Buzzer; A Buzzer or beeper is an audio signaling device which may be electromechanical, mechanical, or piezoelectric. A typical use of buzzers and beepers includes alarm devices, timers and confirmation of user input such as a mouse click or keystroke. e. Fuel pump : A pump is used for filling the fuel tank with fuel. IV. ALGORITHM The microcontroller algorithm is based on sensing the fuel level, displaying the level on the LCD, and accordingly controls the fuel pump. The sensed fuel level gets converted into digital format by the ADC in the microcontroller. The program in the microcontroller performs the calculations and display the results on the screen of the LCD. Bascom programming language is used in programming the microcontroller and Pony Prog proram is used to download the program from the computer into the microcontroller. The algorithm for the microcontroller is : III. CALCULATIONS Pipe from which petrol enters is of the cubic shape Its height=10 inch = 0.254m = 25.4cm Its width=15 inch = 0.384m = 38.4cm Its length=22 inch = 0.558m = 55.8cm Volume = L*B*H = cubic meter = 51 liters Flow rate of petrol in a petrol pump is = 37.8 liters per min Let s take Height of 1cm Other values are Length = 55.8cm Width = 38.4cm Volume=L*B*H= cubic meters = 2.12 liters. It means that it will insert 2.12 liters for 1 cm height. 1 sec will have = 0.60 liters Hence, 2.12 liters = 3.3 seconds. Now we have for 37.8 liters per min = 79 seconds. Therefore equation (2) gives the time for (x cm.) height filling. Time for x cm height tank is filled = 3.3 * Time for petrol inlet pipe is ON in seconds (2) Start Initialization :.. Configure port B of the microcontroller as output port... Configure Port A as Input for the ADC. Display start operation on the screen of the LCD. Activate the fuel pump. Ultrasonic sensing : Activate the Ultrasonic sensor..input the echo voltage to the ADC...Transform the echo voltage into digital format. Apply the formula for calculating the fuel level. Display the fuel level on the screen of the LCD... If fuel level is close to FULL then Issue a buzzer alarm Stop the fuel pump Go to ultrasonic sensing. End

5 V. CONCLUSION All the natural resources are important basic needs for all living beings. Our intention of this research work was to establish a flexible, economical and easy configurable system which can solve our liquid losing problem. We are using a low cost AVR microcontroller in this system which is the key point to reduce cost. We have successfully experiment the system and therefore proposed an AVR Microcontroller based liquid level monitoring and controlling. Thus we could have substantial benefit from this research work for efficient management of liquid natural resources. This research will provide an efficient way for managing and monitoring large as well small fuel storage systems. [9] G.Betta, A.Pietrosanto and A.Scaglione: A digital level transducer based on optical fiber,imtc95,boston,usa,1995 and to appear on IEEE Transactions on Instrumentation and Measurement April REFERENCES : [1] T.G.Giallorenzi et al, sensors challenge the competition, IEEE Spectrum,2006. [2] Sensor technology edited by Jon S. Wilson,Prentice hall [3] Handbook of Modern Sensors : Physics,Designs, and Applicaions,3rd edition by Jacob Fraden. [4] M.H. Rashid, Power Electronics, Circuits,Devices, and Applications, Englewood Cliffs: Prentice Hall, [5] Ultrasonic Sensor Application Manual Murata Manufacturing Co., Ltd copyright [6] V. Matz, M. Kreidl, R. Šmíd. Classification of ultrasonic signals. [7] Atmega 32 microcontroller Data Sheet. [8] Paul A. Shirley. Nov "An Introduction to Ultrasonic Sensing," Sensors, Vol. 6, No. 11.

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 3, March -2016 DIGITAL FUEL INDICATOR Ashish S. Dain 1, Akshay U.

More information

Heat Collection Tracker System for Solar Thermal Applications

Heat Collection Tracker System for Solar Thermal Applications Heat Collection Tracker System for Solar Thermal Applications Abdelrasoul jabar Alzubaidi1, 1 Sudan university of science and technology- Engineering Collage-School of electronics- Khartoum- Sudan. rasoul46@live.com

More information

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier 1 Mr. Gangul M.R PG Student WIT, Solapur 2 Mr. G.P Jain Assistant Professor WIT,

More information

Principles of Measurement Systems

Principles of Measurement Systems Principles of Measurement Systems Fourth Edition John P. Bentley Emeritus Professor of Measurement Systems University of Teesside PEARSON Prentice Hall Harlow, England London New York Boston San Francisco

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

Car Over-Speed Detection with Remote Alerting

Car Over-Speed Detection with Remote Alerting IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Car Over-Speed Detection with Remote Alerting Amey Sawant Jyoti Khandale

More information

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT FA IZAH BINTI YA ACOB POLITEKNIK SULTAN SALAHUDDIN ABDUL AZIZ SHAH (yaacob_faiza@yahoo.com ) MASLIZAH BINTI MUNAHDAR POLITEKNIK SULTAN

More information

Various Technics of Liquids and Solids Level Measurements (Part 4)

Various Technics of Liquids and Solids Level Measurements (Part 4) (Part 4) In part one of this series of articles, level measurement using a floating system was discusses and the instruments were recommended for each application. In the second part of these articles,

More information

GROUP NO:-19 SWARUP HARICHANDAN SATYA PRAKASH PRADHAN SUBHENDU KUMAR TARAI DHANANJAYA NAYAK SUCHISMITA DAS MANOJ KUMAR MOHANTY

GROUP NO:-19 SWARUP HARICHANDAN SATYA PRAKASH PRADHAN SUBHENDU KUMAR TARAI DHANANJAYA NAYAK SUCHISMITA DAS MANOJ KUMAR MOHANTY GROUP NO:-19 SWARUP HARICHANDAN SATYA PRAKASH PRADHAN SUBHENDU KUMAR TARAI DHANANJAYA NAYAK SUCHISMITA DAS MANOJ KUMAR MOHANTY GUIDED BY:- ASST.PROFF SUNIL BHATT Reducing traffic congestion. Reducing unwanted

More information

INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR

INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR Priyadarshni.S 1, Sakthigurusamy.S 2,Susmedha. U 3, Suryapriya.M 4, Sushmitha. L 5, Assistant Professor 1, Student members 2,3,4,5 Department of Electronics

More information

FIELD MEASUREMENTS OF PV MODULE PERFORMANCE USING A HANDY TOOL

FIELD MEASUREMENTS OF PV MODULE PERFORMANCE USING A HANDY TOOL FIELD MEASUREMENTS OF PV MODULE PERFORMANCE USING A HANDY TOOL A. Maheshwari 1, C.S. Solanki 1* and V. Agarwal 2* 1 Department of Energy Systems Engineering, IIT-Bombay, Powai, Mumbai-400076 * 1 Corresponding

More information

A Member of the. Integrated Metering Technologies

A Member of the. Integrated Metering Technologies A T u n e d M e a s u r e A Member of the Integrated Metering Technologies AMR Ready ARAD 3G easy connection to any automated metering reading system. No Moving Parts No wear - Therefore low maintenance.

More information

Speed Control Of Transformer Cooler Control By Using PWM

Speed Control Of Transformer Cooler Control By Using PWM Speed Control Of Transformer Cooler Control By Using PWM Bhushan Rakhonde 1, Santosh V. Shinde 2, Swapnil R. Unhone 3 1 (assistant professor,department Electrical Egg.(E&P), Des s Coet / S.G.B.A.University,

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control RESEARCH ARTICLE OPEN ACCESS Cortex-M3 based Prepaid System with Electricity Theft Control Sudhakar Ajmera 1, Abdul Subhani Shaik 2 1 M.Tech, Dept of ECE, CMR College of Engineering & Technology(Autonomous),

More information

A T u n e d M e a s u r e

A T u n e d M e a s u r e A T u n e d M e a s u r e AMR Ready ARAD 3G built-in and Easy connection to any automated metering reading system. No Moving Parts No wear - Therefore low maintenance. ARAD is proud to introduce the OCTAVE,

More information

Automatic Gas Cooking Control System based on Microcontroller

Automatic Gas Cooking Control System based on Microcontroller Automatic Gas Cooking Control System based on Microcontroller Mohammed Khalafalla Prof. Zhang Jun Department of Electronic Engineering Department of Electronic Engineering Tianjin University of Technology

More information

Level Transmitter / Controller / Indicator. 3-in-1 package that is simple to install and use. With expanded ranges and improved chemical resistance.

Level Transmitter / Controller / Indicator. 3-in-1 package that is simple to install and use. With expanded ranges and improved chemical resistance. Level Transmitter / Controller / Indicator 3-in-1 package that is simple to install and use. With expanded ranges and improved chemical resistance. 2.1 NEW Class 1, Division 1 Hazardous Areas Approved

More information

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module IJSTE - International Journal of Science Technology & Engineering Volume 4 Issue 11 May 2018 ISSN (online): 2349-784X Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM

More information

Measuring Distance Using Sound

Measuring Distance Using Sound Measuring Distance Using Sound Distance can be measured in various ways: directly, using a ruler or measuring tape, or indirectly, using radio or sound waves. The indirect method measures another variable

More information

Modern Electricity Billing System and Fuse Detection Using GSM

Modern Electricity Billing System and Fuse Detection Using GSM Modern Electricity Billing System and Fuse Detection Using GSM Santhya, Sandhya, Saranya, Sowmeya U.G Student, Department of ECE, SNS College of Technology, Coimbatore, Tamilnadu, India Associate Professor,

More information

The Development and Application of High Compression Ratio Methanol Engine ECU

The Development and Application of High Compression Ratio Methanol Engine ECU National Conference on Information Technology and Computer Science (CITCS 2012) The Development and Application of High Compression Ratio Methanol Engine ECU Hong Bin, 15922184696 hongbinlqyun@163.com

More information

3D ULTRASONIC STICK FOR BLIND

3D ULTRASONIC STICK FOR BLIND 3D ULTRASONIC STICK FOR BLIND Osama Bader AL-Barrm Department of Electronics and Computer Engineering Caledonian College of Engineering, Muscat, Sultanate of Oman Email: Osama09232@cceoman.net Abstract.

More information

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction The infantry soldier of tomorrow promises to be one of the most technologically advanced modern warfare has ever seen. Around

More information

Design and Development of Pre-paid electricity billing using Raspberry Pi2

Design and Development of Pre-paid electricity billing using Raspberry Pi2 International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 7 (2017) pp. 995-1005 Research India Publications http://www.ripublication.com Design and Development of Pre-paid

More information

Design and implementation of a programmable remote controlled and monitored irrigation system

Design and implementation of a programmable remote controlled and monitored irrigation system IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 12 (December 2014), V1 PP 25-29 www.iosrjen.org Design and implementation of a programmable remote controlled

More information

Design and Implementation of Digital Trigger Circuit for Converter

Design and Implementation of Digital Trigger Circuit for Converter Design and Implementation of Digital Trigger Circuit for Converter Shashikant V. Lahade Student of M.Tech., Department of Electronics and Tele-communication, Government College of Engineering, Amravati,

More information

Innovation through precision, quality and performance. ARAD AMR Solutions. AMR Ready. No Moving Parts

Innovation through precision, quality and performance. ARAD AMR Solutions. AMR Ready. No Moving Parts ARAD AMR Solutions ARAD Technologies net management service (ATUS. COM) supplies the utility with a range of effective tools to manage and control its water, gas & electricity network. The system includes

More information

Improvement of Ultrasonic Distance Measuring System

Improvement of Ultrasonic Distance Measuring System Improvement of Ultrasonic Distance Measuring System Yu Jiang 1, Rui Song 2,*, and Mingting Yuan 3 1 Qingdao University, College of automation and electrical engineering, 266071 Qingdao and Shangdong University,College

More information

Sonic Distance Sensors

Sonic Distance Sensors Sonic Distance Sensors Introduction - Sound is transmitted through the propagation of pressure in the air. - The speed of sound in the air is normally 331m/sec at 0 o C. - Two of the important characteristics

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard.

Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard. Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard. Li Su a, Boxin Zhang b School of electronic engineering, Xi'an Aeronautical University,

More information

MAKEVMA502 BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL

MAKEVMA502 BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL USER MANUAL 1. Introduction To all residents of the European Union Important environmental information about this product This symbol on the device

More information

Implementation of Multiquadrant D.C. Drive Using Microcontroller

Implementation of Multiquadrant D.C. Drive Using Microcontroller Implementation of Multiquadrant D.C. Drive Using Microcontroller Author Seema Telang M.Tech. (IV Sem.) Department of Electrical Engineering Shri Ramdeobaba College of Engineering and Management Abstract

More information

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Abstract Wireless sensor networks use small, low-cost embedded devices for a wide range of applications such as industrial data

More information

Experimental evaluation of ultrasonic oscillating temperature sensors (UOTS) under cyclically changing temperatures

Experimental evaluation of ultrasonic oscillating temperature sensors (UOTS) under cyclically changing temperatures Experimental evaluation of ultrasonic oscillating temperature sensors (UOTS) under cyclically changing temperatures HASHMI, Anas, LIGHT, Roger and KALASHNIKOV, Alexander Available from Sheffield Hallam

More information

Energy autonomous wireless sensors: InterSync Project. FIMA Autumn Conference 2011, Nov 23 rd, 2011, Tampere Vesa Pentikäinen VTT

Energy autonomous wireless sensors: InterSync Project. FIMA Autumn Conference 2011, Nov 23 rd, 2011, Tampere Vesa Pentikäinen VTT Energy autonomous wireless sensors: InterSync Project FIMA Autumn Conference 2011, Nov 23 rd, 2011, Tampere Vesa Pentikäinen VTT 2 Contents Introduction to the InterSync project, facts & figures Design

More information

Implementation of Infra-Red Search and Track System

Implementation of Infra-Red Search and Track System Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2017, 4 (6): 466-470 Research Article ISSN: 2394-658X Implementation of Infra-Red Search and Track System Awadalla

More information

Instrumentation and Control Technician A Guide to Course Content Implementation Beginning with Level 1 April 2013

Instrumentation and Control Technician A Guide to Course Content Implementation Beginning with Level 1 April 2013 Instrumentation and Control Technician A Guide to Course Content Implementation Beginning with Level 1 April 2013 Instrumentation and Control Technicians maintain, diagnose, calibrate and repair measurement

More information

Design of Ultrasonic sensors based spectacles and waist belt for blind using low cost Arduino

Design of Ultrasonic sensors based spectacles and waist belt for blind using low cost Arduino Design of Ultrasonic sensors based spectacles and waist belt for blind using low cost Arduino Mr.Yadla Arunababu Department of Electronics and communication Engineering, Indira Institute of Engineering

More information

Embedded based Automation System for Industrial Process Parameters

Embedded based Automation System for Industrial Process Parameters Embedded based Automation System for Industrial Process Parameters Godhini Prathyusha 1 Lecturer, Department of Physics (P.G), Govt.Degree College, Anantapur, Andhra Pradesh, India 1 ABSTRACT: Automation

More information

Design of a Frequency Counter Based on Input Capture Function of a. Single Chip Computer. Wang Yanshuang; Liu Yuelong

Design of a Frequency Counter Based on Input Capture Function of a. Single Chip Computer. Wang Yanshuang; Liu Yuelong 7th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2017) Design of a Frequency Counter Based on Input Capture Function of a Single Chip Computer Wang Yanshuang; Liu Yuelong

More information

INSTRUCTION MANUAL FOR ULTRASONIC/MICROWAVE SENSORS

INSTRUCTION MANUAL FOR ULTRASONIC/MICROWAVE SENSORS INSTRUCTION MANUAL FOR ULTRASONIC/MICROWAVE SENSORS 1)Install PROBE_GatewayPC Software on PC.Remove previous installation. In Windows Control Panel go to the Programs and Features, select Probe_GatewayPC_Net

More information

Uses of Electromagnetic Waves

Uses of Electromagnetic Waves Uses of Electromagnetic Waves 1 of 42 Boardworks Ltd 2016 Uses of Electromagnetic Waves 2 of 42 Boardworks Ltd 2016 What are radio waves? 3 of 42 Boardworks Ltd 2016 The broadcast of every radio and television

More information

II. BLOCK

II. BLOCK Information Transmission System Through Fluorescent Light Using Pulse Width Modulation Technique. Mr. Sagar A.Zalte 1, Prof.A.A.Hatkar 2 1,2 E&TC, SVIT COE Chincholi Abstract- Light reaches nearly universally

More information

GRAPHICAL LCD BASED DIGITAL OSCILLOSCOPE

GRAPHICAL LCD BASED DIGITAL OSCILLOSCOPE International Journal of Advanced Research in Engineering ISSN: 2394-2819 Technology & Sciences April-2016 Volume 3, Issue-4 E Email: editor@ijarets.org www.ijarets.org GRAPHICAL LCD BASED DIGITAL OSCILLOSCOPE

More information

Ultrasonic Level Transducer Type: MPUL06 Article No.: ca. 122

Ultrasonic Level Transducer Type: MPUL06 Article No.: ca. 122 Type: Article No.: 0067720.006 Dimensions ø95 PG7 45.25 16 101 ca. 122 ø53 NPS 2" Figure 1: Ultrasonic Level Transducer Description and application The MPULxx is an ultrasonic transducer used for determining

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

FLOW SWITCH 600 Series Velocity Flow Sensor. Instruction Manual

FLOW SWITCH 600 Series Velocity Flow Sensor. Instruction Manual SWITCH 600 Series Velocity Flow Sensor Instruction Manual Ultrasonic Velocity Sensor using Doppler Technology Model: FS-600 Manual Release Date: November, 2009 ECHO Process Instrumentation, Inc. CONTENTS

More information

Automatic Oil Tank Truck Alarm System From Illegal Fuel Hoarding with Microcontroller and GSM Module Based System

Automatic Oil Tank Truck Alarm System From Illegal Fuel Hoarding with Microcontroller and GSM Module Based System Automatic Oil Tank Truck Alarm System From Illegal Fuel Hoarding with Microcontroller and GSM Module Based System G.Bhavani.M.E., Assistant Professor, Department of ECE, T.J.S Engineering College L.Anitha,

More information

Speed Rate Corrected Antenna Azimuth Axis Positioning System

Speed Rate Corrected Antenna Azimuth Axis Positioning System International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 2 (2017) pp. 151-158 Research India Publications http://www.ripublication.com Speed Rate Corrected Antenna Azimuth

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: April, 2016 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 28-30 April, 2016 Foot Step Power Generation Using PIC Microcontroller Manisha B. Kanawade

More information

5. Transducers Definition and General Concept of Transducer Classification of Transducers

5. Transducers Definition and General Concept of Transducer Classification of Transducers 5.1. Definition and General Concept of Definition The transducer is a device which converts one form of energy into another form. Examples: Mechanical transducer and Electrical transducer Electrical A

More information

Microcontroller: Timers, ADC

Microcontroller: Timers, ADC Microcontroller: Timers, ADC Amarjeet Singh February 1, 2013 Logistics Please share the JTAG and USB cables for your assignment Lecture tomorrow by Nipun 2 Revision from last class When servicing an interrupt,

More information

STUDY OF INCLINATION ANGLE OF REFLECTOR OBJECT IN SIMPLE WATER LEVEL INSTRUMENT USING 40 KHz ULTRASONIC TRANSDUCER

STUDY OF INCLINATION ANGLE OF REFLECTOR OBJECT IN SIMPLE WATER LEVEL INSTRUMENT USING 40 KHz ULTRASONIC TRANSDUCER STUDY OF INCLINATION ANGLE OF REFLECTOR OBJECT IN SIMPLE WATER LEVEL INSTRUMENT USING 40 KHz ULTRASONIC TRANSDUCER 1 WARSITO, 2 G. A. PAUZI, 3 S. W. SUCIYATI, 4 K. IMANIAR 1, 2, 3 Physics Dept. Faculty

More information

Photovoltaic Battery Charging System Based on PIC16F877A Microcontroller

Photovoltaic Battery Charging System Based on PIC16F877A Microcontroller Photovoltaic Battery Charging System Based on PIC16F877A Microcontroller Zaki Majeed Abdu-Allah, Omar Talal Mahmood, Ahmed M. T. Ibraheem AL-Naib Abstract This paper presents the design and practical implementation

More information

Programming and Interfacing

Programming and Interfacing AtmelAVR Microcontroller Primer: Programming and Interfacing Second Edition f^r**t>*-**n*c contents Preface xv AtmelAVRArchitecture Overview 1 1.1 ATmegal64 Architecture Overview 1 1.1.1 Reduced Instruction

More information

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers -bit ARM Cortex-, Cortex- and Cortex-MF microcontrollers Energy, gas, water and smart metering Alarm and security systems Health and fitness applications Industrial and home automation Smart accessories

More information

Multi Frequency RFID Read Writer System

Multi Frequency RFID Read Writer System Multi Frequency RFID Read Writer System Uppala Sunitha 1, B Rama Murthy 2, P Thimmaiah 3, K Tanveer Alam 1 PhD Scholar, Department of Electronics, Sri Krishnadevaraya University, Anantapur, A.P, India

More information

PIC based Frequency and RMS Value Measurement

PIC based Frequency and RMS Value Measurement IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 08 January 2017 ISSN (online): 2349-6010 PIC based Frequency and RMS Value Measurement Mr. Alankar M. Salunkhe

More information

Interface Electronic Circuits

Interface Electronic Circuits Lecture (5) Interface Electronic Circuits Part: 1 Prof. Kasim M. Al-Aubidy Philadelphia University-Jordan AMSS-MSc Prof. Kasim Al-Aubidy 1 Interface Circuits: An interface circuit is a signal conditioning

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 2, February -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 SIMULATION

More information

Hardware Development of Reflection Mode Ultrasonic Tomography System for Monitoring Flaws on Pipeline

Hardware Development of Reflection Mode Ultrasonic Tomography System for Monitoring Flaws on Pipeline Jurnal Teknologi Full paper Hardware Development of Reflection Mode Ultrasonic Tomography System for Monitoring Flaws on Pipeline Norsuhadat Nordin a, Mariani Idroas a*, Zainal Zakaria a, M. Nasir Ibrahim

More information

Pressure Transducer Handbook

Pressure Transducer Handbook 123 Pressure Transducer Handbook Date: February 2004 TABLE OF CONTENTS SECTION 1 - Introduction 1.1 Introduction 1.2 Product Overview SECTION 2 - Kulite Sensing Technology 2.1 Pressure Transducers 2.2

More information

Li-Fi And Microcontroller Based Home Automation Or Device Control Introduction

Li-Fi And Microcontroller Based Home Automation Or Device Control Introduction Li-Fi And Microcontroller Based Home Automation Or Device Control Introduction Optical communications have been used in various forms for thousands of years. After the invention of light amplification

More information

Microcontroller Based Speed Control of Induction Motor using Wireless Technology

Microcontroller Based Speed Control of Induction Motor using Wireless Technology Microcontroller Based Speed Control of Induction Motor using Wireless Technology P. Nagasekhara Reddy Abstract-Induction motors are the most extensively used motors in most power-driven home appliances,

More information

Hardware Platforms and Sensors

Hardware Platforms and Sensors Hardware Platforms and Sensors Tom Spink Including material adapted from Bjoern Franke and Michael O Boyle Hardware Platform A hardware platform describes the physical components that go to make up a particular

More information

Power Analysis of Sensor Node Using Simulation Tool

Power Analysis of Sensor Node Using Simulation Tool Circuits and Systems, 2016, 7, 4236-4247 http://www.scirp.org/journal/cs ISSN Online: 2153-1293 ISSN Print: 2153-1285 Power Analysis of Sensor Node Using Simulation Tool R. Sittalatchoumy 1, R. Kanthavel

More information

BATAILG TAIL GAS ANALYZER. Rev. 1.1

BATAILG TAIL GAS ANALYZER. Rev. 1.1 BATAILG TAIL GAS ANALYZER Rev. 1.1 The Tail Gas Analyzer is part of the BAGGI BASE Instruments Series. They are the result of combining the latest state-of-the-art-technology with over 60 years of industry

More information

Group 04. Douglas Cooper Desmond Persaud Samael Reyna

Group 04. Douglas Cooper Desmond Persaud Samael Reyna Group 04 Douglas Cooper Desmond Persaud Samael Reyna 5/22/2009 Introduction This system utilizes a hydroponic environment which offers a solution to automatically monitor and regulate basic and critical

More information

Introduction To NDT. BY: Omid HEIDARY

Introduction To NDT. BY: Omid HEIDARY Introduction To NDT BY: Omid HEIDARY NDT Methods Penetrant Testing Magnetic Particle Testing Eddy Current Testing Ultrasonic Testing Radiographic Testing Acoustic Emission Infrared Testing Visual Testing

More information

Arduino Based Intelligent Parking Assistance System

Arduino Based Intelligent Parking Assistance System International Journal of ChemTech Research CODEN (USA): IJCRGG, ISSN: 0974-4290, ISSN(Online):2455-9555 Vol.11 No.04, pp 101-106, 2018 Arduino Based Intelligent Parking Assistance System S.Baskaran 1 *,

More information

e-automatic MOTOR CONTROL SYSTEM

e-automatic MOTOR CONTROL SYSTEM e-automatic MOTOR CONTROL SYSTEM Mr. G.Venkata Prasad 1, Mr.P.Shanker 2 1,2 Assistant Professor, Department of CSE, Sphoorthy Engineering College, Hyderabad ABSTRACT In this paper e-automatic MOTOR CONTROL

More information

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS 1 RAKSHA A R, 2 KAVYA B, 3 PRAVEENA ANAJI, 4 NANDESH K N 1,2 UG student, 3,4 Assistant Professor Department of

More information

4.6.1 Waves in air, fluids and solids Transverse and longitudinal waves Properties of waves

4.6.1 Waves in air, fluids and solids Transverse and longitudinal waves Properties of waves 4.6 Waves Wave behaviour is common in both natural and man-made systems. Waves carry energy from one place to another and can also carry information. Designing comfortable and safe structures such as bridges,

More information

THE PERFORMANCE TEST OF THE AD CONVERTERS EMBEDDED ON SOME MICROCONTROLLERS

THE PERFORMANCE TEST OF THE AD CONVERTERS EMBEDDED ON SOME MICROCONTROLLERS THE PERFORMANCE TEST OF THE AD CONVERTERS EMBEDDED ON SOME MICROCONTROLLERS R. Holcer Department of Electronics and Telecommunications, Technical University of Košice, Park Komenského 13, SK-04120 Košice,

More information

Implementation Of Water Level Conditioning System Using Wireless Multi-Point Communication

Implementation Of Water Level Conditioning System Using Wireless Multi-Point Communication Implementation Of Water Level Conditioning System Using Wireless Multi-Point Communication Ohnmar Htwe, Myo Maung Maung, Hla Myo Tun Abstract: Wireless communication is the most popular in these days.

More information

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Zhong XIAOLING, Guo YONG, Zhang WEI, Xie XINGHONG,

More information

MB7760, MB7769, MB7780, MB7789

MB7760, MB7769, MB7780, MB7789 4-20SC-MaxSonar -WR/WRC Series High Resolution, Precision, IP67 Weather Resistant, Ultrasonic Range Finders MB7760, MB7769, MB7780, MB7789 4 The 4-20SC-MaxSonar-WR sensor line is a high performance ultrasonic

More information

Monitoring of Intravenous Drip Rate

Monitoring of Intravenous Drip Rate Monitoring of Intravenous Drip Rate Vidyadhar V. Kamble, Prem C. Pandey, Chandrashekar P. Gadgil, and Dinesh S. Choudhary Abstract A drip rate meter, for monitoring intravenous infusion, is developed using

More information

AUTOPILOT CONTROL SYSTEM - IV

AUTOPILOT CONTROL SYSTEM - IV AUTOPILOT CONTROL SYSTEM - IV CONTROLLER The data from the inertial measurement unit is taken into the controller for processing. The input being analog requires to be passed through an ADC before being

More information

Design & Development of Digital Panel Meter

Design & Development of Digital Panel Meter e-issn 2455 1392 Volume 2 Issue 5, May 2016 pp. 544 548 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design & Development of Digital Panel Meter Gangadhar Shinde 1, Vinodpuri Gosavi 2

More information

Real time digital audio processing with Arduino

Real time digital audio processing with Arduino Real time digital audio processing with Arduino André J. Bianchi ajb@ime.usp.br Marcelo Queiroz mqz@ime.usp.br Departament of Computer Science Institute of Mathematics and Statistics University of São

More information

Design and Implementation of Smart Car Driving Kulkarni S.D.

Design and Implementation of Smart Car Driving Kulkarni S.D. Design and Implementation of Smart Car Driving Kulkarni S.D. Shendge P.S Dixit P.K. Raut S.A Jadhav D.A. Department of Electronics & Telecommunication Engineering, BMIT, Solapur Abstract In this paper

More information

Small and easy to mount IP67 rated. distance to target 1 Weather station monitoring

Small and easy to mount IP67 rated. distance to target 1 Weather station monitoring 4-20HR-MaxSonar -WR/WRC Series High Resolution, Precision, IP67 Weather Resistant, Ultrasonic Range Finders MB7460, MB7469, MB7480, MB7489 5 The 4-20HR-MaxSonar-WR sensor line is a high performance ultrasonic

More information

Object Detection for Collision Avoidance in ITS

Object Detection for Collision Avoidance in ITS Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2016, 3(5): 29-35 Research Article ISSN: 2394-658X Object Detection for Collision Avoidance in ITS Rupojyoti Kar

More information

νµθωερτψυιοπασδφγηϕκλζξχϖβνµθωερτ ψυιοπασδφγηϕκλζξχϖβνµθωερτψυιοπα σδφγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκ χϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµθ

νµθωερτψυιοπασδφγηϕκλζξχϖβνµθωερτ ψυιοπασδφγηϕκλζξχϖβνµθωερτψυιοπα σδφγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκ χϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµθ θωερτψυιοπασδφγηϕκλζξχϖβνµθωερτψ υιοπασδφγηϕκλζξχϖβνµθωερτψυιοπασδ φγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκλζ ξχϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµ EE 331 Design Project Final Report θωερτψυιοπασδφγηϕκλζξχϖβνµθωερτψ

More information

By Md. Faysal Chowdhury, Sayeedul Mursalin, Mohammad Jubair Hossain & Omor Ahmed Dhali American International University, Bangladesh

By Md. Faysal Chowdhury, Sayeedul Mursalin, Mohammad Jubair Hossain & Omor Ahmed Dhali American International University, Bangladesh Global Journal of Researches in Engineering: F Electrical and Electronics Engineering Volume 15 Issue 3 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Reflection Teacher Notes

Reflection Teacher Notes Reflection Teacher Notes 4.1 What s This About? Students learn that infrared light is reflected in the same manner as visible light. Students align a series of mirrors so that they can turn on a TV with

More information

Ultrasonic level transmitter, non-contact

Ultrasonic level transmitter, non-contact Ultrasonic level transmitter, non-contact Type 8175 can be combined with... Compact, remote versions for level measurement up to 10 m Multi language menu control Interference echo filter Automatic calibration:

More information

SL300 Snow Depth Sensor USL300 SNOW DEPTH SENSOR. Revision User Manual

SL300 Snow Depth Sensor USL300 SNOW DEPTH SENSOR. Revision User Manual USL300 SNOW DEPTH SENSOR Revision 1.1.2 User Manual 1 Table of Contents 1. Introduction... 3 2. Operation... 3 2.1. Electrostatic Transducer... 4 2.2. SL300 Analog Board... 4 2.3. SL300 Digital Circuit

More information

Mechatronics Chapter Sensors 9-1

Mechatronics Chapter Sensors 9-1 MEMS1049 Mechatronics Chapter Sensors 9-1 Proximity sensors and Switches Proximity sensor o o o A proximity sensor is a sensor able to detect the presence of nearby objects without any physical contact.

More information

Unit level 5 Credit value 15. Introduction. Learning Outcomes

Unit level 5 Credit value 15. Introduction. Learning Outcomes Unit 46: Unit code Embedded Systems A/615/1514 Unit level 5 Credit value 15 Introduction An embedded system is a device or product which contains one or more tiny computers hidden inside it. This hidden

More information

CDMA BASED SECURED DUAL GAIN CONTROL OF HELICAL FEED PARABOLIC REFLECTOR ANTENNA

CDMA BASED SECURED DUAL GAIN CONTROL OF HELICAL FEED PARABOLIC REFLECTOR ANTENNA CDMA BASED SECURED DUAL GAIN CONTROL OF HELICAL FEED PARABOLIC REFLECTOR ANTENNA Elsanosy M. Elamin 1, Zohair Mohammed Elhassan Husein 2, Abdelrasoul Jabar Alzubaidi 3 1 Dept. of Electrical Engineering,

More information

Lecture #4 Outline. Announcements Project Proposal. AVR Processor Resources

Lecture #4 Outline. Announcements Project Proposal. AVR Processor Resources October 11, 2002 Stanford University - EE281 Lecture #4 #1 Announcements Project Proposal Lecture #4 Outline AVR Processor Resources A/D Converter (Analog to Digital) Analog Comparator Real-Time clock

More information

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Souvik Kumar Dolui 1, Dr.Soumitra Kumar Mandal 2 M.Tech Student, Dept. of Electrical Engineering, NITTTR, Kolkata, Salt Lake

More information

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ARM7 MICROCONTROLLER BASED FUZZY LOGIC CONTROLLER FOR LIQUID LEVEL CONTROL SYSTEM

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ARM7 MICROCONTROLLER BASED FUZZY LOGIC CONTROLLER FOR LIQUID LEVEL CONTROL SYSTEM International INTERNATIONAL Journal of Electronics JOURNAL and Communication OF Engineering ELECTRONICS & Technology (IJECET), AND ISSN COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print)

More information

BANNARI AMMAN INSTITUTE OF TECHNOLOGY SATHYAMANGALAM DEPARTMENT OF PHYSICAL SCIENCES Unit III ULTRASONICS

BANNARI AMMAN INSTITUTE OF TECHNOLOGY SATHYAMANGALAM DEPARTMENT OF PHYSICAL SCIENCES Unit III ULTRASONICS A1 A2 A3 A4 A5 A6 A7 A8 A9 BANNARI AMMAN INSTITUTE OF TECHNOLOGY SATHYAMANGALAM DEPARTMENT OF PHYSICAL SCIENCES Unit III ULTRASONICS Multiple Choice Questions Loudspeaker cannot produce ultrasonic waves

More information

Research Paper Comparison of Energy Harvesting using Single and Double Patch PVDF with Hydraulic Dynamism

Research Paper Comparison of Energy Harvesting using Single and Double Patch PVDF with Hydraulic Dynamism INTERNATIONAL JOURNAL OF R&D IN ENGINEERING, SCIENCE AND MANAGEMENT Vol., Issue 1, May 16, p.p.56-67, ISSN 393-865X Research Paper Comparison of Energy Harvesting using Single and Double Patch PVDF with

More information

Propagation of Electromagnetic Waves

Propagation of Electromagnetic Waves Propagation of Electromagnetic Waves REFLECTOR (Water) RADAR ANTENNA Speed of electromagnetic waves used in radar = 300,000,000m/s Speed of electromagnetic waves changes due to temperature, pressure and

More information