SlideShare a Scribd company logo
1 of 4
Download to read offline
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep - Oct 2017 Page: 808
ISSN No: 2456 - 6470 | www.ijtsrd.com | Volume - 1 | Issue – 6
International Journal of Trend in Scientific
Research and Development (IJTSRD)
International Open Access Journal
Garbage Monitoring System using Arduino
P. Ramchandar Rao
Assistant Professor, Department of
ECE, SR Engineering College,
Warngal, Telangana
S. Sanjay Kumar
Assistant Professor, Department of
ECE, SR Engineering College,
Warngal, Telangana
Ch. Rajendra Prasad
Assistant Professor, Department of
ECE, SR Engineering College,
Warngal, Telangana
ABSTRACT
In last few years there is a rapid growth in urban
development plans, the concept of smart cities. While
the thought comes up for Smart cities there is a
requirement for Smart waste management. The idea of
Garbage monitoring system is for the Smart buildings,
Colleges, Hospitals and Bus stands. The Garbage
monitoring system thought is an improvement of
normal dustbin by elevating it to be smart using
sensors. Garbage monitoring system is a new idea of
implementation which makes a normal dustbin smart
using ultrasonic sensors for garbage level detection,
display and sending message to the concern
department person updating the status of the bin using
GSM modem.
Keywords: Ultrasonic sensor, Liquid Crystal Display,
Arduino Board, Global System for Mobile
communication (GSM)
INTRODUCTION:
Garbage! In our daily life, we see the pictures of
garbage bins being overfull and all the garbage smells
out. This leads to the number of diseases as large
number of insects and mosquitoes breed on it. A big
face up to the smart cities is solid waste management,
not only in India almost all the countries in the world.
This project gives the most efficient ways to keep our
environment clean and green. The upcoming large
number of smart cities, large numbers of
responsibilities is also required to be fulfilled. The
most important need of a smart way of life begins
with cleanliness and cleanliness begins with smart
dustbin. A people will get its waste dispatch properly
only if the dustbins are placed well and collected well.
The main problem in the current waste management
system in most of the cities is the damaging status of
dustbins. So, by using the new technology we send
the information to the concern persons and display
boards are arranged in the concern offices. The
progress of waste across the entire city can be tracked
and thus can be monitored by a single system
efficiently and concretely. This system can prove to
be a revolution for the whole waste management
system of future smart cities.
PROPOSED SYSTEM:
In ‘smart garbage management system’ system, the
level of garbage in the dustbins is detected with the
help of Sensor systems, and communicated to the
authorized control room through GSM system.
Microcontroller is used to interface the sensor system
with GSM system. In this system, the Ultrasonic
sensor is used for garbage level detection by using
ultrasonic sound waves.GSM module is used for
communication purpose, to send message to the
higher officials when the dustbin is not cleaned.LCD
is used to display the location of the dustbin is full at
the control room. Arduino board is used to interface
the sensor, LCD and GSM module. The ultrasonic
sensor is act as level detector. The output of level
detector is connected to the microcontroller.
Depending on the microcontroller program in first
level the dustbin filled information is displayed on
LCD and in second level if the dustbin is filled and
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep - Oct 2017 Page: 809
not at cleaned then message send to the higher
officials. The AT commands are used to facilitate the
messaging service through the GSM Module. This
program is burned in the microcontroller with the help
of Arduino software (IDE). These messages consist of
information of garbage levels of respective dustbins.
Depending on the information sent to control room,
the authority informs the concern person of the
respective area about garbage level. Then the
concerned person makes sure that the garbage of that
particular area is collected by sending the cleaning
vehicles.
HARDWARE REQUIREMENTS:
The hardware requirements for the system are as
follows.
Ultrasonic Sensors: Detecting the level of Garbage.
Fig.1 Ultrasonic sensor
The Ultrasonic Sensor sends out a high-frequency
sound pulse and then times how long it takes for the
echo of the sound to reflect back. The sensor has 2
openings on its front. One opening transmits
ultrasonic waves, the other receives them. The speed
of sound is approximately 341 meters (1100 feet) per
second in air. The ultrasonic sensor uses this
information along with the time difference between
sending and receiving the sound pulse to determine
the distance to an object. It uses the following
mathematical equation:
Distance = (Time x Speed of Sound)/2
Time = the time between when an ultrasonic wave is
transmitted and when it is received.
Fig. 2 Ultrasonic sensor transmitting and receiving
waves
To measure the distance to an object, the time from
transmission of a pulse to reception is measured and
converted into arrange by knowing the speed of
sound. This signal together with noise is then passed
through various forms of signal processing, which for
simple sensors may be just energy measurement. It is
then presented to some form of decision device that
calls the output either the required signal or noise.
This decision device may be an operator with
headphones or a display, or in some systems this
function may be carried out by software. Further
processes may be carried out to classify the target and
localize it, as well as measuring its velocity. Some
ultrasonic sensors have multiple beams to provide all
round cover while others only cover an arrow arc,
although the beam may be rotated, relatively slowly,
by mechanical scanning.
GSM Modem: GSM Modem can accept any GSM
network operator SIM card and act just like a mobile
phone with its own unique phone number. Advantage
of using this modem will be that you can use itsRS232
port to communicate and develop embedded
applications. Applications like SMS Control, data
transfer, remote control and logging can be developed
easily using GSM as shown below.
Fig.3 SIM900A GSM modem
The modem can either be connected to Arduino
microcontroller through RS232. It can be used to send
and receive SMS or make/receive voice calls. It can
also be used in GPRS mode to connect to internet and
do many applications for data logging and control.
This GSM modem is a highly flexible plug and play
quad band SIM900A GSM modem for direct and easy
integration to RS232applications. Supports features
like Voice, SMS, Data/Fax, GPRS and integrated
TCP/IP stack.
Liquid Crystal Display: To display the dustbin
location.
Fig.4 Liquid Crystal Display
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep - Oct 2017 Page: 810
A liquid crystal display (LCD) is a display module
with liquid crystals and backlight by LEDs. A 16x2
LCD display consists of two rows of display with
each row consisting of 16 characters. LCD Module
has 16 pins and operates with 5V. Power pins i.e. pins
1, 2, 3, 15 and 16 are used to supply for the module as
well as the backlight LEDs. The voltage to the
Contract Adjust Pin (Pin 3 or VEE) is usually given
from a Potentiometer and will control the contrast of
the actual display when the POT is adjusted. There are
8 data pins for transmitting 8bits of data i.e., 1 byte of
data at a time. The LCD can be used in either 8bit
mode or 4bit mode. The remaining three pins i.e. RS
(Pin 4), RW (Pin 5) and E (Pin 6) are called the
Control Pins and are very important pins. The RS pin,
which is short for Register Select pin, is used to select
either Instruction Register when it is LOW or Data
Register when it is HIGH. The RW pin or the
Read/Write Pin is used for selecting Read Mode or
Write Mode. When RW is HIGH, read mode is
selected and data is read from the register. When RW
is LOW, write mode is selected and data can be
written in to the register. Since we are using the write
mode only, we can connect the RW pin to ground
(through a pull down resistor). The Enable (E) pin, as
the name indicates, is used to enable the execution of
the data or instructions. The data or instruction are
executed by the LCD module only when a HIGH to
LOW pulse is given to the Enable pin i.e. only on the
falling edge of a pulse.
Arduino Mega 2560 Board: As shown in Fig.5 the
Arduino Mega 2560 is a microcontroller board based
on the ATmega2560. It has 54 digital input/output
pins (of which 15 can be used as PWM outputs), 16
analog inputs, 4UARTs (hardware serial ports), a 16
MHz crystal oscillator, a USB connection, a power
jack, an ICSP header, and a reset button. It contains
everything needed to support the microcontroller;
simply connect it to a computer with a USB cable or
power it with an AC-to-DC adapter or battery to get
started. The major advantage is control multiple
appliances with a single board.
Fig.5 Arduino Mega 2560 Board
SOFTWARE REQUIREMENTS:
Arduino IDE: The Arduino is open source Integrated
Development Environment or Arduino Software
(IDE). It contains a text editor for writing code, a
message area, a text console, a toolbar with buttons
for common functions and a series of menus.
Writing Sketches: Programs written using Arduino
Software (IDE) are called sketches. These sketches
are written in the text editor and are saved with the
file extension .ino. The message area gives feedback
while saving and exporting and also displays errors.
The console displays text output by the Arduino
Software (IDE), including complete error messages
and other information. The bottom right hand corner
of the window displays the configured board and
serial port. The toolbar buttons allow you to verify
and upload programs, create, open, and save sketches,
and open the serial monitor. Arduino Language is user
friendly and for programming is merely a set of
C/C++ functions that can be called from your code.
DESIGN AND IMPLEMENTATION:
The project can be divided into two modules, one is
detection of garbage level and then the second module
is send the information to the corresponding officials
through GSM.
Fig. 6 Block diagram of Garbage monitoring system
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep - Oct 2017 Page: 811
Fig. 7 Implementation of Garbage monitoring
system
Description of project: Garbage level detection is the
done by ultrasonic sensors (HC-SR04).The ultrasonic
sensors is placed on top of the dustbin facing the
bottom. The sensors continuously emits the sonic
waves, when the sonic waves hit the object and reflect
back, the echo in the sensors senses the waves and
calculates the distance of the object. Arduino Mega
2560 is used for controlling whole the process
detecting garbage in different places and depending
on the program first display in LCD to reminding the
garbage level in the bin even though the garbage is
not take out from the bin then the particular bin
information is sent to higher officials through GSM.
CONCLUSION:
Garbage monitoring systems are the needs of Smart
buildings. Smart waste monitoring and management is
the keen idea of smart city planners. Garbage
monitoring systems is a new idea of implementation
which makes a normal dustbin smart using sensors for
garbage level detection and sending message to the
user updating the status of the bin. As soon as the
dustbin is full it gives the information in LCD and
sent the message to corresponding officials.
FUTURE SCOPE:
There is a great scope for the modifications of the
Garbage monitoring system in future. The system can
be improved by adding new functionalities like line
follower robot to it, when the bin is full directly it is
dumping on tipper.
REFERENCES:
1) Marian Look, “Trash Plant: India”, earth
911B.National Conference on Product
Design(NCPD 2016), July 2016.
2) Basic Feature, “Solid waste Management Project
by MCGM”.
3) Microtronics Technologies, “GSM based garbage
and waste collection bins overflow indicator”,
September 2013.
4) “Smart garbage management system”International
Journal of Engineering Research &Technology
(IJERT) ISSN:2278-0181.
5) “Smart Dustbin” National Conference on Product
Design (NCPD 2016), July 2016.

