You are on page 1of 4

Proceedings of the Fifth International Conference on Communication and Electronics Systems (ICCES 2020)

IEEE Conference Record # 48766; IEEE Xplore ISBN: 978-1-7281-5371-1

Arduino based Automated Domestic Waste


Segregator
T.M.B.Shankar Balu*, R.S.Raghav*, K.Aravinth, M.Vamshi, M.E.Harikumar, Rolant Gini J
Department of Electronics and Communication Engineering
Amrita School of Engineering, Coimbatore
Amrita Vishwa Vidyapeetham, India
shankarbalu.1999@gmail.co m, raghav99rs@gmail.com, aravinthk1824@gmail.co m, vamshimadhavan2710@gmail.co m,
me_harikumar@cb.amrita.edu, j_rolantgini@cb.amrita.edu

Abstract—India is the second largest populated country in the collecting waste from public garbage bins and landfills making
world. With rapid urbanization, the amount of waste generated them vulnerable to health risks [3], [4]. Segregation of waste at
in urban areas has increased tremendously leading to a major the source level (even if it is primitive segregation) is the
concern. Most of them are dumped in landfills directly without solution to the country’s waste management crisis [5]. It would
proper treatment and segregation. This practice leads to a lot of open a new horizon for further treatment and recycling of
problems. Groundwater gets contaminated. These landfills act as waste.
a perfect breeding ground for mosquitoes, rats and stray dogs.
Conservancy staff and rag pickers who are exposed to these Dry waste comprises of paper, metallic waste, plastic, etc. -
landfills develop a lot of health problems. To address this issue, anything which can be kept for quite a long time. Wet waste
segregation should be done at various levels. The important level comprises of organic material like vegetable peels and fruit
of segregation is the source itself. Even primitive segregation at waste which can be made into compost. The treatment of wet
the households could be a turning point in the waste management waste could produce compost and biogas. Biogas could be used
of the country. The economic value of waste is unexplored in the as an alternative renewable source of energy which can be used
country. In this article, an automated waste segregator is in households [6]. It is a cleaner fuel compared to fossil fuels.
proposed that segregates the waste into wet and dry waste at the Since it is a low-cost fuel, it can be used by many poor
household level using capacitive proximity sensor and inductive households for cooking. The compost obtained in the treatment
proximity sensor, which also detects the bin filling status. of wet waste could be offered to farmers at a cheaper rate. This
Keywords—waste segregation, capacitive proximity sensor, could reduce the use of fertilizers in farming which increases
inductive proximity sensor, wet,dry the quality of soil and the produce obtained. The dry waste
collected should be sent for further segregation by which
materials can be recycled or reused.
I. INT RODUCT ION
The economic potential of waste segregation is undermined
by India. Employing this methodology in the waste
Waste management needs immediate attention in India. It is management of urban cities will reduce the usage of landfills.
facing a huge crisis in the collection, segregation, treatment,
The proposed waste segregator separates the waste into dry and
and recycling of waste. The current waste management wet waste using inductive, capacitive and IR proximity sensors.
practices in India are highly inadequate and inefficient. The
This segregating bin can be used in households. This can
collected waste is dumped into landfills which results in segregate when the objects are placed one by one. The bin also
groundwater pollution [1], [2]. When the landfills lack space, alerts the user when the segregating bin is full.
the waste collected is burnt which leads to the release of toxic
gases that affect the quality of air causing respiratory problems
like asthma in humans. These toxic gases also contribute to II. DESIGN
global warming which is a grave matter of concern.
A. Methodology
It is estimated that the amount of biodegradable waste
generated is more than half of the total waste generated in the
Inputs are obtained from the capacitive proximity sensor,
country. If this waste could be segregated and properly treated,
inductive proximity sensor, and IR proximity sensors. These
it could open a new horizon for the country. Segregation of
inputs are processed using Arduino UNO and the servomotors
waste will make the task of collection easier for the local body
are used to move and segregate the waste. LCD is used to
authorities. Manual segregation requires a lot of manpower and
display the type of waste placed on the segregating bin and
is not commercially viable.
whether the bins are full. The above is illustrated in Fig. 1, in
Manual waste segregation can never be used at the the form of a block diagram. The basic control flow for the
preliminary level since it can indulge in severe health problems segregation of the waste defined in this work is illustrated in
for the people involved in it. In the urban areas, rag pickers are Fig. 2. The segregator has two components for separate
involved directly as they expose their bare hands while collection of dry and wet waste. The gap between the two

978-1-7281-5371-1/20/$31.00 ©2020 IEEE 906

Authorized licensed use limited to: University of Exeter. Downloaded on July 14,2020 at 17:22:00 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Fifth International Conference on Communication and Electronics Systems (ICCES 2020)
IEEE Conference Record # 48766; IEEE Xplore ISBN: 978-1-7281-5371-1

compartments is used for placing the Arduino and the battery


needed to power the sensors and servomotors. The Arduino is
powered by using an external adapter connected to the DC Fig. 2. Control flow diagram.
Barrel plug of the board.

