Efficiency Efficiency in Utilizing The Concept of Programmable Logic Controller in Creating An Arduino
Efficiency Efficiency in Utilizing The Concept of Programmable Logic Controller in Creating An Arduino
Efficiency Efficiency in Utilizing The Concept of Programmable Logic Controller in Creating An Arduino
A Dissertation Submitted to
Alivio, Bruce Cj A.
Arecayos, Jasline Keith R.
Batulan, Pearl Emmari
Booc, Davin Jude B.
Cabido, Luigi
Carreon, Nicole R.
Castro, Jopel I.
Comendador, Ricka Laze A.
Duaman, Maryfel O.
Enriquez, Cielo Mae P.
Faustino, Josef R.
2
Research Adviser
January 2024
3
ACKNOWLEDGEMENT
Above all, we would like to sincerely thank the Almighty Father for his
guidance, provision of knowledge, courage, wisdom, and effort during this
study. Moreover, we will always be appreciative to our parents for their
emotional and financial assistance.
DEDICATION
4
And above all, we looked up and dedicated this entire study to our
Almighty God, who provided us with the power, knowledge, wisdom,
protection, and will to persevere and remain optimistic in order to complete
this research.
ABSTRACT
5
TABLE OF CONTENTS
Page
Title Page ........................................ 1-2
Acknowledgement ........................................ 3
Dedication ........................................ 4
Abstract ........................................ 5
Table of Contents ........................................ 6
Chapter I. The Problem and Its Scope
1.1 Background of the Study ........................................ 7
1.2 Statement of the Problem ........................................ 8
1.3 Significance of the Study ........................................ 9
1.4 Hypothesis, Scope and Delimitations………........................... 10
1.5 Conceptual Framework ........................................ 11
1.6 Definition of terms ........................................ 12
Chapter II. Review of Related Literature
2.1 Related Literature .....................................13-17
2.2 Related Studies .....................................18-20
Chapter III. Research Methodology
3.1 Research Design ....................................... 21
3.2 Research Sample ....................................... 21
3.3 Research Locale .......................................21-22
3.4 Research Material .......................................22-23
3.5 Ethical Consideration, Data Gathering Procedure..................23-28
Chapter IV. Results and Discussions……………………………………….….29-31
Bibliography ....................................... 32-
33
Appendices ........................................34-38
Curriculum Vitae ………………………………..39-64
7
CHAPTER I
INTRODUCTION
1. On a scale of 1-5, 1 being the lowest and 5 being the highest, how
effective is an Arduino-based Bluetooth-operated toy car works with
the use of PLC (Programmable Logic Controller) concept in terms of:
1.1 accessibility
1.2 durability
1.3 quality
Toy Developers. Even toy developers can benefit from this research by
considering ways to incorporate PLCs or Arduino into their products
expanding the possibilities, for play experiences. Developers can use our
research to create toys that are more interactive, engaging and educational.
This has the potential to transform how children learn and play by
incorporating technology.
Hypothesis
Ho: The Arduino-based Bluetooth-operated toy car is not efficient using the
concept of Programmable Logic Controller.
Conceptual Framework
Alternative Resources
Efficiency of the
Arduino-Based
Arduino-Based
Bluetooth - Operated
Bluetooth-Operated
Toy Car
Toy Car
Efficiency - the ability to achieve an end goal with little to no waste, effort,
or energy
CHAPTER II
In their study, Parves et al. (2022) stated that wireless control is one
of the most important basic needs for all people all over the world. Bluetooth
is one of the most used wireless technologies. A Bluetooth control car is
such a car that can be controlled wirelessly using a Bluetooth control
system and Arduino. With the combination of Arduino, and Bluetooth we
can control many other things, like home lighting, air conditioners, and
many more through our cell phones. The Arduino can also contribute at
large to the Smart Home system. Nowadays it has made us easier to convert
digital signals into physical movements with such microcontrollers. Today
people are using autonomation in every sector. There are many benefits, for
example, it reduces the risk of injury, it is fast, it can work day long, it is
reliable, etc. Bluetooth control car is just an example of autonomation. This
type of car is used in law enforcement and military engagements for some
the reasons like hazard exposure which is controlled from a location of
relative safety. Such vehicles are used by many police department bomb
squads to defuse or detonate explosives. These vehicles are also used in
space exploration, by using such vehicle NASA. ESA and ROSCOSMOS
have explored and collected many data from space, the moon, and mars.
converted into the OPC protocol. User interface enables control from a
distance and is alternative to the local methods of control by instructions
(Zolkiewski et al., 2015).
Kajan et al. (2014) added that the cheap work with high precision is
very necessary in industry for a long time. Research in robotics gives us
opportunity for development of automatically guided vehicle controlled by
PLC, which can be easily used for supplement transport inside factory, or
even for human transport. Main aim of this work is to show, how to replace
expensive industrial sensors with integrated communication interface by
simple cheap open-source technology. Our solution is focused on TCP
communication between Arduino and PLC. The Arduino is extended to
Ethernet shield. It makes possibility to connect third-party devices to PLC
and save I/O PLC modules. The Arduino pre-process data from ultrasonic
and line-following sensors and combine them into one data packet which is
send over the network to PLC server.
CHAPTER III
METHODOLOGY
Research Design
Research Sample
Research Locale
Research Material
Ethical Consideration
This section will discuss the procedures and instruments that will be
used in developing the toy car and the gathering of the needed data for the
study.
To finish the data collection process, the researchers will, first, use a
closed-ended online survey questionnaire type to help with the research
data gathering procedure and collect data to address the researchers'
problem statement. Second, use the Rating Scale Method for probability
sampling to select respondents for a quantitative research online survey.
Researchers employed this approach to ascertain the level of efficacy of the
three primary assessments: accessibility, durability, and quality of the
Arduino-Based Bluetooth – Operated Toy Car. Third, the researchers used
appropriate and correct questions that had been validated by the professor.
The researchers devoted time and collaboration to creating the data and
questionnaires required for the online survey to ensure its clarity and
comprehensibility. Fourth, for the respondents to continue answering the
online survey questions, the researchers wrote a letter requesting their
consent. Finally, the results of every questionnaire that was carefully
interpreted and delivered to the chosen respondents would be used by the
researchers as support for the study. In this instance, using these data, it
will determine the analysis of the study. The data that will be gathered will
be the support in the study.
25
break; brakeOff();
case '4': }
Speed = 178; }
break; }
case '5':
Speed = 191; void forward() {
break; analogWrite(in1, Speed);
case '6': analogWrite(in3, Speed);
Speed = 204; }
break;
case '7': void back() {
Speed = 216; analogWrite(in2, Speed);
break; analogWrite(in4, Speed);
case '8': }
Speed = 229;
break; void left() {
case '9': analogWrite(in3, Speed);
Speed = 242; analogWrite(in2, Speed);
break; }
case 'q':
Speed = 255; void right() {
break; analogWrite(in4, Speed);
case 'W': analogWrite(in1, Speed);
frontLEDON(); }
break; void forwardleft() {
case 'w': analogWrite(in1, Speedsec);
frontLEDOFF(); analogWrite(in3, Speed);
break; }
} void forwardright() {
Speedsec = Turnradius; analogWrite(in1, Speed);
if (brkonoff == 1) { analogWrite(in3, Speedsec);
brakeOn(); }
} else { void backright() {
28
CHAPTER IV
Accessibility 17 7 5 1 0 30
Durability 15 4 8 3 0 30
Quality 22 5 3 0 0 30
Likert Scale 5 4 5
quality are exceeded, while the ratings for durability range from 3.40 to
4.19.
Outcome Findings
BIBLIOGRAPHY
Kajan, M., Šovčik, J., Duchoň, F., Mrafko, L., Florek, M., & Beňo, P. (2014).
Sensoric subsystem of automated guided vehicle: TCP communication
between SIMATIC S7 PLC and Arduino. In 2014 23rd international
conference on robotics in Alpe-Adria-Danube Region (RAAD) (pp. 1-6).
IEEE. https://doi.org/10.1109/RAAD.2014.7002258
Make DIY (2020, June 1). How to make DIY Arduino Bluetooth control car at
Home with Arduino UNO, L298N Motor Driver, HC-05. YouTube.
https://youtu.be/tujih1afqiE?si=lnC3CcRDD2uCkJRp
Meher, Y., Panchal, A., Mishra, A., & Biradar, T. (2022). Arduino based
Remote Controlled Car. Application of Mechatronics in Hospital Patient
Bed, 40.
https://www.technofocus-djscoe.org/media/October_2022.pdf#page=
41
33
APPENDICES
Accessibility 17 7 5 1 0 30
Durability 15 4 8 3 0 30
Quality 22 5 3 0 0 30
Likert Scale 5 4 5
Alternative Resources
Efficiency of the
Arduino-Based
Arduino-Based
Bluetooth - Operated
Bluetooth-Operated
Toy Car
Toy Car
Appendix B: Documentation
CURRICULUM VITAE
Personal Information
Sex : Male
Nationality : Filipino
Education
Personal Information
Sex : Female
Email Address :
[email protected]
Nationality : Filipino
Education
Personal Information
Sex : Female
Nationality : Filipino
Education
Personal Information
Sex : Male
Nationality : Filipino
Education
Personal Information
Sex : Male
Nationality : Filipino
Education
Personal Information
Sex : Female
Nationality : Filipino
Education
Personal Information
Sex : Male
Nationality : Filipino
Education
Compostela, Cebu
Compostela, Cebu
Personal Information
Sex : Female
Nationality : Filipino
Education
Personal Information
Sex : Female
Nationality : Filipino
Education
Personal Information
Sex : Female
Nationality : Filipino
Education
Carmen, Cebu
Personal Information
Sex : Male
Nationality : Filipino
Education
Compostela, Cebu
Compostela, Cebu
Personal Information
Sex : Female
Nationality : Filipino
Education
Personal Information
Sex : Female
Nationality : Filipino
Education
Talibon, Bohol
Talibon, Bohol
Personal Information
Sex : Male
Nationality : Filipino
Education
Personal Information
Sex : Male
Nationality : Filipino
Education
Personal Information
Sex : Female
Nationality : Filipino
Education
Personal Information
Sex : Male
56
Nationality : Filipino
Education
Personal Information
Sex : Female
57
Nationality : Filipino
Education
Personal Information
Sex : Female
58
Nationality : Filipino
Education
Carmen, Cebu
Personal Information
Sex : Male
59
Nationality : Filipino
Education
Carmen, Cebu
Personal Information
Sex : Male
60
Nationality : Filipino
Education
Compostela, Cebu
Compostela, Cebu
Personal Information
Sex : Male
61
Nationality : Filipino
Education
Personal Information
Sex : Male
62
Nationality : Filipino
Education
Personal Information
Sex : Female
63
Nationality : Filipino
Education
Personal Information
Sex : Female
64
Nationality : Filipino
Education
Personal Information
Sex : Female
65
Nationality : Filipino
Education