More Related Content

What's hot

Smart Garbage Monitoring & Management System
Smart Garbage Monitoring & Management System Smart Garbage Monitoring & Management System
Smart Garbage Monitoring & Management System Jay Kishan Singh
 
Garbage monitoring system IOT
Garbage monitoring system IOTGarbage monitoring system IOT
Garbage monitoring system IOTamandeep singh
 
Internet of things(io t) v1 0
Internet of things(io t) v1 0Internet of things(io t) v1 0
Internet of things(io t) v1 0Ashwin Srinivasan
 
Smart Dustbin for Smart City
Smart Dustbin for Smart CitySmart Dustbin for Smart City
Smart Dustbin for Smart Citykash shaikh
 
IoT Based Intelligent Bin For Smart Cities
IoT Based Intelligent Bin For Smart CitiesIoT Based Intelligent Bin For Smart Cities
IoT Based Intelligent Bin For Smart CitiesAbhisek Sahoo
 
IRJET- Smart Dustbin
IRJET-  	  Smart DustbinIRJET-  	  Smart Dustbin
IRJET- Smart DustbinIRJET Journal
 
IoT Based Solid Waste Management
IoT Based Solid Waste ManagementIoT Based Solid Waste Management
IoT Based Solid Waste ManagementIJASRD Journal
 
