SlideShare a Scribd company logo
REVIEW OF MINI PROJECT
ON
RAIN SENSING AUTOMATIC CAR WIPER
Guru Nanak Institutions Technical Campus
School of Engineering & Technology
Department of Electronics and Communication Engineering
GADDAM SANJAY (18WJ1A0231)
G. PREM RAG (18WJ1A0238)
B. SRIKAR RATHOD (18WJ1A0214)
Internal Guide
Mr. A. RADHA KRSHNA
Associate Professor
M.Tech(Ph.D)
EEE, GNITC
Project Co-Ordinator
Mr. V. Chandrashekar
Associate Professor
M.Tech(Ph.D)
EEE, GNITC
Head of the Department
Dr. K. Santhi
Professor & HOD
M.Tech.,(Ph.D)
EEE,GNITC
LIST OF CONTENT
❖OBJECTIVE
❖ABSTRACT
❖INTRODUCTION
❖EXISTING & PROPOSED SYSTEM
❖BLOCK DIAGRAM
❖COMPONENT’S
❖CIRCUIT DIAGRAM & WORKING
❖ADVANTAGES AND DISADVANTAGES
❖APPLICATIONS
❖RESULTS AND CONCLUSION
❖REFERENCES
OBJECTIVE
• To Develop a windshield wiper
mechanism which is more
effective in terms of power input
and size it occupies.
• Come up with a mechanism of a
windshield wiper which is
friendly to the environment and
actually provide safety to the
operators.
ABSTRACT
• Aggressive research towards
safety & reliability.
• Relatively uncommon in modern
vehicles.
• They are often too expensive, too
unsightly, or too unreliable.
• Many attempts are being made to
overcome following
circumstances.
INTRODUCTION
• The prototype has been
developed which is intended
towards revolutionizing the
automotive industry.
• The prototype of rain sensor
works on the principle of using
water for completing its
circuit.
EXISTING SYSTEM
• A rain sensor or rain switch is a switching device
activated by rainfall.
• In this the sensor projects infrared light into the
windshield at a 45-degree angle.
• If the glass is dry, then most of this light is reflected
back into the sensor by the front of the windshield.
• If water droplets are on the glass, then it reflects the
light in different direction.. the wetter the glass, the
less light makes it back into the sensor.
PROPOSED SYSTEM
• This proposed system is an automatic wiper system
that automatically switches ON on detecting rain and
stops when rain stops.
• Our project brings forward this system to automate
the wiper system having no need for manual
intervention.
• Our system uses rain sensor to detect rain, this signal
is then processed by microcontroller to take the
desired action.
Block diagram
MICRO
CONTROLLER
Power Supply
LCD Module
RAIN SENSOR
CRYSTAL
OSCILLATOR
L293D DC MOTOR
(wiper
representation)
COMPARATOR
COMPONENTS
• MICRO CONTROLLER
• RAIN SENSOR
• COMPARATOR LM358
• LCD Module
• L293D
• DC MOTOR
COMPONENTS
8052 MICROCONTROLLER:
• The 8052 is another member of the 8051 family.
• The 8052 has all the standard features of the 8051 as well as
an extra 128 bytes of RAM and an extra timer.
• 8052 has 256 bytes of ram and 3 timers.
• It has 8K bytes of on-chip program ROM instead of 4K
bytes.
COMPONENTS
RAIN SENSOR:
• The rain sensor module is an easy tool for rain detection.
• Raindrop sensor is basically a board on which nickel is coated in
the form of lines.
• It can be used as a switch when raindrop falls through the raining
board
• The analog output is used in detection of drops in the amount of
rainfall.
COMPONENTS
LM 358 COMPARATOR:
• A Comparator is a device that compares two voltages or
currents and outputs a digital signal indicating which is larger.
• It has two analog input terminals V+ & V- and one binary digital
output Vo.
• Pin description of LM358 is given below.
COMPONENTS
LCD MODULE:
• LCD screen is an electronic display module and find a wide range
of applications.
• These modules are preferred over seven segments and other multi
segment LED’s.
• The reasons being: lcds are economical; easily programmable; have
no limitation of displaying special & even custom characters
(unlike in seven segments), animations and so on.
• The data is the ASCII value of the character to be displayed on the
LCD.
COMPONENTS
L293D DRIVER:
• L293D is a Motor driver integrated circuit which is used to drive DC
motors rotating in either direction.
• It is a 16-pin IC which can control a set of two DC motors
simultaneously.
• The L293D uses 5V for its own power and external power source is
needed to drive the motors, which can be up to 36V and draw up to
600mA.
COMPONENTS
DC SERIES MOTOR:
• A DC motor in simple words is a device that converts direct
current(electrical energy) into mechanical energy.
• We in our project are using brushed DC Motor, which will operate
in the ratings of 12v DC 0.6A
• The complete operation of DC motor is controlled by an electronic
device called L239 Driver.
SOFTWARES USED
• KEIL µvision
• Keil µvision is a compiling software for embedded C.
• the machine source code is converted into hex code which is to be dumped into the microcontroller for
further processing.
• PROTEUS
• Proteus software tool was developed by Labcenter Electronics Ltd.
• The Proteus Design Suite is a proprietary software tool suite used primarily for electronic
design automation.
CIRCUIT DIAGRAM & WORKING
#include<reg52.h>
#include<post.h>
#include<lcd4.h>
sbit eye = P1^0; // PATH FINDER
sbit m1 = P1^1; // VEHICLE MOTORS
sbit m2 = P1^2;
void main()
{
eye = 1;
m1=0;
m2=0;
initlcd();
stringlcd(0x80, "WELCOME");
stringlcd(0xC0, "CAR WIPER");
post(400);
while (1)
{
if (eye == 0)
{
stringlcd(0x80, "Its Raining");
m1 =1;
m2 = 0;
post(500);
m1=0;
m2=1;
post(500);
}
else
{
stringlcd(0x80, "NORMAL STATE");
m1 = m2 = 0;
post(400);
}
}
}
ADVANTAGES
• It extends life of rain sensor based systems such as car wiper, irrigation systems by running them
only when it is necessary.
• Operating principle is very easy.
• It consumes less power for operation.
• Installation of rain sensor based systems are very much simple.
DISADVANTAGES
• The cost of overall system increases as additional components are needed along with rain
sensor.
• In order to avoid false detection of rain, it requires rain sensors to take decision after few
minutes.
APPLICATIONS
FOUR WHEELER
MOTOR VEHICLES
LOCOMOTIVES BOATS & STEAMERTS
RESULTS AND CONCLUSION
• The following prototype shows us the working of automatic rain sensing car wipers.
• The results can be observed in LCD display as following,
➢ “Normal State” – When there’s no rain sensed by the sensor.
➢ “Its Raining” – When sensor senses a rain.
REFERENCES
• Ashik, K. and Basavaraju, A. Automatic wipers with mist control. American Journal of Engineering Research (AJER), 3(4):24–34, 2014.
• Gupta, D., Gupta, A., Singh, N., Affan, Q. M., and Kumar, A. Design and modeling of automated rain sensing umbrella.
• Holtz, J. Pulsewidth modulation-a survey. IEEE transactions on Industrial Electronics, 39(5):410–420, 1992.
• Kulkarni, T. S. and Holalad, H. S. Semi-automatic rain wiper system. International Journal of Emerging Technology and Advanced
Engineering ISSN, pp. 2250–2459.
• Mazidi, M. A., Mazidi, J. G., and McKinlay, R. D. The 8051 microcontroller and embedded systems using assembly and C. Dept. of
Computer Science and Information Engineering National Cheng Kung 2005.
• Monk, S. and Amos, D. Make Your Own PCBs with EAGLE: From Schematic Designs to Finished Boards. McGraw Hill Education, 2017.
• Sachin, M. and Gaonkar, P. Design, implementation and control of a humanoid robot for obstacle avoidance using 8051 microcontroller.
IOSR Journal of Electronics and Communication Engineering, 5(5):40–50, 2013.
• Su, B. and Wang, L. Application of proteus virtual system modelling (vsm) in teaching of microcontroller. In 2010 International Conference
on E-Health Networking Digital Ecosystems and Technologies (EDT), volume 2, pp. 375–378. IEEE, 2010
THANK YOU
ANY QUERIES??

