RVM For Latex
RVM For Latex
INTRODUCTION
This chapter contains the background of the study, the problem statement, the objectives
and sub-objectives, the purpose of the study, and the definition of terms. It entails the
purpose of recycling the plastic bottles as a form of reducing pollution and a means of
community outreach and enforcing social discipline
With the increase amount of waste generated, recycling is one of the important
approaches to manage the waste effectively. Recycling is a process of collecting and processing
unwanted materials to be turned into new products. Recently, the government in the Philippines
will require the separation of waste at home so that it is much easier to recycle and
less waste goes to landfill better for people and the environment. The current manual recycling
practice in which the user need to bring the waste in bulk to the recycling center might be hassle
and hence become a discouraging factor for them to recycle. Considering this problem, it shows
that Filipinos are far from contributing to effective solid waste management system due to the
lack of land for landfill, thus waste recycling is really a very critical issue to be highlighted in
waste management [2].
Recently, many countries are moving towards systematic techniques in managing waste. With the
growth of the information technology, the trend is clear that the use of technology in managing
waste has getting an attention nowadays. In addition, experience worldwide has proven that
rewarding is the most effective way to preserve high participation level in recycling process [3].
To ensure the effectiveness of today’s technology in encouraging human to waste management,
one of the plausible methods is by implementing a Reverse Vending Machine (RVM). The
concept is very appealing since it can provide a reward for users that recycle their beverages
container such as plastic bottle or aluminum cans [4]. Apparently, this system will emerge “waste
to wealth” concept by motivating and encouraging the community to recycle as they will be
rewarded and eventually increase their awareness on the importance of waste recycling.
1.3 Objectives
The main objective of this study is to design a reverse vending machine to start the
initiative of recycling.
The specific objectives are as follows:
Design a system that dispenses paper in exchange for a plastic bottle deposited.
Design a control system that prevents the system from being cheated.
Jumpstart community awareness to the reduction of pollution by recycling
1.4 Purpose of the Study
Incentivizing the community outreach activity of plastic garbage collection by
means of exchanging recycling efforts with monetary reward depending on the bottles
deposited.
2.1 Theories
Here we discuss the various theories that support the concept the project as
well as its operation and limitations.
Generally this automation deals with the elimination of manual work using
electronic processing.
It consists of three main units, which include:
A. Input unit
B. Processing unit
C. Output unit
Input Unit:
The input unit of this vending machine comprises of the components required to receive
the bottle from the customer and sensing if it is really a glass and a plastic bottle.
Processing unit:
The processing unit comprises of the components required to ensure the reception of the
genuine bottle. It further, signals the output unit to deliver the reward to the customer, on insertion
of a bottle inside the vending machine.
Output unit:
The output unit comprises of the components required to deliver the reward specifically
coins to the customer. It works on the instruction from the processing unit.
The idea of a reverse vending machine has been done before in other applications.
It is mostly done as a means of recycling /disposing of waste neatly and rewarding
the person who disposed of their trash properly. It is expected to aid in accelerating
the motivation among the society to recycle their waste, and can be one of the
frameworks to overcome urban poverty issue by using the “Trash to Cash” concept.
Basically, the system is implemented with microcontroller and sensors. Once it
detects the bottle for recycling, users get a reward using this system earn a monetary
reward. This is to help motivate repeated use and further raising collection rates;
while also decreasing plastic pollution in the neighborhood. In this system, instead of
rewarding money the deposited bottle will be exchange with a paper such as
newsprint for students.
When a metal object is present in the area of the electromagnetic field some energy of
oscillation will be transferred to the metal object, therefore decreasing the amplitude of
the sensor’s oscillation. Eventually, the oscillation diminishes then a Schmitt trigger is
activated. A Schmitt trigger is a comparator with hysteresis implemented. It has a
positive feedback, which holds the output level until the input signal is higher than the
threshold [8]. When the amplitude of oscillation exceeds the threshold, the metal object is
detected.
𝑇𝐶
𝐷=
2
where:
D = distance (m)
T = time between emission and reception (s), and
C = speed of sound (344 m/s).
(b) Retro-reflective
Figure shows the operation of a retro-reflective photoelectric sensor.
The sensor operates by detecting the light reflected from a target reflector.
The object between the sensor and the target reflector interrupts which
causes the sensor to output a signal.
(c) Diffuse-Reflective
Figure shows the operation of a diffuse-reflective photoelectric sensor.
The sensor detects the light reflected from the object itself.
2.1.3 Sensors
2.1.3.1 Weight Sensor using Load cell and HX711 module
This sensor is used to determine the weight of the item. This works where the
Load cell is a transducer, which transforms force or pressure into electrical output. Load
cells have strain gauge, which deforms when pressure is applied on it. And then strain
gauge generates electrical signal on deformation as its effective resistance changes on
deformation. Load cell comes in various ranges like 5kg, 10kg, and 100kg.
Now the electrical signals generated by Load cell is in few millivolts, so they
need to be further amplify by some amplifier and hence HX711 Weighing Sensor comes
into picture. HX711 Weighing Sensor Module has HX711 chip, which is a 24 high
precision A/D converter (Analog to digital converter). HX711 has two analog input
channels and can get gain up to 128 by programming these channels. So HX711 module
amplifies the low electric output of Load cells and then this amplified & digitally
converted signal is fed into the Arduino to derive the weight [15].
Working Principle of a Load Cell:
In order for a load cell to work, there must be a way to measure the resistance of
the strain gages. These strain gage resistors are configured in a Wheatstone bridge circuit.
Figure. Wheatstone Bridge Circuit [17].
The Wheatstone bridge is the electrical equivalent of two parallel voltage divider
circuits. R1 and R2 compose one voltage divider circuit, and R4 and R3 compose the
second voltage divider circuit. The output of a Wheatstone bridge, Vo, is measured
between the middle nodes of the two voltage dividers.
From this equation, you can see that when R1 / R2 = R4 / R3 the voltage
output VO is zero. Under these conditions, the bridge is said to be balance. Any change in
resistance in any arm of the bridge results in a nonzero output voltage. Therefore, if you
replace R4 with an active strain gage, any changes in the strain gage resistance unbalance
the bridge and produce a nonzero output voltage that is a function of strain [18].
Working Principle of HX711 Amplifier:
HX711 is an electronic scale module; the working principle is to convert the
measured changes in resistance value changes, through the conversion circuit into
electrical output. By connecting the amplifier to your microcontroller you will be able to
read the changes in the resistance of the load cell and with some calibration you'll be able
to get very accurate weight measurements [19].
Figure. Schematic Board for HX711 Amplifier [20].
2.1.5.1 Arduino
Arduino is a physical programmable circuit where an individual can write and u- pload
computer codes with the use of an Integrated Development Environment [27]. Arduino
uses Harvard architecture. Harvard architecture is a kind computer architecture where
instructions and data are stored in separate memory units of that are connected by
different busses [28]. In this case, the Arduino code is stored in the flash memory while
the data is stored in the data memory.
2. Pins (5 Volts, 3.3 Volts, GND, Analog, Digital, PWM, AREF) 3. Reset button
5. TX and RX LEDs
6. Main IC
7. Voltage regulator
Arduino Nano
Arduino Leonardo
Arduino Micro
Arduino Micro was developed in conjunction with Adafruit. It has the same
features with the Arduino Leonardo but the only difference is that this uses a
MicroUSB connection.
Arduino Mega
Arduino Mega uses an ATmega1280 microcontroller. It has 54 digital I/O pins (of
which 14 can be used as PWM outputs), 16 analog inputs, Four UARTs (hardware
serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, and ICSP
header and a reset button.
ELECTRONIC SYSTEM:
The electronic part of the system includes the microcontroller so as to perform the
processing of the system. The microcontroller is used for the entire processing and is
coded using Arduino. Each and every part of the entire system has been controlled by the
microcontroller. This includes the sensing of the reception of the bottle through the bottle
inlet, and deciding and instructing the coin hopper to deliver a coin.
The aim of this study is to develop a machine that exchanged recycling efforts
with monetary reward. In the figure above explains the step procedure of proposed
Reverse Vending Machine (RVM) working. In the block diagram recyclable waste plastic
materials acts as an input and then check by several sensors. First, machine check through
the sensors that Is the bottle received? Is the bottle made of Plastic or Glass? Is the bottle
empty? According to that, ultrasonic sensor will check if there is any person will deposit
a bottle. Next, photoelectric sensor will activate and check if the bottle is really a plastic
or glass in a way that the transmitted laser will be receive by the emitter in the form of
transparent or translucent because this study mainly focus on plastic such as Nature’s
Spring in 250 ml which is popular nowadays in school or open areas, and the same
process also to the glass bottle. If necessary, another sensor will activate the Inductive
proximity sensor which functions as a second sensor to make sure this bottle deposited is
a plastic or glass in a way that it detects metal. When the bottle pass in two sensors, last
sensor which is the weight sensor will activate and weigh the bottle to determine if it is a
plastic or a glass bottle. Where we set a specific weight of the plastic bottle and the glass
bottle. Lastly, a reward will be given to the user in the form of coins if the entire test will
be passed through sensor.
3.1.1 Hardware
Reference: (Chapter 2)
[1] J. L. Mayuga, J. L. M. J. L. Mayuga, J. G. Burgos, J. L. Mayuga, J. L. Mayuga, and J. G.
Burgos, “Jonathan L. Mayuga,”BusinessMirror, 12-Jul-2017. [Online]. Available:
https://businessmirror.com.ph/2017/07/12/urbanization-population-growth-seen-to-heighten-
garbage-woes/. [Accessed: 11-Nov-2019].
[2] Tomari, R., Kadir, A. A., Zakaria, W. N. W., Zakaria, M. F., Wahab, M. H. A., & Jabbar, M. H.
(2017). Development of Reverse Vending Machine (RVM) Framework for Implementation to a
Standard Recycle Bin. Procedia Computer Science, 105, 75–80.
[4] Tomari, R., Zakaria, M. F., Kadir, A. A., Wan Zakaria, W. N., & Abd Wahab, M. H.
(2019). Empirical Framework of Reverse Vending Machine (RVM) with Material Identification
Capability to Improve Recycling. Applied Mechanics and Materials, 892, 114–119.
[14] Tarun Agarwal, Photodiode working principle, characteristics and applica- tions,
https://www.elprocus.com/photodiode-working-principle- applications/.
[15] Arduino Weight Measurement Project with Load Cell and HX711 Module
Interfacing: Circuit Diagram and Code, 02-Mar-2017. [Online]. Available:
https://circuitdigest.com/microcontroller-projects/arduino-weight-measurement-using-
load-cell. [Accessed: 11-Nov-2019].
[16] “Load Cell and Strain Gauge Basics,”Load Cell and Strain Gauge Basics | Load
Cell Central. [Online]. Available: https://www.800loadcel.com/load-cell-and-strain-
gauge-basics.html. [Accessed: 11-Nov-2019].
[17] “Measuring Strain with Strain Gages,”Measuring Strain with Strain Gages - National
Instruments. [Online]. Available: https://www.ni.com/en-ph/innovations/white-
papers/07/measuring-strain-with-strain-gages.html. [Accessed: 11-Nov-2019].
[18] “Load cell,”Wikipedia, 05-Nov-2019. [Online]. Available:
https://en.wikipedia.org/wiki/Load_cell. [Accessed: 11-Nov-2019].
[19] “FixMaster Electronics Service Center,”FixMaster Electronics Service Center.
[Online]. Available: http://www.fixmasterelectronics.com.ph/product/hx711-weighing-
sensor-module-dual-channel-24-bit-a-d-conversion/. [Accessed: 11-Nov-2019].
[20] “HX711–24 Bit Analog to Digital Converter (ADC) Pinout, Datasheet &
Features,”Pinout, Datasheet & Features. [Online]. Available:
https://components101.com/ics/hx711-24-bit-analog-digital-converter-adc. [Accessed:
11-Nov-2019].
[21] Howard Eglowstein, Introduction to servomotors, https://www.sciencebuddies. org /
science - fair - projects / references / introduction - to - servo - motors.
[22] What is a pulse width modulation (PWM) signal and what is it used for?
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019OkFSAU.
Literature Review
[1] J. Liukkonen,"Machine vision system for a reverse vending machine," (2015).
[2] R. Rathore Heena & Rathore, “Solid waste identification and segregation system,”
20160078414A1, 2016.
[5] S. M. Samreen1, D. B. Gadgay, V. Pujari, and P. B.V, “Automatic metal, glass and plastic
waste sorter,” International Journal for Research in Applied Science and Engineering
Technology, vol. 5, 2017.
[6] W. G. P. Dumpayan, M. L. M. D. Mesa, N. D. F. Yucor, E. T. Gabion, J. D. Reynoso, and G.
R. M. Geslani, “Two-way powered microcontroller-based plastic bottles ‘drop-and-tap’ reverse
vending machine with stored value system using radio frequency identification (RFID) scanner
technology,”2017IEEE 9th International Conference on Humanoid, Nanotechnology, Information
Technology, Communication and Control, Environment and Management (HNICEM), 2017.
[7] R. Tomari, A. A. Kadir, W. N. W. Zakaria, M. F. Zakaria, M. H. A. Wahab, and M. H. Jabbar,
“Development of Reverse Vending Machine (RVM) Framework for Implementation to a
Standard Recycle Bin,”Procedia Computer Science, vol. 105, pp. 75–80, 2017.