Smart waste management system
Smart waste management systemSmart waste management system
Smart waste management systemShubham Thakur
 
IOT and smart city in India
IOT and smart city in India IOT and smart city in India
IOT and smart city in India Soumya Gupta
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptRanjan Gupta
 
SMART DUSTBIN FOR SMART CITIES
SMART DUSTBIN FOR SMART CITIESSMART DUSTBIN FOR SMART CITIES
SMART DUSTBIN FOR SMART CITIESVED PRAKASH
 
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPSReal Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPSIRJET Journal
 

What's hot (20)

Smart Garbage Monitoring & Management System
Smart Garbage Monitoring & Management System Smart Garbage Monitoring & Management System
Smart Garbage Monitoring & Management System
 
Garbage monitoring system IOT
Garbage monitoring system IOTGarbage monitoring system IOT
Garbage monitoring system IOT
 
Smart bin
Smart binSmart bin
Smart bin
 
Smart dustbin
Smart dustbinSmart dustbin
Smart dustbin
 
Internet of things(io t) v1 0
Internet of things(io t) v1 0Internet of things(io t) v1 0
Internet of things(io t) v1 0
 
Smart Dustbin for Smart City
Smart Dustbin for Smart CitySmart Dustbin for Smart City
Smart Dustbin for Smart City
 