More Related Content

What's hot

automatic Rain sensing windshield wiper ppt
automatic Rain sensingwindshieldwiper pptautomatic Rain sensingwindshieldwiper ppt
automatic Rain sensing windshield wiper pptantivirusspam
 
Automatic engine locking system for drunken driver
Automatic engine locking system for drunken driverAutomatic engine locking system for drunken driver
Automatic engine locking system for drunken driver
dodosgusenga
 
Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.
Jinto George
 
Smart street lighting control system project PPT
Smart street lighting control system project PPT Smart street lighting control system project PPT
Smart street lighting control system project PPT
PetchiMuthu26
 
Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)
Study Hub
 
Liquor detection through Automatic Motor locking system ppt
Liquor detection through Automatic Motor locking system pptLiquor detection through Automatic Motor locking system ppt
Liquor detection through Automatic Motor locking system ppt
Pankaj Singh
 
Automatic railway gate control
Automatic railway gate controlAutomatic railway gate control
Automatic railway gate controlAtchyuth Sonti
 
Vehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoVehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduino
Ramesh Reddy
 
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...
Neeraj Khatri
 
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Hitesh Kumar Singh
 
Electric hybrid vehicle Seminar Report
Electric hybrid vehicle Seminar ReportElectric hybrid vehicle Seminar Report
Electric hybrid vehicle Seminar Report
Lakshminarayan Solanki
 