TABLE I. W ASTE DETECTION BASED ON SENSORS

Se nsors
Type of waste
Capacitive Inductive
Metallic (dry) Detects Detects

Wet Detects No change

Dry No change No change

From Fig. 3, the design structure of the bin can be


understood with the location of each sensor and compartments
of the bin. The top view of the bin designed is shown in Fig. 4.
IR sensor is not directly involved in the waste type detection
(wet or dry) but can be used to define the presence of waste on
Fig. 1. Block diagram of the system. the tray [7]. IR proximity sensors are also fitted in each
compartment to indicate whether the compartments are full. If
The waste to be thrown is placed on the tray such that it is the compartments are full which is indicated by the IR sensors,
above the inductive proximity sensor and capacitive proximity a message is displayed on the LCD. The message tells the user
sensor which are placed below the tray. The tray is attached to which compartment is full and the message is displayed as long
two servomotors which rotates in two directions depending on as the compartments are full. During this time, even if waste is
the type of waste detected so that the waste falls into the placed on the tray, the tray will not move. The LCD is also
appropriate compartment. The sensor with which the type of used to display the type of waste placed on the tray when the
waste is detected (metallic dry, wet, dry) is shown in the form bins are not full [8].
of a table in Table 1.

Fig. 3. T he control structure of the module.

978-1-7281-5371-1/20/$31.00 ©2020 IEEE 907

Authorized licensed use limited to: University of Exeter. Downloaded on July 14,2020 at 17:22:00 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Fifth International Conference on Communication and Electronics Systems (ICCES 2020)
IEEE Conference Record # 48766; IEEE Xplore ISBN: 978-1-7281-5371-1

Mate rial Re sult


Fig. 4. T op view of the actual bin.
Plastic cover Compartment A

Orange Compartment B

B. Components Used Glass bottle Compartment A

x Along with Arduino UNO as the processing unit for the


segregator. Inductive and capacitive proximity sensors TABLE III. W ASTE - SENSOR CORRESP ONDENCE
are used to detect the type of waste placed on the tray Mate rial Capacitive Inductive IR Waste
[9]. Inductive proximity sensors are used for detecting
Banana peel Detects No change Detects Wet
metals [10]. Capacitive proximity sensors are used to
detect a wide range of objects. Objects with high Metal ring Detects Detects Detects Dry
dielectric constant (like water) are easier to detect [11].
Rubber No change No change Detects Dry
x IR proximity sensors are used to detect whether the Paper No change No change Detects Dry
waste is placed on the tray (they are not directly
involved in the detection of the type of waste) and Plastic cover No change No change Detects Dry
whether the compartments are full. Orange Detects No change Detects Wet
x A 16X2 LCD is used to display whether the Glass bottle No change No change Detects Dry
compartments are full. It also displays the type of waste
placed on the tray.
x MG995 servomotors are used to move the tray in the The sensor detects the waste put on the tray and then the
appropriate direction so that the waste on the tray drops process continues. For the process of detection of wet waste, a
into the appropriate compartment [12]. banana peel was put on the tray. As soon as the peel was on the
tray, the IR sensor detected the presence of the waste. Then the
x 12 volts lead-acid battery is used to power the sensors capacitive sensor that is fit behind the tray detected the
and servomotors. The voltage is appropriately stepped presence of banana peel and it classifies the peel as wet waste.
down for the servomotors using a Buck power converter From Fig. 5.a, the bin detects the presence of the peel and
module. classifies it as wet waste which is displayed on the LCD and is

III. RESULT S AND DISCUSSION a)


The segregator bin was tested for various materials.
Following some delay, the materials fell into the appropriate
compartments. Compartment A is for dry waste and
compartment B is for wet waste. The LCD also displays the
type of waste that is placed on the tray. The results obtained are
shown in Table 2.
Additionally, LCD displays a message that indicates which
compartment is full, depending on the readings of two IR
proximity sensors fitted in each compartment of the segregator
bin. The tray does not move even if a single compartment gets
full. The way the sensors work when the objects mentioned in
the table are placed on the tray is illustrated in the form of a
table (Table 3). From Table 3, it can be inferred that IR sensors
are not involved in the waste type identification. It is a b)
condition included knowing that waste is placed on the tray.
When there is no waste being placed on the tray, the readings
obtained from the capacitive and inductive proximity sensors
are not considered.

TABLE II. SEGREGATION OF DIFFERENT WASTE

Mate rial Re sult


Banana peel Compartment B

Metal ring Compartment A


Rubber Compartment A

Paper Compartment A

978-1-7281-5371-1/20/$31.00 ©2020 IEEE 908

Authorized licensed use limited to: University of Exeter. Downloaded on July 14,2020 at 17:22:00 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Fifth International Conference on Communication and Electronics Systems (ICCES 2020)
IEEE Conference Record # 48766; IEEE Xplore ISBN: 978-1-7281-5371-1

segregated into the compartment specified for wet waste as Fig. 6. a) type of waste detection and b)dropping of dry waste into the
shown in Fig. 5.b. corresponding compartment.