IoT Based Intelligent Bin For Smart Cities
IoT Based Intelligent Bin For Smart CitiesIoT Based Intelligent Bin For Smart Cities
IoT Based Intelligent Bin For Smart Cities
 
IRJET- Smart Dustbin
IRJET-  	  Smart DustbinIRJET-  	  Smart Dustbin
IRJET- Smart Dustbin
 
IoT Based Solid Waste Management
IoT Based Solid Waste ManagementIoT Based Solid Waste Management
IoT Based Solid Waste Management
 
Smart waste management system
Smart waste management systemSmart waste management system
Smart waste management system
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
IOT and smart city in India
IOT and smart city in India IOT and smart city in India
IOT and smart city in India
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System ppt
 
SMART DUSTBIN FOR SMART CITIES
SMART DUSTBIN FOR SMART CITIESSMART DUSTBIN FOR SMART CITIES
SMART DUSTBIN FOR SMART CITIES
 
Smart waste management using IoT
Smart waste management using IoTSmart waste management using IoT
Smart waste management using IoT
 
Report smart dustbin
Report smart dustbinReport smart dustbin
Report smart dustbin
 
Smart dustbin
Smart dustbinSmart dustbin
Smart dustbin
 
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPSReal Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
 
Smart waste management
Smart waste managementSmart waste management
Smart waste management
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 

Similar to Garbage Monitoring System using Arduino

Automatic Detection and Notification of Potholes on Roads to Aid Drivers
Automatic Detection and Notification of Potholes on Roads to Aid DriversAutomatic Detection and Notification of Potholes on Roads to Aid Drivers
Automatic Detection and Notification of Potholes on Roads to Aid Driversijtsrd
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car ParkingIRJET Journal
 
IRJET-IOT Based Garbage Monitoring and Sorting System
IRJET-IOT Based Garbage Monitoring and Sorting SystemIRJET-IOT Based Garbage Monitoring and Sorting System
IRJET-IOT Based Garbage Monitoring and Sorting SystemIRJET Journal
 
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...IRJET Journal
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIJMTST Journal
 
IRJET- Smart Solid and Liquid Waste Management System using Wireless Technology
IRJET- Smart Solid and Liquid Waste Management System using Wireless TechnologyIRJET- Smart Solid and Liquid Waste Management System using Wireless Technology
IRJET- Smart Solid and Liquid Waste Management System using Wireless TechnologyIRJET Journal
 
IRJET- Garbage Monitoring System using Internet of Things (IoT) and GSM
IRJET-  	  Garbage Monitoring System using Internet of Things (IoT) and GSMIRJET-  	  Garbage Monitoring System using Internet of Things (IoT) and GSM
IRJET- Garbage Monitoring System using Internet of Things (IoT) and GSMIRJET Journal
 
Automatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemAutomatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemIRJET Journal
 
IRJET- Efficient IoT based Smart Dustbin for Clean Environment
IRJET- Efficient IoT based Smart Dustbin for Clean EnvironmentIRJET- Efficient IoT based Smart Dustbin for Clean Environment
IRJET- Efficient IoT based Smart Dustbin for Clean EnvironmentIRJET Journal
 
IRJET- Iot Based Smart Management
IRJET- Iot Based Smart ManagementIRJET- Iot Based Smart Management
IRJET- Iot Based Smart ManagementIRJET Journal
 
IRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing SystemIRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing SystemIRJET Journal
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduinoijtsrd
 
IRJET - Smart Washroom Cleaning System using Hub Technology
IRJET -  	  Smart Washroom Cleaning System using Hub Technology IRJET -  	  Smart Washroom Cleaning System using Hub Technology
IRJET - Smart Washroom Cleaning System using Hub Technology IRJET Journal
 
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...paperpublications3
 
RFID Based School Children Security System
RFID Based School Children Security SystemRFID Based School Children Security System
RFID Based School Children Security SystemIRJET Journal
 