Driver Status Monitoring system
Driver Status Monitoring systemDriver Status Monitoring system
Driver Status Monitoring system
SeenivasababuBG
 
Embedded System in Automobiles
Embedded System in Automobiles Embedded System in Automobiles
Embedded System in Automobiles
Seminar Links
 
EYE BLINK SENSOR TO CONTROL ACCIDENTPpt main
EYE BLINK SENSOR TO CONTROL ACCIDENTPpt mainEYE BLINK SENSOR TO CONTROL ACCIDENTPpt main
EYE BLINK SENSOR TO CONTROL ACCIDENTPpt main
Gourav Srivastava
 
AUTOMATIC BELL FOR COLLEGE
AUTOMATIC BELL FOR COLLEGEAUTOMATIC BELL FOR COLLEGE
AUTOMATIC BELL FOR COLLEGE
bharath405
 
IoT home automation project
IoT home automation projectIoT home automation project
IoT home automation project
Shohin Aheleroff
 
Drowsiness detection ppt
Drowsiness detection pptDrowsiness detection ppt
Drowsiness detection ppt
safepassage
 
collision warning assistance system
collision warning assistance systemcollision warning assistance system
collision warning assistance system
subbu cancan k
 
Automatic water dispenser
Automatic water dispenserAutomatic water dispenser
Automatic water dispenser
JonahApagu
 

What's hot (20)

automatic Rain sensing windshield wiper ppt
automatic Rain sensingwindshieldwiper pptautomatic Rain sensingwindshieldwiper ppt
automatic Rain sensing windshield wiper ppt
 
Automatic engine locking system for drunken driver
Automatic engine locking system for drunken driverAutomatic engine locking system for drunken driver
Automatic engine locking system for drunken driver
 
Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.
 
Smart street lighting control system project PPT
Smart street lighting control system project PPT Smart street lighting control system project PPT
Smart street lighting control system project PPT
 
Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)
 
Liquor detection through Automatic Motor locking system ppt
Liquor detection through Automatic Motor locking system pptLiquor detection through Automatic Motor locking system ppt
Liquor detection through Automatic Motor locking system ppt
 
Automatic railway gate control
Automatic railway gate controlAutomatic railway gate control
Automatic railway gate control
 
Vehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoVehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduino
 
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...
presentation on IR based vehicle with AUTOMATIC BRAKING and DRIVER AWAKENING ...
 
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
 
Electric hybrid vehicle Seminar Report
Electric hybrid vehicle Seminar ReportElectric hybrid vehicle Seminar Report
Electric hybrid vehicle Seminar Report
 
Driver Status Monitoring system
Driver Status Monitoring systemDriver Status Monitoring system
Driver Status Monitoring system
 
Embedded System in Automobiles
Embedded System in Automobiles Embedded System in Automobiles
Embedded System in Automobiles
 
EYE BLINK SENSOR TO CONTROL ACCIDENTPpt main
EYE BLINK SENSOR TO CONTROL ACCIDENTPpt mainEYE BLINK SENSOR TO CONTROL ACCIDENTPpt main
EYE BLINK SENSOR TO CONTROL ACCIDENTPpt main
 
Secured vehicle control system
Secured vehicle control systemSecured vehicle control system
Secured vehicle control system
 
AUTOMATIC BELL FOR COLLEGE
AUTOMATIC BELL FOR COLLEGEAUTOMATIC BELL FOR COLLEGE
AUTOMATIC BELL FOR COLLEGE
 