Fig. 5. a) type of waste detection and b)dropping of wet waste into the IV. CONCLUSION
corresponding compartment. The proposed segregator bin is a realization of a compact,
low cost, and user-friendly segregation system for households
to streamline the process of waste segregation. This segregation
For the process of detection of dry waste, a paper ball was at the primary level lays the foundation for further segregation
put on the tray. As soon as the ball was on the tray, the IR and recycling of waste at a higher level. This segregation of
sensor detected the presence of the waste. Then the IR sensor waste at the primary level also helps in the effective collection
itself classifies the paper ball as dry waste. As paper does not of waste. Health risks posed by contagious diseases due to the
show effect with respect to the proximity sensors (inductive dangerous practice of dumping all the collected waste in
and capacitive), it is done with IR sensor itself. From Fig. 6.a, landfills could be minimized. A cleaner country could boost the
the bin detects the presence of the paper ball and classifies it as development of the country as the economic situation of the
dry waste which is displayed in the LCD and is segregated into country would greatly improve if its citizens live in a sanitized
the compartment specified for dry waste in Fig. 6.b. environment.

The effect of different sensors on different wastes was


studied by using them individually. Table 3 gives the REFERENCES
consolidated observation of the testing. The waste that is [1] S. V M.K.Pushpa, Aayushi Gupta, Shariq Mohammed Shaikh, Stuti Jha,
thrown should be in their natural state. For example, if a “ Microcontroller Based Automatic Waste Segregator,” Int. J. Innov. Res.
Electr. Electron. Instrum. Control Eng., vol. 3, no. 5, pp. 104–108, 2015.
polythene bag is wet, then it would be detected as wet waste [2] S. M. Dudhal, B. S. Jonwal, and H. P. Chaudhari, “ Waste Segregation
and fall into the wet waste compartment. This is a major Using Programmable Logic Controller,” Int. J. Technol. Res. Eng., vol.
drawback for the segregator. The waste detection technique 1, no. 8, pp. 545–547, 2014.
should be upgraded to consider the above case. This segregator [3] R. D. Subhasini Dwivedi, Michael Fernandes, “A Review on PLC based
bin can be used to detect and segregate dry and wet waste Automatic Waste Segregator,” Int. J. Adv. Res. Comput. Eng. Technol.,
vol. 5, no. 2, pp. 280–285, 2016.
individually. So, it can be used only for domestic purposes. [4] A. Sharanya, U. Harika, N. Sriya, and S. Kochuvila, “ Automatic waste
This can be extended to a conveyor system where segregation segregator,” 2017 Int. Conf. Adv. Comput. Commun. Informatics,
is more specific as well as waste could be fed into the system ICACCI 2017, vol. 2017-Janua, pp. 1313–1319, 2017.
all at once and the system takes care of separating it. Th is [5] J. A. P. Kavya M, Sahana P, Shruthi G, Sunitha M C, “ Sensor Based
would be an efficient way of waste segregation at a higher Smart Dustbin for Waste Segregation and Status Alert,” Int. J. Adv. Res.
Innov. Ideas Educ., vol. 2, no. 5, pp. 171–173, 2017.
level. [6] S. T hakker and R. Narayanamoorthi, “ Smart and wireless waste
management,” ICIIECS 2015 - 2015 IEEE Int. Conf. Innov. Information,
Embed. Commun. Syst., pp. 0–3, 2015.
a)
[7] S. Adarsh, S. M. Kaleemuddin, D. Bose, and K. I. Ramachandran,
“ Performance comparison of Infrared and Ultrasonic sensors for
obstacles of different materials in vehicle/ robot navigation
applications,” IOP Conf. Ser. Mater. Sci. Eng., vol. 149, no. 1, 2016.
[8] R. Singh and B. Singh, “ Design and Development of Smart Waste
Sorting System,” vol. 9028, pp. 2–5, 2015.
[9] S. M. Samreen, B. Gadgay, V. Pujari, and B. V Pallavi, “ Automatic
Metal , Glass and Plastic Waste Sorter,” vol. 5, no. Vi, pp. 884 –889,
2017.
[10] N. D. C, S. I. Badami, and S. S. H, “ Automated Waste Segregator using
Renesas Microcontroller,” IJIRT, vol. 4, no. 7, pp. 603–608, 2017.
[11] R. C. Luo, “ Sensor technologies and microsensor issues for
mechatronics systems,” IEEE/ASME Trans. Mechatronics, vol. 1, no. 1,
pp. 39–49, 1996.
[12] M. Jayson, S. Hiremath, and R. H. Lakshmi, “ SmartBin -Automatic
b) waste segregation and collection,” Proc. 2018 2nd Int. Conf. Adv.
Electron. Comput. Commun. ICAECC 2018, pp. 1–4, 2018.

978-1-7281-5371-1/20/$31.00 ©2020 IEEE 909

Authorized licensed use limited to: University of Exeter. Downloaded on July 14,2020 at 17:22:00 UTC from IEEE Xplore. Restrictions apply.

You might also like