Design Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point SpotsDesign Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point SpotsIJMTST Journal
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system pptNilgiri publicity
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th yearVatsal N Shah
 
Smart Card Implementation in Road Transportation
Smart Card Implementation in Road TransportationSmart Card Implementation in Road Transportation
Smart Card Implementation in Road TransportationBRNSSPublicationHubI
 

Similar to Garbage Monitoring System using Arduino (20)

Automatic Detection and Notification of Potholes on Roads to Aid Drivers
Automatic Detection and Notification of Potholes on Roads to Aid DriversAutomatic Detection and Notification of Potholes on Roads to Aid Drivers
Automatic Detection and Notification of Potholes on Roads to Aid Drivers
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
 
IRJET-IOT Based Garbage Monitoring and Sorting System
IRJET-IOT Based Garbage Monitoring and Sorting SystemIRJET-IOT Based Garbage Monitoring and Sorting System
IRJET-IOT Based Garbage Monitoring and Sorting System
 
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly System
 
IRJET- Smart Solid and Liquid Waste Management System using Wireless Technology
IRJET- Smart Solid and Liquid Waste Management System using Wireless TechnologyIRJET- Smart Solid and Liquid Waste Management System using Wireless Technology
IRJET- Smart Solid and Liquid Waste Management System using Wireless Technology
 
IRJET- Garbage Monitoring System using Internet of Things (IoT) and GSM
IRJET-  	  Garbage Monitoring System using Internet of Things (IoT) and GSMIRJET-  	  Garbage Monitoring System using Internet of Things (IoT) and GSM
IRJET- Garbage Monitoring System using Internet of Things (IoT) and GSM
 
Automatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemAutomatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating System
 
IRJET- Efficient IoT based Smart Dustbin for Clean Environment
IRJET- Efficient IoT based Smart Dustbin for Clean EnvironmentIRJET- Efficient IoT based Smart Dustbin for Clean Environment
IRJET- Efficient IoT based Smart Dustbin for Clean Environment
 
IRJET- Iot Based Smart Management
IRJET- Iot Based Smart ManagementIRJET- Iot Based Smart Management
IRJET- Iot Based Smart Management
 
IRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing SystemIRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing System
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduino
 
IRJET - Smart Washroom Cleaning System using Hub Technology
IRJET -  	  Smart Washroom Cleaning System using Hub Technology IRJET -  	  Smart Washroom Cleaning System using Hub Technology
IRJET - Smart Washroom Cleaning System using Hub Technology
 
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
 
M44096368
M44096368M44096368
M44096368
 
RFID Based School Children Security System
RFID Based School Children Security SystemRFID Based School Children Security System
RFID Based School Children Security System
 
Design Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point SpotsDesign Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point Spots
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system ppt
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
 
Smart Card Implementation in Road Transportation
Smart Card Implementation in Road TransportationSmart Card Implementation in Road Transportation
Smart Card Implementation in Road Transportation
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 

Recently uploaded (20)

Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 