IoT home automation project
IoT home automation projectIoT home automation project
IoT home automation project
 
Drowsiness detection ppt
Drowsiness detection pptDrowsiness detection ppt
Drowsiness detection ppt
 
collision warning assistance system
collision warning assistance systemcollision warning assistance system
collision warning assistance system
 
Automatic water dispenser
Automatic water dispenserAutomatic water dispenser
Automatic water dispenser
 

Similar to RAIN SENSING AUTOMATIC CAR WIPER BY GADDAM SANJAY

Car locking system
Car locking systemCar locking system
Car locking system
SaikrishnaImmadi
 
3D POINTING GESTURE RECOGNITION FOR HUMAN-ROBOT INTERACTION.ppt
3D POINTING GESTURE RECOGNITION FOR HUMAN-ROBOT INTERACTION.ppt3D POINTING GESTURE RECOGNITION FOR HUMAN-ROBOT INTERACTION.ppt
3D POINTING GESTURE RECOGNITION FOR HUMAN-ROBOT INTERACTION.ppt
RajasekarPanneerselv3
 
ROBOTIC ARM
ROBOTIC ARMROBOTIC ARM
ROBOTIC ARM
lavanya kaluri
 
smart parking system
smart parking system smart parking system
smart parking system Che Tna
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken drivers
Vinny Chweety
 
Alcohol report
Alcohol reportAlcohol report
Alcohol report
chandan kumar
 
Automatic gate control
Automatic gate controlAutomatic gate control
Automatic gate control
Dipankar Haloi
 
power optimization on load
power optimization on loadpower optimization on load
power optimization on load
dinesh reddy
 
WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT
KrishGupta94
 
Can based collision aviodance system for automobiles
Can based collision aviodance system for automobilesCan based collision aviodance system for automobiles
Can based collision aviodance system for automobiles
Purnima Kurella
 
Robotic Catching Arm using Microcontroller
Robotic Catching Arm using MicrocontrollerRobotic Catching Arm using Microcontroller
Robotic Catching Arm using Microcontroller
IRJET Journal
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken drivers
Vinny Chweety
 
CNC DRAWBOT
CNC DRAWBOTCNC DRAWBOT
CNC DRAWBOT
neeraj prasad
 
Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)
Pankaj Singh
 
Self Balancing Robot
Self Balancing RobotSelf Balancing Robot
Self Balancing Robot
Dhaval Solanki
 
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...
Tawsif Rahman Chowdhury
 

Similar to RAIN SENSING AUTOMATIC CAR WIPER BY GADDAM SANJAY (20)

Obstacle Detection Robot
Obstacle Detection RobotObstacle Detection Robot
Obstacle Detection Robot
 
Car locking system
Car locking systemCar locking system
Car locking system
 
3D POINTING GESTURE RECOGNITION FOR HUMAN-ROBOT INTERACTION.ppt
3D POINTING GESTURE RECOGNITION FOR HUMAN-ROBOT INTERACTION.ppt3D POINTING GESTURE RECOGNITION FOR HUMAN-ROBOT INTERACTION.ppt
3D POINTING GESTURE RECOGNITION FOR HUMAN-ROBOT INTERACTION.ppt
 
ROBOTIC ARM
ROBOTIC ARMROBOTIC ARM
ROBOTIC ARM
 
densitybased
densitybaseddensitybased
densitybased
 
Alchol detection
Alchol detectionAlchol detection
Alchol detection
 
final report
final reportfinal report
final report
 
smart parking system
smart parking system smart parking system
smart parking system
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken drivers
 
Alcohol report
Alcohol reportAlcohol report
Alcohol report
 
Automatic gate control
Automatic gate controlAutomatic gate control
Automatic gate control
 
power optimization on load
power optimization on loadpower optimization on load
power optimization on load
 
WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT
 
Can based collision aviodance system for automobiles
Can based collision aviodance system for automobilesCan based collision aviodance system for automobiles
Can based collision aviodance system for automobiles
 
Robotic Catching Arm using Microcontroller
Robotic Catching Arm using MicrocontrollerRobotic Catching Arm using Microcontroller
Robotic Catching Arm using Microcontroller
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken drivers
 
CNC DRAWBOT
CNC DRAWBOTCNC DRAWBOT
CNC DRAWBOT
 
Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)
 
Self Balancing Robot
Self Balancing RobotSelf Balancing Robot
Self Balancing Robot
 
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...
 

