Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
324 views

Smart Garbage Monitoring and Segregation Process Using Arduino

This document summarizes a research paper on a smart garbage monitoring and segregation system using Arduino. The system uses analog and digital IR sensors to segregate biodegradable and non-biodegradable waste using a robotic arm, and detect when garbage bins are full. When bins are full, an IoT process sends a message to notify the concerned people. The system aims to control pollution from overflowing garbage bins and perform waste segregation. It provides an automated solution to manage waste and monitor bin levels to prevent land pollution.

Uploaded by

Ashok
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
324 views

Smart Garbage Monitoring and Segregation Process Using Arduino

This document summarizes a research paper on a smart garbage monitoring and segregation system using Arduino. The system uses analog and digital IR sensors to segregate biodegradable and non-biodegradable waste using a robotic arm, and detect when garbage bins are full. When bins are full, an IoT process sends a message to notify the concerned people. The system aims to control pollution from overflowing garbage bins and perform waste segregation. It provides an automated solution to manage waste and monitor bin levels to prevent land pollution.

Uploaded by

Ashok
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

International Journal of Advanced Research in Computer Science and Emerging Engineering

Technologies ISSN : 2454-9924

Smart Garbage Monitoring and Segregation Process Using


Arduino
Vishnupriya M.1, Mohana priyanka K.2 and Malar R.3
1
Student, Dept of ECE, IFET College of Engineering, Villupuram
2
Student, Dept of ECE, IFET College of Engineering, Villupuram
3
Associate Professor, Dept of ECE, IFET College of Engineering, Villupuram
vishnupriya102296@gmail.com1,kmohanapriyanka17@gmail.com2

ABSTRACT:

Now a days to develop green and clean India it is necessary to control the pollution caused
by the environment and land. We develop a project to control the pollution caused by the
overfull of garbage bin and in addition to that we also performing segregation process. The
garbage management system is the actions required to manage the waste by segregating it to
Biodegradable and non-Biodegradable waste. However there are number of methodologies are
build to manage the garbage or solid waste. In real time the excess waste overfilling the dustbin
needs to be notified. In our proposed work, the waste are segregated into biodegradable and non-
biodegradable. Along with that the overflow of the garbage bins are detected to avoid the land
pollution. The Analog IR and the Digital IR sensor are used for segregation and the level of bins
respectively. Finally the IOT process is used to intimate the message to the concern person.

KEYWORDS: Arduino,Analog IR sensor, Digital IR sensor, IoT

INTRODUCTION Eddycurrent. In this paper, Analog sensor is


used for separating the waste and the level
Now a days most of the road sides of the garbage bin is detected with the help
are polluted by overflow of waste in the of digital sensor system. Arduino is interface
garbage bin that not only polluting the land the sensor system with IoT. At last the
but also polluting the environment. people message is displayed in personal computer.
can easily affected by many diseases due to
the pollution caused by overflow of garbage Smart garbage Collection System In
bin. so that it is necessary to monitor the Residential Area : The load cell is used for
level of the garbage bin. In general, a group detecting the level of the garbage bin and it
of people are collecting the waste after that is working based on the weight of the bin.
they are segregated as biodegradable and The main problem in this paper is ,
non-biodegradable waste by using some sometimes the bin will attain the weight and
methodologies. The various methodologies message is received by the person but the
used for waste separation in India are human bin is not in level of overfull (ex.Metal).
intervention, pick and place using image
processing, magnets, optical separation and
International Journal of Advanced Research in Computer Science and Emerging Engineering
Technologies ISSN : 2454-9924

Smart Dustbin-An Efficient Garbage 12V of external power supply is applied to


Monitoring System :The ultrasonic sensor is the components
used to detecting the level of the garbage
bin. The difficulties in this paper is that the IR sensor:
sensor is placed at the top of the bin.In some An infrared sensor is an electronic device,
Cases the garbage bin are assumed to be that emits in order to sense some aspects of
open. the surroundings. It is working based on the
Degradable and Non-degradable Wastes disturbance of wastes.
Separation Using Pick & Place Robot : The Digital IR sensor is used to detect the
waste is detected and separated using robotic overfull of the garbage bin. Analog IR
image processing. The challenge in this sensor is used for segregation of bio-
paper is capturing the image and detecting degradable and non bio-degradable waste.
the waste.

PROPOSED WORKS

HARDWARE DESCRIPTION:

Arduino:
Fig-1:Analog IR Sensor
Arduino is an open source prototyping
platform based on hardware and software. Internet of things:
Acting as an interface between garbage bin
Internetworking of physical object with
and IoT. The characteristics of Arduino uno
software that enables to collect and
are
exchange data. Through Internet of things
 32 kbyte flash memory we can intimate the message as “Garbage
 1 kbyte EEPROM bin is overfull” in the webpage or as an app
in mobile.
 2 kbyte SRAM
 16 MHZ Clock Robotic arm:
Inputs And Outputs: A robotic arm is a type of mechanical arm,
usually programmable,with similar functions
 14 digital inputs/outputs
to a human arm. It is fixed in the central part
 6 analog inputs
of the garbage bin.
 6 PWM outputs
 I2C-Bus,Serial bus(Tx/Rx) Coding controls the robotic arm by rotating
individual servo motors connected to each
Power supply: joints.
Power supply is a reference to a source of This arm pick and place the waste in the
electrical power. It is used to provide DC bio-degradable and non bio-degradable bin
voltage to the components. In this paper,
International Journal of Advanced Research in Computer Science and Emerging Engineering
Technologies ISSN : 2454-9924

Servo motor: WORKING

It is rotary actuator that allows for precise Segregation Process:


control of angular position. Four servo
The garbage bin is divided into three parts.
motors are connected to control the robotic
The waste are collected in the centre part
arm movements. The actions controlled by
and another two parts is for bio-degradable
servo motor are rotating , front and back ,
and non bio-degradable waste. The arm is
ups and downs and gripping of waste.
fixed at the centre part of the garbage bin to
Specification: pick the waste ,which is collected in the
centre part of the bin.
 Weight: 13.4 g
 Dimension: 22.5 x 12 x 35.5 mm
approx
 Stall torque: 1.8 kgf·cm (4.8V ),
2.2 kgf·cm (6 V)
 Operating speed: 0.1 s/60 degree
(4.8V), 0.08 s/60 degree (6 V)
 Operating voltage: 4.8 V-6.0 V

Block Diagram:

Fig.3: Biodegradable waste

The analog IR sensor is placed at the


arm. The arm picks single waste at a time
and sense the waste using the sensor. The
sensor sends IR ray, some of the rays is
absorbed by the waste and remaining are
returned to the sensor. According to the
return voltage value of the analog IR sensor
the waste is detected and placed in bio-
degradable (Right side) or non bio-
degradable waste (Left side).

Fig. 2. Block diagram for the entire system


process
International Journal of Advanced Research in Computer Science and Emerging Engineering
Technologies ISSN : 2454-9924

helpful for the government sector,


industries, large scale organization.

Future scope:

In our project we are only segregating


plastics, rotten vegetables and papers which
is also segregated as one by one. But in
future the arm should pick and place more
waste at a time.

REFERENCES

Fig 4: Non biodegradable [1] Twinkle sinha, k.mugesh kumar,


p.saisharan, “SMART DUSTBIN”,
Monitoring Process: International Journal of Industrial
Electronics and Electrical Engineering,
The digital IR sensor is fixed at the sides of
ISSN: 2347-6982 Volume-3, Issue-5,
the garbage bin to detect the level the waste
May-2015.
in the bin. If the waste reach the overfull
[2] Kanchan Mahajan, Prof.J.S.Chitode,
level, then the ray which is being transmitted
“Waste Bin Monitoring System Using
from transmitter digital IR sensor is
Integrated Technologies”, International
received by receiver digital IR sensor have
Journal of Innovative Research in
been disconnected. This disconnection
Science, Engineering and Technology
between transmitter digital IR sensor and
(An ISO 3297: 2007 Certified
receiver digital IR sensor is said to be
Organization) Vol. 3, Issue 7, July 2014.
overfull of garbage. The message as
[3] Narendra Kumar G., Chandrika Swamy,
“garbage bin is overfull” is intimated as a
and K. N. Nagadarshini, “Efficient
message to the concern person in both
Garbage Disposal Management in
webpage and app in mobile phone.
Metropolitan”,Cities Using VANETs
CONCLUSION Journal of Clean Energy Technologies,
Vol. 2, No. 3, July 2014.
This project goal is to monitor the garbage [4] “Smart Sewage cleaning system” 2016
bins and intimating the status of the bins to IJIRT| volume 4 Issue 2 |ISSN:2320-
the concern person or municipality using the 9801.
IOT technique. The second process is [5] Dr. S.S.Raiz Ahamed, “The role of
separating the waste in garbage bin as Zigbee technology in future data
biodegradable and non-biodegradable waste. communication system”, Journal of
This will helps to maintain a hygienic Theoretical and Applied Information
environment by periodic cleaning procedure Technology, 2005-2009.
and reduce the pollution. Mainly this system [6] Twinkle sinha, k.mugesh kumar,
p.saisharan, “SMART DUSTBIN”,
International Journal of Industrial
International Journal of Advanced Research in Computer Science and Emerging Engineering
Technologies ISSN : 2454-9924

Electronics and Electrical Engineering, Engineering(An ISO 3297: 2007


ISSN: 2347-6982 Volume-3, Issue-5, Certified Organization) Vol. 3, Special
May-2015. Issue 2, April 2014.
[7] Kanchan Mahajan, Prof.J.S.Chitode,
“Waste Bin Monitoring System Using
Integrated Technologies”, International
Journal of Innovative Research in
Science, Engineering and Technology
(An ISO 3297: 2007 Certified
Organization) Vol. 3, Issue 7, July 2014.
[8] Narendra Kumar G., Chandrika Swamy,
and K. N. Nagadarshini, “Efficient
Garbage Disposal Management in
Metropolitan”,Cities Using VANETs
Journal of Clean Energy Technologies,
Vol. 2, No.3, July 2014.
[9] Gaikwad Prajakta, Jadhav Kalyani,
Machale Snehal ,” SMART GARBAGE
COLLECTION SYSTEM IN
RESIDENTIAL AREA”, IJRET:
International Journal of Research in
Engineering and Technology eISSN:
2319-1163 | pISSN: 2321-7308.
[10] Richu Sam Alex, R Narciss Starbell,
“Energy Efficient Intelligent Street
Lighting System Using ZIGBEE and
Sensors”, International Journal of
Engineering and Advanced Technology
(IJEAT)ISSN: 2249 – 8958, Volume-3,
Issue-4, April 2014.
[11] Rohaida Husin, Syed Abdul Mutalib Al
Junid, Zulkifli Abd Majid, Zulkifli
Othman, Khairul Khaizi Md Shariff,
Hadzli Hashim, Mohd Faisal Saari,”
Automatic Street Lighting System for
Energy Efficiency based on Low Cost
Microcontroller”, DOI
10.5013/IJSSST.a.13.01.05.
[12] Archana M1, Mahalahshmi.R, “E –
Street: LED Powered Intelligent Street
Lighting System with Automatic
Brightness Adjustment Based On
Climatic Conditions and Vehicle
Movements”, International Journal of
Advanced Research in Electrical,
Electronics and Instrumentation

You might also like