Garbage Monitoring System using Arduino

  • 1. @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep - Oct 2017 Page: 808 ISSN No: 2456 - 6470 | www.ijtsrd.com | Volume - 1 | Issue – 6 International Journal of Trend in Scientific Research and Development (IJTSRD) International Open Access Journal Garbage Monitoring System using Arduino P. Ramchandar Rao Assistant Professor, Department of ECE, SR Engineering College, Warngal, Telangana S. Sanjay Kumar Assistant Professor, Department of ECE, SR Engineering College, Warngal, Telangana Ch. Rajendra Prasad Assistant Professor, Department of ECE, SR Engineering College, Warngal, Telangana ABSTRACT In last few years there is a rapid growth in urban development plans, the concept of smart cities. While the thought comes up for Smart cities there is a requirement for Smart waste management. The idea of Garbage monitoring system is for the Smart buildings, Colleges, Hospitals and Bus stands. The Garbage monitoring system thought is an improvement of normal dustbin by elevating it to be smart using sensors. Garbage monitoring system is a new idea of implementation which makes a normal dustbin smart using ultrasonic sensors for garbage level detection, display and sending message to the concern department person updating the status of the bin using GSM modem. Keywords: Ultrasonic sensor, Liquid Crystal Display, Arduino Board, Global System for Mobile communication (GSM) INTRODUCTION: Garbage! In our daily life, we see the pictures of garbage bins being overfull and all the garbage smells out. This leads to the number of diseases as large number of insects and mosquitoes breed on it. A big face up to the smart cities is solid waste management, not only in India almost all the countries in the world. This project gives the most efficient ways to keep our environment clean and green. The upcoming large number of smart cities, large numbers of responsibilities is also required to be fulfilled. The most important need of a smart way of life begins with cleanliness and cleanliness begins with smart dustbin. A people will get its waste dispatch properly only if the dustbins are placed well and collected well. The main problem in the current waste management system in most of the cities is the damaging status of dustbins. So, by using the new technology we send the information to the concern persons and display boards are arranged in the concern offices. The progress of waste across the entire city can be tracked and thus can be monitored by a single system efficiently and concretely. This system can prove to be a revolution for the whole waste management system of future smart cities. PROPOSED SYSTEM: In ‘smart garbage management system’ system, the level of garbage in the dustbins is detected with the help of Sensor systems, and communicated to the authorized control room through GSM system. Microcontroller is used to interface the sensor system with GSM system. In this system, the Ultrasonic sensor is used for garbage level detection by using ultrasonic sound waves.GSM module is used for communication purpose, to send message to the higher officials when the dustbin is not cleaned.LCD is used to display the location of the dustbin is full at the control room. Arduino board is used to interface the sensor, LCD and GSM module. The ultrasonic sensor is act as level detector. The output of level detector is connected to the microcontroller. Depending on the microcontroller program in first level the dustbin filled information is displayed on LCD and in second level if the dustbin is filled and
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep - Oct 2017 Page: 809 not at cleaned then message send to the higher officials. The AT commands are used to facilitate the messaging service through the GSM Module. This program is burned in the microcontroller with the help of Arduino software (IDE). These messages consist of information of garbage levels of respective dustbins. Depending on the information sent to control room, the authority informs the concern person of the respective area about garbage level. Then the concerned person makes sure that the garbage of that particular area is collected by sending the cleaning vehicles. HARDWARE REQUIREMENTS: The hardware requirements for the system are as follows. Ultrasonic Sensors: Detecting the level of Garbage. Fig.1 Ultrasonic sensor The Ultrasonic Sensor sends out a high-frequency sound pulse and then times how long it takes for the echo of the sound to reflect back. The sensor has 2 openings on its front. One opening transmits ultrasonic waves, the other receives them. The speed of sound is approximately 341 meters (1100 feet) per second in air. The ultrasonic sensor uses this information along with the time difference between sending and receiving the sound pulse to determine the distance to an object. It uses the following mathematical equation: Distance = (Time x Speed of Sound)/2 Time = the time between when an ultrasonic wave is transmitted and when it is received. Fig. 2 Ultrasonic sensor transmitting and receiving waves To measure the distance to an object, the time from transmission of a pulse to reception is measured and converted into arrange by knowing the speed of sound. This signal together with noise is then passed through various forms of signal processing, which for simple sensors may be just energy measurement. It is then presented to some form of decision device that calls the output either the required signal or noise. This decision device may be an operator with headphones or a display, or in some systems this function may be carried out by software. Further processes may be carried out to classify the target and localize it, as well as measuring its velocity. Some ultrasonic sensors have multiple beams to provide all round cover while others only cover an arrow arc, although the beam may be rotated, relatively slowly, by mechanical scanning. GSM Modem: GSM Modem can accept any GSM network operator SIM card and act just like a mobile phone with its own unique phone number. Advantage of using this modem will be that you can use itsRS232 port to communicate and develop embedded applications. Applications like SMS Control, data transfer, remote control and logging can be developed easily using GSM as shown below. Fig.3 SIM900A GSM modem The modem can either be connected to Arduino microcontroller through RS232. It can be used to send and receive SMS or make/receive voice calls. It can also be used in GPRS mode to connect to internet and do many applications for data logging and control. This GSM modem is a highly flexible plug and play quad band SIM900A GSM modem for direct and easy integration to RS232applications. Supports features like Voice, SMS, Data/Fax, GPRS and integrated TCP/IP stack. Liquid Crystal Display: To display the dustbin location. Fig.4 Liquid Crystal Display
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep - Oct 2017 Page: 810 A liquid crystal display (LCD) is a display module with liquid crystals and backlight by LEDs. A 16x2 LCD display consists of two rows of display with each row consisting of 16 characters. LCD Module has 16 pins and operates with 5V. Power pins i.e. pins 1, 2, 3, 15 and 16 are used to supply for the module as well as the backlight LEDs. The voltage to the Contract Adjust Pin (Pin 3 or VEE) is usually given from a Potentiometer and will control the contrast of the actual display when the POT is adjusted. There are 8 data pins for transmitting 8bits of data i.e., 1 byte of data at a time. The LCD can be used in either 8bit mode or 4bit mode. The remaining three pins i.e. RS (Pin 4), RW (Pin 5) and E (Pin 6) are called the Control Pins and are very important pins. The RS pin, which is short for Register Select pin, is used to select either Instruction Register when it is LOW or Data Register when it is HIGH. The RW pin or the Read/Write Pin is used for selecting Read Mode or Write Mode. When RW is HIGH, read mode is selected and data is read from the register. When RW is LOW, write mode is selected and data can be written in to the register. Since we are using the write mode only, we can connect the RW pin to ground (through a pull down resistor). The Enable (E) pin, as the name indicates, is used to enable the execution of the data or instructions. The data or instruction are executed by the LCD module only when a HIGH to LOW pulse is given to the Enable pin i.e. only on the falling edge of a pulse. Arduino Mega 2560 Board: As shown in Fig.5 the Arduino Mega 2560 is a microcontroller board based on the ATmega2560. It has 54 digital input/output pins (of which 15 can be used as PWM outputs), 16 analog inputs, 4UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with an AC-to-DC adapter or battery to get started. The major advantage is control multiple appliances with a single board. Fig.5 Arduino Mega 2560 Board SOFTWARE REQUIREMENTS: Arduino IDE: The Arduino is open source Integrated Development Environment or Arduino Software (IDE). It contains a text editor for writing code, a message area, a text console, a toolbar with buttons for common functions and a series of menus. Writing Sketches: Programs written using Arduino Software (IDE) are called sketches. These sketches are written in the text editor and are saved with the file extension .ino. The message area gives feedback while saving and exporting and also displays errors. The console displays text output by the Arduino Software (IDE), including complete error messages and other information. The bottom right hand corner of the window displays the configured board and serial port. The toolbar buttons allow you to verify and upload programs, create, open, and save sketches, and open the serial monitor. Arduino Language is user friendly and for programming is merely a set of C/C++ functions that can be called from your code. DESIGN AND IMPLEMENTATION: The project can be divided into two modules, one is detection of garbage level and then the second module is send the information to the corresponding officials through GSM. Fig. 6 Block diagram of Garbage monitoring system
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep - Oct 2017 Page: 811 Fig. 7 Implementation of Garbage monitoring system Description of project: Garbage level detection is the done by ultrasonic sensors (HC-SR04).The ultrasonic sensors is placed on top of the dustbin facing the bottom. The sensors continuously emits the sonic waves, when the sonic waves hit the object and reflect back, the echo in the sensors senses the waves and calculates the distance of the object. Arduino Mega 2560 is used for controlling whole the process detecting garbage in different places and depending on the program first display in LCD to reminding the garbage level in the bin even though the garbage is not take out from the bin then the particular bin information is sent to higher officials through GSM. CONCLUSION: Garbage monitoring systems are the needs of Smart buildings. Smart waste monitoring and management is the keen idea of smart city planners. Garbage monitoring systems is a new idea of implementation which makes a normal dustbin smart using sensors for garbage level detection and sending message to the user updating the status of the bin. As soon as the dustbin is full it gives the information in LCD and sent the message to corresponding officials. FUTURE SCOPE: There is a great scope for the modifications of the Garbage monitoring system in future. The system can be improved by adding new functionalities like line follower robot to it, when the bin is full directly it is dumping on tipper. REFERENCES: 1) Marian Look, “Trash Plant: India”, earth 911B.National Conference on Product Design(NCPD 2016), July 2016. 2) Basic Feature, “Solid waste Management Project by MCGM”. 3) Microtronics Technologies, “GSM based garbage and waste collection bins overflow indicator”, September 2013. 4) “Smart garbage management system”International Journal of Engineering Research &Technology (IJERT) ISSN:2278-0181. 5) “Smart Dustbin” National Conference on Product Design (NCPD 2016), July 2016.