Recently uploaded

spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
Kamal Acharya
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
iemerc2024
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
bhadouriyakaku
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
awadeshbabu
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptxTOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
nikitacareer3
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
AIR POLLUTION lecture EnE203 updated.pdf
AIR POLLUTION lecture EnE203 updated.pdfAIR POLLUTION lecture EnE203 updated.pdf
AIR POLLUTION lecture EnE203 updated.pdf
RicletoEspinosa1
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
dxobcob
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 

Recently uploaded (20)

spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptxTOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
AIR POLLUTION lecture EnE203 updated.pdf
AIR POLLUTION lecture EnE203 updated.pdfAIR POLLUTION lecture EnE203 updated.pdf
AIR POLLUTION lecture EnE203 updated.pdf
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 

RAIN SENSING AUTOMATIC CAR WIPER BY GADDAM SANJAY

  • 1. REVIEW OF MINI PROJECT ON RAIN SENSING AUTOMATIC CAR WIPER Guru Nanak Institutions Technical Campus School of Engineering & Technology Department of Electronics and Communication Engineering GADDAM SANJAY (18WJ1A0231) G. PREM RAG (18WJ1A0238) B. SRIKAR RATHOD (18WJ1A0214) Internal Guide Mr. A. RADHA KRSHNA Associate Professor M.Tech(Ph.D) EEE, GNITC Project Co-Ordinator Mr. V. Chandrashekar Associate Professor M.Tech(Ph.D) EEE, GNITC Head of the Department Dr. K. Santhi Professor & HOD M.Tech.,(Ph.D) EEE,GNITC
  • 2. LIST OF CONTENT ❖OBJECTIVE ❖ABSTRACT ❖INTRODUCTION ❖EXISTING & PROPOSED SYSTEM ❖BLOCK DIAGRAM ❖COMPONENT’S ❖CIRCUIT DIAGRAM & WORKING ❖ADVANTAGES AND DISADVANTAGES ❖APPLICATIONS ❖RESULTS AND CONCLUSION ❖REFERENCES
  • 3. OBJECTIVE • To Develop a windshield wiper mechanism which is more effective in terms of power input and size it occupies. • Come up with a mechanism of a windshield wiper which is friendly to the environment and actually provide safety to the operators.
  • 4. ABSTRACT • Aggressive research towards safety & reliability. • Relatively uncommon in modern vehicles. • They are often too expensive, too unsightly, or too unreliable. • Many attempts are being made to overcome following circumstances.
  • 5. INTRODUCTION • The prototype has been developed which is intended towards revolutionizing the automotive industry. • The prototype of rain sensor works on the principle of using water for completing its circuit.
  • 6. EXISTING SYSTEM • A rain sensor or rain switch is a switching device activated by rainfall. • In this the sensor projects infrared light into the windshield at a 45-degree angle. • If the glass is dry, then most of this light is reflected back into the sensor by the front of the windshield. • If water droplets are on the glass, then it reflects the light in different direction.. the wetter the glass, the less light makes it back into the sensor.
  • 7. PROPOSED SYSTEM • This proposed system is an automatic wiper system that automatically switches ON on detecting rain and stops when rain stops. • Our project brings forward this system to automate the wiper system having no need for manual intervention. • Our system uses rain sensor to detect rain, this signal is then processed by microcontroller to take the desired action.
  • 8. Block diagram MICRO CONTROLLER Power Supply LCD Module RAIN SENSOR CRYSTAL OSCILLATOR L293D DC MOTOR (wiper representation) COMPARATOR
  • 9. COMPONENTS • MICRO CONTROLLER • RAIN SENSOR • COMPARATOR LM358 • LCD Module • L293D • DC MOTOR
  • 10. COMPONENTS 8052 MICROCONTROLLER: • The 8052 is another member of the 8051 family. • The 8052 has all the standard features of the 8051 as well as an extra 128 bytes of RAM and an extra timer. • 8052 has 256 bytes of ram and 3 timers. • It has 8K bytes of on-chip program ROM instead of 4K bytes.
  • 11. COMPONENTS RAIN SENSOR: • The rain sensor module is an easy tool for rain detection. • Raindrop sensor is basically a board on which nickel is coated in the form of lines. • It can be used as a switch when raindrop falls through the raining board • The analog output is used in detection of drops in the amount of rainfall.
  • 12. COMPONENTS LM 358 COMPARATOR: • A Comparator is a device that compares two voltages or currents and outputs a digital signal indicating which is larger. • It has two analog input terminals V+ & V- and one binary digital output Vo. • Pin description of LM358 is given below.
  • 13. COMPONENTS LCD MODULE: • LCD screen is an electronic display module and find a wide range of applications. • These modules are preferred over seven segments and other multi segment LED’s. • The reasons being: lcds are economical; easily programmable; have no limitation of displaying special & even custom characters (unlike in seven segments), animations and so on. • The data is the ASCII value of the character to be displayed on the LCD.
  • 14. COMPONENTS L293D DRIVER: • L293D is a Motor driver integrated circuit which is used to drive DC motors rotating in either direction. • It is a 16-pin IC which can control a set of two DC motors simultaneously. • The L293D uses 5V for its own power and external power source is needed to drive the motors, which can be up to 36V and draw up to 600mA.
  • 15. COMPONENTS DC SERIES MOTOR: • A DC motor in simple words is a device that converts direct current(electrical energy) into mechanical energy. • We in our project are using brushed DC Motor, which will operate in the ratings of 12v DC 0.6A • The complete operation of DC motor is controlled by an electronic device called L239 Driver.
  • 16. SOFTWARES USED • KEIL µvision • Keil µvision is a compiling software for embedded C. • the machine source code is converted into hex code which is to be dumped into the microcontroller for further processing. • PROTEUS • Proteus software tool was developed by Labcenter Electronics Ltd. • The Proteus Design Suite is a proprietary software tool suite used primarily for electronic design automation.
  • 17. CIRCUIT DIAGRAM & WORKING
  • 18. #include<reg52.h> #include<post.h> #include<lcd4.h> sbit eye = P1^0; // PATH FINDER sbit m1 = P1^1; // VEHICLE MOTORS sbit m2 = P1^2; void main() { eye = 1; m1=0; m2=0; initlcd(); stringlcd(0x80, "WELCOME"); stringlcd(0xC0, "CAR WIPER"); post(400); while (1) { if (eye == 0) { stringlcd(0x80, "Its Raining"); m1 =1; m2 = 0; post(500); m1=0; m2=1; post(500); } else { stringlcd(0x80, "NORMAL STATE"); m1 = m2 = 0; post(400); } } }
  • 19. ADVANTAGES • It extends life of rain sensor based systems such as car wiper, irrigation systems by running them only when it is necessary. • Operating principle is very easy. • It consumes less power for operation. • Installation of rain sensor based systems are very much simple. DISADVANTAGES • The cost of overall system increases as additional components are needed along with rain sensor. • In order to avoid false detection of rain, it requires rain sensors to take decision after few minutes.
  • 21. RESULTS AND CONCLUSION • The following prototype shows us the working of automatic rain sensing car wipers. • The results can be observed in LCD display as following, ➢ “Normal State” – When there’s no rain sensed by the sensor. ➢ “Its Raining” – When sensor senses a rain.
  • 22. REFERENCES • Ashik, K. and Basavaraju, A. Automatic wipers with mist control. American Journal of Engineering Research (AJER), 3(4):24–34, 2014. • Gupta, D., Gupta, A., Singh, N., Affan, Q. M., and Kumar, A. Design and modeling of automated rain sensing umbrella. • Holtz, J. Pulsewidth modulation-a survey. IEEE transactions on Industrial Electronics, 39(5):410–420, 1992. • Kulkarni, T. S. and Holalad, H. S. Semi-automatic rain wiper system. International Journal of Emerging Technology and Advanced Engineering ISSN, pp. 2250–2459. • Mazidi, M. A., Mazidi, J. G., and McKinlay, R. D. The 8051 microcontroller and embedded systems using assembly and C. Dept. of Computer Science and Information Engineering National Cheng Kung 2005. • Monk, S. and Amos, D. Make Your Own PCBs with EAGLE: From Schematic Designs to Finished Boards. McGraw Hill Education, 2017. • Sachin, M. and Gaonkar, P. Design, implementation and control of a humanoid robot for obstacle avoidance using 8051 microcontroller. IOSR Journal of Electronics and Communication Engineering, 5(5):40–50, 2013. • Su, B. and Wang, L. Application of proteus virtual system modelling (vsm) in teaching of microcontroller. In 2010 International Conference on E-Health Networking Digital Ecosystems and Technologies (EDT), volume 2, pp. 375–378. IEEE, 2010