Chapter 1 3
Chapter 1 3
Chapter 1 3
www.buksu.edu.ph
College of Technologies
CHAPTER 2 RRL 5
CHAPTER 3 Methodology 10
Research design 10
Definition of Terms 11
Research Locale 12
Subject Respondents 12
Reference……………………………………………………………………………………………………………....17
CHAPTER 1
INTRODUCTION
University in titled “Development of Wiper System Sensor for Light Vehicle”. This
automatically. The researcher’s goal is to develop a prototype model for the wiper
system sensor for light vehicles to make it easier to explain, exemplify, and
demonstrate the wiper system sensor, and to share this study ideas with all
resource. We, the researchers, will locate materials to construct this new invention to
study, develop, and builds cutting-edge technologies for automatic wiper operation.
advanced. One of them is Sensors. According to recent polls, automobile sensors are
intelligent sensor which can be used to controlled and process the pressure of oil,
electrical definition, advanced sensors are used to detect, measure, record, indicate,
or analyze data by humans or machines. In this study, the researchers will look into
what would happens if a sensor is added to a wiper system, as well as the goals,
purposes, benefits, and where it can be use in this study. According to Peter, et al.
(November 2016) that the system is developed to mitigate driving distractions and
allow drivers to focus on their primary task of driving. The distraction eliminated
wipers when driving in precipitation. The aim of this project is to help reduce
accidents that happen as a result of the driver intending to clean the windscreen
when rain is falling, thereby taking the attention of the driver off the road when he
or she is switching on and off the wiper. On rainy days, we suffer from the act of
sprinkling water on the front glass of our wheeler. While driving, when drivers
cannot see clearly on-road vehicles, they try operating the wiper on the glass
manually, at times switching on and off intermittently, and this distraction might
Car wiper systems are fully automated, as opposed to previous decades when
some vehicles used manual systems that required manual intervention. Automatic
wiper system that turns on when rain is detected and turns off when the rain stops.
This study will propose an automated wiper system that will eliminate the need for
a manual system. This sensor detects raindrops and sends them to a microcontroller,
which controls or sends a signal to the wiper system. According to Abhishek et al.
(2011) state that automatic wiper system adjust speed itself based on rainfall shower
In line with Prof. Sagar G.M et al. (2020) stated that a rain sensor is a
microcontroller and a driver integrated circuit (IC) are the major components used in
the construction and seamless working of the proposed device. Falling water is
quickly and precisely detected by the rain sensor which then transmits the signal to
the second component i.e., microcontroller which in turn energizes the driver IC to
switch the required motion of the wipers on using servo motor. This device converts
wiper system, an automatic wiper system improves the driving experience and the
safety factors of a vehicle and its drivers. By removing the focus that drivers would
the drivers to focus more on driving safely. Many attempts have been made at
constructing an effective, reliable, and cheap rain detection and wiper control system
for vehicles. According to Lubna &Avik (2015) assert that automatic rain-sensing
wiper systems are relatively uncommon in modern vehicles for a number of reasons.
They are often too expensive unsightly, or too unreliable to be desired in new
automobiles.
A wiper is typically made up of a metal arm with one end pivoting and the
other end attached to a long rubber blade. KoenenA. & Sanon (2007) the wiping of
the windshield of a car is carried out with the reciprocating motion of a rubber blade
on glass that removes the water from glass. This function is realized by a contact
dimension between the rubber and glass of a few tens of micrometers. A good
electric motor, though pneumatic power is also used in some vehicles. The blade is
swung back and forth across the glass, removing any water, precipitation, or other
obstructions to visibility from its surface. The speed is usually adjustable on vehicles
built after 1969, with numerous continuous speeds and typically one or more
interrupted settings. Many commercial cars employ one or more pantograph arms,
1. How thus the use of an automatic sensor influences the operation of the wiper
system?
2. What are factors that affects in developing wiper system sensor for light
vehicles?
3.1 Functionality
3.2 Reliability
3.3 Safety
3.4 Aesthetics
3.5 Convenience
State University, future researchers and to the automotive industry. We believe that
this study will provide some valuable contribution for the students to understand
the importance of automated wiper system, that the instructors will be able to
provide supporting ideas, that the Automotive Students will help to improve in
developing automated technologies such as the automatic wiper system, and that
the car owners will provide ideas or background on the study conducted in
Wiper System Sensor will become clear and will be easier to understand. this study
To the Automotive technology Students, this research will provide many ideas
and lessons for developing an automatic wiper system. It’s also a major benefit for
technologies. They can also learn how to operate or program an Arduino UNO for a
wiper system as part of their learning process, which will help them improve their
To the Instructor, they will provide supporting ideas and expertise on how to
operate wiper system sensor using Arduino UNO in order to teach their students. By
them in better managing their time so that they can teach their students in a more
of this study, benefits as a car owner, as well as how to avoid accidents particularly
on night roads and during the rainy season. It will assist them in avoiding danger
while driving
Research Design
1. Arduino UNO
USS – RW – potentiometer
VCC – output of potentiometer
Rain sensor
VCC – connect + 5v
GND – connect to ground
DO –
AQ – AC
Block Diagram for Wiper System Sensor
#include <LiquidCrystal.h>
#include <Servo.h>
int pos = 0;
int sensorValue = 0;
void setup() {
Serial.begin(9600);
lcd.begin(16, 2);
myservo.attach(8);
myservo1.attach(9);
lcd.clear();
lcd.setCursor(0, 0);
lcd.print(" AUTOMATIC ");
lcd.setCursor(0, 1);
lcd.print(" CAR WIPER ");
delay(3000);
lcd.clear();
lcd.setCursor(5, 0);
lcd.print("Rainfall");
lcd.setCursor(0, 1);
lcd.print("Intensity-");
}
void loop()
{
lcd.setCursor(10, 1);
sensorValue = analogRead(A0);
Serial.println(sensorValue);
if (sensorValue > 600) {
myservo.write(120);
myservo1.write(120);
lcd.print(" NIL ");
delay(1000);
}
if (sensorValue <= 600) {
lcd.setCursor(10, 1);
wipe(sensorValue);
}
}
Scope and delimitation
difficulties.
Each respondent will be given a Google form or a form to fill out in order to
The Input-Process-Output (IPO) Model will provide the general structure and
guide for the direction of study. It has many interdisciplinary applications, and is
component model.
The conceptual framework that will be used in this study is the Input-Process-
Output Model. In the IPO model, a process is viewed as a series of boxes (processing
elements) connected by inputs and outputs. Information or material objects flow
(Harris & Taylor, 1997). Flow charts and process diagrams are often used to
represent the process. What goes in is the input; what causes the change is the
The inputs of the model are information, ideas, resources used are the basis in
creating a project. It includes the project objectives, project background, and project
budget to facilitate the implementation of the project. In this study, the following
The processes of the model are actions taken upon and how to process the
input into a more useful form. It is on this stage where the manipulation of the input
an output by implementing the project. Processes only exist to add value and to
achieve outputs of the project. This includes the sketching of the design,
The outputs of the model are the information flowing out in the project as
results of the processing system. These are the results that provide linkages between
the input (problem situation) and the intended outcomes. Additionally, outputs of
the model are the direct evidence of the project typically tangible and countable.
Outputs are the intended and unintended results and consequences of the activities,
and tend to be categorized into short, medium, and longer terms results. The output
The sensor and the rain-activated motor are both powered by the battery. When it
rains, the wiper motor turns on automatically. In this project, the sensor is mounted
to the vehicle mirror. The sensor detects rain and sends a control signal to the control
unit. The wiper motor is automatically activated by the control unit. This is referred
to as an automatic wiper system. The amount of rainfall detected by the rain sensor
determines the speed of the auto wiper. When it’s raining hard, the wipers will
move quickly. In moderate rain, wipers will move at a medium speed, whereas in
light rain, wipers will move slowly. The motor system is controlled by the
mechanical function.
Planning and design
This study is being conducted by the researcher for all Automotive students,
instructors, and car owners who own light vehicles. Since automotive students are
studying electrical systems, they will quickly learn what and how to connect a
sensor to the wiper system. They may be able to perform actualization, familiarize
themselves with the parts, and determine the process of the automated wiper
system. In order to teach their students, the instructor will provide supporting ideas
and expertise on how to operate a wiper system sensor using an Arduino UNO. Car
owners will understand how to avoid accidents, especially at night and during the
Materials
The materials used in making this wiper system sensor are the Arduino UNO,
Servo motor, Alphanumeric LCD, Rain sensor Module, 10k variable sensor, wiper
blade, wiper motor, wire, 12V battery, steel plate, windshield glass, Square tube for
the frame that could be able to attached the wiper mock up sensor, and caster wheels
Environment
The project will be developed in the small shop of one of the research participants.
The researchers guarantee that the location where they are developing this project is truly safe
and comfortable for doing the prototype by following the safety protocols of COVID 19.
Manpower
The researcher of the study ae the following: Aljohn Vandame III Quizon, Michael
Jacob S. Ortiz, Wilfredo L. Rosalita, Harvey V. Palomar., and Jhun Paul T. Powao. These are
Process/Method
These are the methods or processes in making the product of the study. Before the
researchers start in making the output of the study, they provide all the materials needed. The
The materials used in making the output of this study are the following: welding
machine, screwdrivers, pliers, hammer, sander electric tool, cutter electric tool, electric drill,
Definition of terms
microcontroller. The board has digital and analog input/output pins that can
mechanical motion (shaft turns) into digital pulses that a motion controller
can interpret. It also includes a driver, and the two together form a circuit that
include 16x2, 8x1, and 40x4. The identification of these displays is broken
down into the number of characters in each row and then the number of rows.
Rain Sensor Module - This sensor module measures moisture using analog
output pins and provides a digital output when the moisture threshold is
exceeded. When rain falls on the board, it creates a parallel resistance path for
that clears rain, snow, ice, washer fluid, water, and/or debris from a vehicle's
Automotive Wire-
CHAPTER 2
This chapter represents the review of related literature and studies from different
sources like books, journals, published and unpublished theses, and other research
engines regarding the topic of the development of the of wiper system sensor for
light vehicles.
Related literature
The following are few theories and significance of the wiper system sensor
According to the study completed by Tashiro & Shimada (2020 ) The wiper
motor control in this system has to control the reversal angle of the wiper arms to
meet the regulations and prevent collision with the windshield frame. In this paper,
the windshield wiper control that solves the issue is proposed the state feedback
helps not only in increasing safety by reducing distractions but also increases the
high cost and low efficiency. In this work, we have proposed an automatic wiper
controller, based on resistive rain sensor which is cost effective, efficient and has a
wide range of output. An equivalent electrical and mathematical model of the sensor
predetermined geometry. Hence the rain water forms a film on the sensor surface
equivalent model of the sensor and with appropriate linearization circuit. Further, a
motor speed variation based on sensor output. The proposed system is rigorously
tested on a small segment car (Indica V2) for its performance. It is observed that, the
According to Naresh (December 2015) stated that the automotive industry has
sensing wiper systems become an even more appealing feature, as they work to
minimize the time the driver must take his/her hands off the wheel. Most traditional
systems offer intermittent as well as variable speed operation. The traditional wiper
system however requires driver constant attention in adjusting the wiper speed.
vehicle’s speed. Because the manual adjustment of the wiper distracts driver's
attention, which may be a direct cause accident. This is review paper for automatic
wiper in various method and also explain the basic skeleton for adjust speed of
addition with also in advance removal of moisture inside the car while raining. The
system activates the wiper to operate in fully automatic mode and detect moister
According to Ucar, et al. (2001). Stated that Automotive windshield wiper systems
have three main components, which are wiper arms, connection mechanism and an
electric motor that drives this mechanism. A windshield wiper motor must be
operated when rainsqualls obscure the driver's sight area. Currently, windshield
wiper motor systems are controlled in two different ways: in the first, the driving of
motor is realized with predetermined constant time intervals using time relays.
Secondly, the wiper motor system can also be controlled by the principle based on
the infrared light reflection from the windshield. In this work, a new system is
designed to drive a wiper motor using sensors that detect the wetness and rainsquall
concentration on the windshield. The sensors are located on the windshield and are
operated based on the feature of the rainsquall's weak electric conductivity. The
experimental results based on a single sensor show the reliability of the system.
Lubna et al. (2015) In today’s automotive industry, the issue of driver safety and
in such cases. It betters the driving experience and improvises the safety factor of a
system. By taking care of the attentions drivers would have to devote to control a
driving safely. Although, few automated windshield wiper systems are available in
the automotive market, they are very costly and not very effective. This paper
sensor. The system was programmed to use fuzzy logic to manipulate the analog
data collected from the sensor, and the microcontroller controlled the wiper motor
using pulse width modulation (PWM). The use of fuzzy logic allows the system to be
easily reconfigurable. Such feature can be utilized to design different wiper system
for different vehicles and weather conditions without any hardware modification. It
was successfully connected to a commercial vehicle (Mazda Protégé) and tested for
different rain conditions. The sensor data was collected using artificial rain
conditions to mimic real world raining conditions and the resultant windshield
wiper movement strongly resembled manual control of the wipers. In a nutshell, the
developed system was not only cost effective but also highly performing
applications, where two or more motors are used. Conventional Tandem motion
independent motor. For synchronization and to avoid collision a closed loop control
Windshield wipers play a key role in assuring the driver's safety during
attention in adjusting the wiper speed and the intermittent wiper interval because
and vehicle's speed. The manual adjustment of the wiper distracts driver's attention,
which may be a direct cause of traffic accidents. The project is an endeavor towards
Controller), grid sensor and a D.C. motor to actuate the windshield wiper. Next, the
grid sensor is used to detect the rain intensity which is based on the simple principle
that, as wetness increases sensor output voltage decreases, when the sensor is a part
of voltage divider circuit. The proposed system has ability to change the wiper speed
wiper motor is disclosed in which the wiper motor is made automatically responsive
to the presence of moisture droplets on the windshield causing the wiper blades to
sweep back and forth at a rate dependent upon the level of precipitation
miss the sensor (50) yet fall within the area of the windshield (304) which is swept by
According to Peter Otchere (November 2016) expressed that the automated rain
wiper system is used to detect rainfall and activate automobile rain wiper
driving distractions and allow drivers to focus on their primary task of driving. The
that a driver takes their attention off the road to adjust a knob while driving in poor
weather conditions could potentially lead to car accidents. The system uses a
combination of impedance and rain sensor to detect rain and its intensity. The
system contains a controller that takes in the input signals from the sensors and
controls the operation of the windshield wipers based on those input signals the aim
of this project is to help reduce accidents that happen as a result of the driver
intending to clean the windscreen when rain is falling thereby taking the attention of
the driver off the road when he or she is switching on and off the wiper. In rainy
days we suffer from the act of sprinkling of water on the front glass of our wheeler.
While driving, when drivers cannot see visibly on-road vehicles they try operating
the wiper on glass manually, at times switching on and off intermittently and this
distraction might cause vehicle accident. If we apply any kind of sensor on glass
which senses the act of sprinkling water, by automation, the wiper will be operating
automatically. When the water hit the sensor, it will send a signal to the system thus
triggering the wiper motor. Once the sensor does not detect any water, the wiper
will stop. This will reduce the human interface that has been stated earlier. An
addition to this invention is that the wiper automatically pushes up from the
Terakura, et al, (2001) create and design concept of the sensor is based on the
quantification on both detected rainfalls and wiping modes in order to match the
wiping mode in an operator's mind by optimizing the optical sensing system and
International Journal of Engineering & Technology Sciences IJETS (2015) the issue of
system is of great aid in such cases. It betters the driving experience and improvises
the safety factor of a vehicle by converting the manual windshield wiper system into
an automatic system.
wiper system developed using an Arduino Uno microcontroller and a rain intensity
detection sensor. The system was programmed to use fuzzy logic to manipulate the
analog data collected from the sensor, and the microcontroller controlled the wiper
motor using pulse width modulation (PWM. The use of fuzzy logic allows the
modification.
According to Karim Nice (Feb 9, 2021) express that Rain-sensing Wipers In the past,
automakers have tried to either eliminate the wipers or to control their speed
individual raindrops hitting the windshield, applying special coatings that did not
allow drops to form, or even ultrasonically vibrating the windshield to break up the
droplets so they don't need to be wiped at all. But these systems were plagued by
problems and either never made it to production or were quickly axed because they
annoyed more drivers than they pleased. However, a new type of wiper system is
starting to appear on cars that actually does a good job of detecting the amount of
water on the windshield and controlling the wipers. One such system is made by
TRW Inc., here is a PDF describing their rain sensor system. TRW Inc. uses optical
sensors to detect the moisture. The sensor is mounted in contact with the inside of
data will be gathered analyzed and how concepts work at the same time. These
includes, design of the device, research locale, respondents of the study, research
Research design
This study will use a descriptive research method, according to Helen L. Deluck
(1993) there are several purposes of descriptive research have been identified in the
literature: 1.) t describe systematically and accurately the facts and characteristics of
are a means of discovering new meaning, describing what exist, determining the
portray the characteristics of persons, situation, or groups and frequency with which
or among selected variables, 5.) to answer questions based on the ongoing events of
the present. This design will be used to develop, test, and evaluate the device's
acceptability in terms of design and functioning of this study. In the development of
Research Locale
This study is located at Bukidnon state university, fortich street Malaybalay City
Bukidnon the central part of the province. The nearest Seaport and Airport in
Cagayan de Oro city is 91kilometer away. The city is predominantly rural with
only 16% of the population in urban areas, 40% in urbanizing barangays and 46% in
rural areas. Population evenly distributed in the urban and rural areas. The Areas
are generally found on the confines of Sayre high way traverse the city. The main
https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/
Ph_locator_bukidnon_malaybalay.png/250px-Ph_locator_bukidnon_malaybalay.png
Respondents of the research
The respondents of this research are the fourth-year automotive students from the
city of Malaybalay and Valencia City, and Car owners within the city of Malaybalay.
The respondents will be composed of thirty (30), ten (10) Automotive Students, ten
(10) Automotive Instructors, and ten (10) Car Owners determine as the respondents
of this study. The study of the researchers is relevant to the field of their
respondents. That the survey is easy to interpret from the respondents, who are
chosen at random according to the sampling procedure, which should give the
sample population.
Research instrument
For the conducted research, the researcher’s study will be using an evaluation
checklist questionnaire.
The questionnaire composed of two parts. The part one questionnaire contains a
The data for this study will be gather using an evaluation questionnaire. First and
questions. After the respondents answered the questionnaire, the researcher will
conduct the effectiveness of developing wiper system sensor for light vehicles. Then
Sampling procedure
In selecting the respondents of the study, the target respondents are the automotive
Scoring Procedure
To find the extent of the effectiveness of Development of Wiper system Sensor for
safety. The data gathered for this study will be based on the distribution of a form
via the Google platform to target the respondents and ask for their cooperation and
Scoring Guidelines
To interpret the data for evaluation of the Development of Wiper System Sensor for
Statistical treatment
Mean and standard deviation were used to summarize the result of the study.
The median is known as a measure of location; that is, it tells us where the data are.
As stated in, we do not need to know all the exact values to calculate the median; if
we made the smallest value even smaller or the largest value even larger, it would
not change the value of the median. Thus, the median does not use all the
information in the data and so it can be shown to be less efficient than the mean or
average, which does use all values of the data. To calculate the mean, we add up the
observed values and divide by the number of them. The total of the values obtained
in Table 1.1 was 22.5 , which was divided by their number, 15, to give a
symbols:
The range is an important measurement, for figures at the top and bottom of
it denote the findings furthest removed from the generality. However, they do not
give much indication of the spread of observations about the mean. This is where the
covered by one standard deviation above the mean and one standard deviation
below it
The table below show the list of materials/supplies, functions, quantities, units, unit
materials (php)
UNO module
Alpha To 280.00
Numeric determine
speed
wiping
system
Wire connectivity
of the
components
prototype
rain
move the
entire
model
of the wiper
sensor
components
Potentiometer Used to
adjust the
font inside
of the LCD
Wilding rod Used to 1 box
weld
Socket Used to
attached the
clip
tape measure
prototype
nuts tighten
Mechanical Design
A prototype model for the development of a wiper system sensor for light vehicles.
tube, glass, a wiper rain sensor, an Arduino uno, an alpha numeric LCD, a wiper
blade, a servo motor, a 12V automotive battery, automotive wires, bolts and nuts.
The whole prototype model for the development of a wiper system sensor for light
vehicles is mounted on a sturdy constructed frame provided with caster wheels for
easy movement of the entire model. All the components are visible in the prototype
model: the glass, wiper motor, caster wheel, rain sensor, wiper blade, Arduino uno,
alpha numeric LCD, servo motor, 12V automotive battery, bolts and nuts, and
automotive wires.
The prototype wiper sensor model is used in demonstration of the mechanism of the
wiper system sensor for light vehicles and also the wiring process of the designated
The prototype model is made of a sturdy frame made of GI rectangular tube and the
Perspective Design
The figures below show the different sketch view of the Wiper Sensor Mock-up
Model such as; front view, right side view and left side view.
FRONT VIEW
Legends:
2. Frame 8.
3. Steel plate 9.
5. Bolts 11.
The figure below shows the perspective right side view of the wiper system sensor.
As you can see, this is the frame of the wiper system sensor. In the middle flat area,
that part will attach the components of the wiper system sensor. We were not able to
put the glass and wiper blade together because of some technical problems with the
apps that could be used to edit the prototype wiper system sensor.
Left View
Figure 1 Perspective right side view of the prototype wiper system sensor
The figure below shows the perspective left side view of the prototype wiper system
sensor. same for the right-side view that has the frame of the wiper system sensor. In
the middle flat area, that part will attach the components of the wiper system sensor.
We were not able to put the glass and wiper blade together because of some
technical problems with the apps that could be used to edit the prototype wiper
system sensor.
LEFT SIDE VIEW
Figure 4. Perspective left side view of the prototype wiper system sensor
RESULT AND DISCUSSION
The automated wiper system could help to improve the teaching strategy of the
instructors. Obtain the highest mean (Mean= 4.7, Standard deviation=0.4660916).
The wiper system sensor performed reliably. Obtain the lowest mean (Mean= 4.6,
Standard Deviation=0.56324185).
Table 1 represents the functionality of the prototype that presents the mean and
standard deviation. As we can see, the mean of 4.7 is the number given on the
principles and function of the wiper sensor system, which is the highest functionality
or the highest mean. It shows that respondents should gain an understanding of
how the wiper system works and its various functions. It could also help the
stated that wiper system sensors could help the students and instructors perform
and demonstrate the functions of the prototype. A mean of 4.6 is the lowest mean
that is perceived as highly functional. The overall mean of the functionality of the
Table 2 represents the mean and standard deviation of the convenience of the
prototype. As we can see, the mean of 4.73333 shows the effectiveness of the wiper
system sensor, which doesn't feel any discomfort. It shows that the prototype is
tangible for the 3 categorized respondents. Students will gain ideas for developing
an automatic wiper system. It’s also a major benefit for automotive practitioners who
better managing their time so that they can teach their students in a more efficient
and time-efficient manner. Car owners will apply this prototype to their vehicles so
that they can better avoid accidents, particularly on night roads and during the rainy
season. It will assist them in avoiding danger while driving. So, it means that the
are two questions that interpret the lowest mean of 4.6. It means that the prototype
wiper system sensor is easy to assemble and meets their standards. Also, it is
interpreted as highly functional. The overall mean for the convenience of the
Table 3 represents the mean and standard deviation of the reliability of the
prototype wiper system sensor. As we can see, the highest mean that translates to
reliability of the prototype is 4.7, which can be rated as highly functional. It proves
that the wiper system sensor can demonstrate the three-variable speed, which is low,
medium, and high speed. The lowest mean of the reliability of the prototype is 4.4,
which can be rated as functional. That shows the wiper system sensor model design
is not complicated. So, the overall mean is 4.52667, which means that the prototype
application.
Table 4 shows the mean, standard deviation and qualitative interpretation in terms
of safety of the prototype.
Safety of the Mean Standard Qualitative
prototype Deviation Interpretation
1. The wiper Highly Functional
system sensor is
safety in rush and
rainy season. 4.53333 0.57134646
2. The wiper Highly Functional
system sensor is
safety to all drivers
and car owners. 4.73333 0.44977645
3. The wiper Highly Functional
system sensor
model is safety
during
demonstration. 4.56667 0.56832078
4. The wiper Highly Functional
system sensor
components are
free from
injurious. 4.56667 0.50400693
5. The wiper Highly Functional
system sensor
model has no
harmful chemicals. 4.5 0.57235147
Overall mean 4.58 0.054848 Highly Functional
The wiper system sensor is safe for all drivers and car owners. Obtain the highest
mean (Mean = 4.73333, Standard Deviation = 0.44977645).
The wiper system sensor model has no harmful chemicals. Obtain the lowest mean
(Mean = 4.5, Standard Deviation = 0.57235147).
Table 4 shows the mean, standard deviation, and qualitative interpretation in terms
of the safety of the prototype. The highest mean is 4.73333, which is rated as highly
functional. It shows that the prototype gives the full guarantee of safety to all drivers
and car owners. It will be able to prevent them from getting into accidents during
the rainy season. It can apply also for those students and instructor who are
performing demonstration and practical assessment about wiper system sensor. The
lowest mean score of the prototype is 4.5, which can be rated as highly functional as
well. It shows that the wiper system sensor has no harmful chemicals that can cause
a hazard to the people who use it. The overall mean is 4.58, which interprets the
Table 5 shows the mean, standard deviation and qualitative interpretation in terms
of Aesthetics of the prototype.
The wiper system sensor model components have a smooth surface for safety when
using them. Obtain the highest mean (Mean = 4.76667, Standard Deviation =
0.50400693).
The wiper system sensor model components are properly cut and welded. Obtain
the lowest mean (Mean = 4.63333, Standard Deviation = 0.5560532).
The table 5 shows the mean, standard deviation, and qualitative interpretation in
us that the wiper system sensor model is presentable and can be rated highly
functional. One of the comments of our respondents is that "the wiper sensor is very
lowest mean is 4.63333. It shows the wiper system sensor model components are
properly cut and welded. The overall mean is 4.68, which means that the aesthetics
Table 7, "Development of Wiper System Sensor for Light Vehicles," has an overall
convenience, reliability, safety, and aesthetics. For the functionality of the wiper
system sensor, it has an overall mean of 4.64667, which means that the prototype
wiper system sensor is highly functional in terms of the quality of having a practical
tangible for the 3 categorized respondents and all. Students will gain ideas for
developing an automatic wiper system. It’s also a major benefit for automotive
will assist them in better managing their time so that they can teach their students in
a more efficient and time-efficient manner. Car owners will apply this prototype to
their vehicles so that they can better avoid accidents, particularly on night roads and
during the rainy season. It will assist them in avoiding danger while driving. For the
reliability of the study, it has an overall mean of 4.52667, which means that the
prototype wiper system sensor is reliable, and it shows that the model is not
complicated. It is used as a learning tool for students and instructors. For safety, it
has an overall mean of 4.58, which means that the prototype wiper system sensor
will be able to prevent them from getting into accidents in the rainy season and
perform demonstration and practical assessment. For the aesthetics, it has an overall
mean of 4.68, which means that the prototype wiper system sensor is presentable
and acceptable.
Summary
This chapter present the summary, findings, the conclusion and the
The main purpose of this study is to develop a prototype model for the wiper system
sensor for light vehicles to make it easier to explain, exemplify, and demonstrate the
wiper system sensor, and to share this study ideas with all automotive practitioners,
instructors, and car owners in our country as a learning resource. The specific
1. How thus the use of an automatic sensor influences the operation of the wiper
system?
2. What are factors that affects in developing wiper system sensor for light
vehicles?
3. How acceptable is the development of wiper system sensor model in terms of;
a.) Functionality b.) Reliability, c.) Safety, d.) Aesthetics, e.) Convenience.
1. How thus the use of an automatic sensor influences the operation of the wiper
system?
The use of automatic sensors is to help the operation of wiper system that
2. What are the factors that affects in developing wiper system sensor for light
vehicles?
The factors that affect the development of the wiper system sensor for light
Students will be able to use the wiper sensor system to provide additional
background, learning, ideas, and capabilities to enhance their skills, knowledge, and
capabilities to work in terms of the principles and operation of the wiper sensor
system. Due to a lack of learning materials, several students don’t know the
teaching their students. It will help them organize their time better so that they can
educate their students more effectively and efficiently. Some schools are unable to
students.
A wiper system sensor can provide the car owner with information on how to avoid
accidents, particularly on night roads and during the rainy season. It will assist them
in avoiding danger while driving and to applying safety. Suddenly, the wiper sensor
system is expensive and not easy to resolve the problem. Research problem number
prove that the wiper system sensor can demonstrate the three-variable speed,
which is the low, moderate, and high speed. In terms of safety, it is safe based
on the testing that we conducted several times. In aesthetics, the wiper system
sensor model components have a smooth surface and are safe when used.
They are also presentable and can be rated as highly functional. The wiper
performing it.
Conclusions
Based on the findings of the study and the result of the data gathered from
the respondents, the prototype wiper system sensor model for light vehicles is
acceptable and reliable for the automotive practitioners, instructors, and car owners
when it comes to functionality of the product, it has mean of 4.64667 which belongs
interpretation. For the reliability, it has mean of 4.52667 which belong to functional
base on qualitative interpretation. For safety, it has mean of 4.58 which belong to
4.68 which belong to highly functional base on qualitative interpretation. The result
of the instructional model in terms of; functional, aesthetics, reliability and safety are
all highly functional though the convenience of the instructional model got a
During the system's development, the researcher encounters difficulties with the
system's components. The parts of the wiper sensor system are uncommon and
expensive. The researchers were unable to purchase expensive parts due to financial
courage aided them in achieving their objectives based on their findings and
References
Bansode et al. (2012) Design and development of smart automatic windshield wiper
novel and cost-effective resistive rain sensor for automatic wiper control: Circuit
Tashiro et al. (2020) Reversal Angle Control of Windshield Wiper Motor Using a
Reference Governor.
Ucar, et al. (2001). The design and implementation of rain sensitive triggering system
for windshield wiper motor
Appendices
The image below depicts the rectangular tube being cut with a grinder. It is critical to
mark the various dimensions initially in order to avoid abuse or failure. Rectangular
tubes are used as a frame for the entire model of the wiper system sensor. The
researcher used a number of 1.2-mm rectangle tubes. to ensure that the automated
This image depicts the welding procedure for the automated wiper system model in
order to make or produce a frame or model that will allow the researcher to readily
exhibit or explain the flow and connections of the automatic wiper system sensor. To
ensure that the model was both sturdy and appealing, the researcher employed a
welding machine.
Name: Date:
Address:
Rating
Highly Functional -5
Functional -4
Moderately Functional - 3
Slightly Functional -2
Not functional -1
Please rate the following by checking the appropriate answers Standard Criteria.
I Functionality 5 4 3 2 1
1. The researcher would demonstrate the wiper
system sensor for light vehicles
2. The wiper system sensor performed reliably.
3. The automated wiper system help the student
to understand the wiper system sensor.
4. The automated wiper system could help to
improve the teaching strategy of the instructors.
5. The automated wiper system could help the
students to have more knowledge about wiper
system sensor.
II Convenience 5 4 3 2 1
1. The wiper system sensor is easy to assemble.
2. The wiper system sensor doesn’t feel any
discomfort.
3. The design of the wiper system sensor is
adequate when using it.
4. The wiper system sensor meets your standard.
5. The wiper system sensor is portable.
III Reliability 5 4 3 2 1
1. The wiper system sensor is more advantage.
2. The wiper system sensor has no obstacles.
3. The wiper system sensor can demonstrate the
three-variable speed: intermittent, low, and high
speed. .
4. The student could apply the theoretical lectures
to practical application.
5. The wiper system sensor model design is not
complicated.
IV Safety 5 4 3 2 1
1. The wiper system sensor is safety in rush and
rainy season.
2. The wiper system sensor is safety to all drivers
and car owners.
3. The wiper system sensor model is safety during
demonstration.
4. The wiper system sensor components are free
from injurious.
5. The wiper system sensor model has no harmful
chemicals.
V Aesthetics 5 4 3 2 1
1. The wiper system sensor model components are
properly cut and welded.
2. The design of the wiper system sensor model is
unique.
3. The wiper system sensor model components
has smooth surface for the safety when using it.
4. The wiper system sensor model is presentable.
5. This wiper system sensor model is not dirty.
Comments:
https://www.elprocus.com/different-types-of-sensors-used-in-automobiles/#:~:text=Automobile
%20sensors%20are%20intelligent%20sensors,of%20these%20sensors%20is%20essential.
https://driving.ca/auto-news/news/how-it-works-automatic-and-adaptive-headlights
https://www.google.com/url?sa=t&source=web&rct=j&url=https://arxiv.org/pdf/
2101.01670&ved=2ahUKEwjE_OGQi5HxAhUSM94KHVnEDRkQFjALegQIFBAC&usg=AOvVaw0bZXEjdT
dJGNACYS-4xDOt&cshid=1623466874509
https://www.circuitstoday.com/rain-sensing-wiper-project
https://www.researchgate.net/publication/
275643772_DESIGN_AND_IMPLEMENTATION_OF_A_RECONFIGURABLE_AUTOMATIC_RAIN_SENSITI
VE_WINDSHIELD_WIPER
https://www.scribd.com/document/400511800/Automatic-Rain-Operated-Wiper
https://bestengineeringprojects.com/automatic-wiper-for-automobile-using-arduino-and-
rainsensor/?fbclid=IwAR3oor8ho5c7f6mBitMfYPuWWNI6psHAh2Tq5sSQkhBEc5Eb42hnB9vIHAs