SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 238
Smart Trash Can Monitoring System using IoT - Creating Solutions for
Smart Cities
Sunil Raj Thota1, S. Neelima2, K. V. N. Lalitha Pruthvi3, K. Mounika4, M. Pravallika5,
Mrs. N. Sowmya, Asst. Prof, 6
1,2,3,4,5 Students of Department of Electronics and Communication Engineering Gayatri Vidya Parishad College for
Degree and PG Courses School of Engineering Visakhapatnam, Andhra Pradesh, India.
6 Professor of Electronics and Communication Engineering Gayatri Vidya Parishad College for Degree and PG
Courses School of Engineering Visakhapatnam, Andhra Pradesh, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract: In today’s world, the trash cans placed in the
cities are jam-packed due to the increase in the waste. A lot of
stinking and sewage problems causes bad hygienic conditions
and leads to deadly diseases & human illness. To avoid these,
we have designed a “Smart Trash Can Monitoring System”
where it can overcome this in an innovative and efficient way.
This idea can be implemented for Smart Buildings, Cities,
Colleges, Hospitals, Public spots and Bus stands. Each trash
can contain a smart device for level detection of the trash can
which transmits the garbage/trash level with its token ID,
accessed by the concerned municipal/regional authorities
through the mobile app, so that they can take immediate
actions to clean the trash can once it gets filled. The device
consists of an Ultra Sonic Sensor, Arduino Uno, GPS and Wi-Fi
module.
Keywords: Smart Trash Can, Efficient, Smart Cities,Level
Detection, Arduino Uno, GPS, Ultrasonic Sensor, Wi-Fi
Module
1. INTRODUCTION
The devices which are interconnected and controlled via
internet is called as Internet of Things (IoT). In this project,
the [7] Smart Trash Cans are connected to the internet to
provide the real time information. In the recent years, there
wasa rapid growth in population which leadsto morewaste
disposal. So, a proper waste management system is
necessary to avoid spreading many diseases by managing
and monitoring the smart trash cans. [1] There are multiple
trashcans in the city and are interfaced with a smart device
consists of Arduino Uno micro controller-based systemwith
Ultrasonic Sensors, GPS and Wi-Fi modules. [8] The
Ultrasonic sensor detects the level of the waste in trashcan
and sends the signals to Arduino through Wi-Fi Module
(NodeMCU ESP8266) with precise location. The data is sent
to the user [2] through a mobile app with the helpofinternet
connectivity. A message or alert is sent as notification that
the trash can is almost full so that the concerned
municipality authoritiescan call for an action and empty the
trashcan.
Major problems caused in the cities are:
1. Vehicle fuel consumption
2. Overflowing bins which create unclean city
3. Many pests, rodents and animals which makes
unhealthy surroundings
4. Manual monitoring
5. Increase in operational costs
Smart solutions to these issues are:
1. Garbage level monitoring
2. Providing optimal routes which help in reducing
collections
3. Location based real time solutions through continuous
tracking
4. Efficient waste controlling for municipal wellbeing
5. Urbanized & Organized living
6. Instant alerts
7. Automatic collection of data
2. PROPOSED SYSTEM
In this, we are going to make a Smart Trash Can Monitoring
System which detects the level of trash can and states
whether it is empty or full through the mobile app and we
can get to know the status of the ‘Smart Trash Can’ from
anywhere in the world via Internet. It is useful and can be
fixed in the trash cans at public places, smart citiesandother
spots. We are using micro controllers and sensors to reduce
the cost and to make it as an efficient device. To monitor the
trash cans, the sensors are attached to trash can todetectthe
level. The system consists of sensor circuitry used for
monitoring the smart trash can. The sensors used are
Ultrasonic sensor, Arduino Uno,GPSandNodeMCUESp8266
Wi-Fi module.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 239
Fig -1: Basic Block Diagram
2.1. Arduino Uno
It’s a single-board microcontroller, designed to make the
application of interactive objects or environments more
accessible. Sense the environment by receiving input from
variety of sensors. Can be programmed with the Arduino
software IDE. [5] The Atmega328 on the Arduino Unocomes
preburned with a bootloader that allows us to upload new
code to it, without the use of an external hardware
programmer. The microcontroller can also be programmed
through the ICSP (In-Circuit Serial Programming) header. It
works on Windows, Linux as well as Mac platforms.
2.2. Ultrasonic Sensor
The ultrasonic sensor is used to measure the distance to an
obstacle. We measure the time which it takes to signal to
come back. An ultrasonic sensor has two mesh holes one
part is for sending the sound out and the other one is
microphone, which can measure the sound again. One of the
advantages of ultrasonic sensing is itsoutstandingcapability
to sense deep details without any disturbance. Ultrasound
can propagate through any kinds of media including solids,
liquids and gases except vacuum. Time taken by pulse is
for to and fro travel of ultrasonic signals, while we needonly
half of this.
Therefore, time is taken as time/2. Distance = Speed *
Time/2
2.3. GPS Module
The Global Positioning System (GPS) is a satellite-based
navigation system made up of at least 24 satellites. GPS
worksin any weather conditions, anywhere in the world,24
hours a day. GPS receivers use this information and
trilateration to calculate a user's exact location. GPS
satellites transmit at least 2 low-power radio signals. The
signals travel by line of sight, meaning they willpassthrough
clouds, glass and plastic but will not go through most solid
objects, such as buildingsand mountains. However,modern
receivers are more sensitive and can usually track through
houses.
2.4. NodeMCU ESP8266 Wi-Fi Module
NodeMCU is an eLua based firmwareforthe [6]ESP8266Wi-
Fi SOC from Espressif. The NodeMCU firmware is a
companion project to the popular NodeMCU dev kits, ready-
made open source development boards with ESP8266-12E
chips. It’s a SOC with integrated MQTT protocol stack that
can give any microcontroller access to the Wi-Fi network.
The ESP8266 is capable of either hosting an application or
offloading all Wi- Fi networking functions from another
application processor.
Fig -2: Circuit Diagram
3. Working Principle
The Block diagram shows the arrangement of different
components used in the Smart trash can system. [4]
Ultrasonic Sensor, Arduino Uno, Power Supply, NodeMCU
Wi-Fi module- ESP8266 for connecting to internet. The
project module is divided into two parts sensor section and
NodeMCU Wi-Fi module ESP8266 section. Sensors are
attached to the trash can. Sensorsare used to detectthelevel
in the trashcan whether the it is full or empty. The sensor
senses the content of the trash can and sends the signals or
the data to the Arduino. Wi-Fi Module [3] helps us to send
the information of the trash can at the receiver side through
internet. In this project the ultrasonic sensor will send the
distance to NodeMCU Wi-Fi Module ESP8266 and if the
distance is less than threshold values it will send an alert
message or notification to the concerned authorities or
users.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 240
Fig -3: Flow Chart
Algorithm
Step1: Start
Step 2: Initialize Arduino, Ultrasonic Sensor, GPS Sensor
Step 3: Measure the level of the Trash can
Step 4: i.) If distance > 125cm, indicate as Level 0% then go
to Step 5 else ii
ii.) If distance > 100cm, indicate asLevel20%thengo
to Step 5 else iii
iii.) If distance > 75cm, indicate asLevel 50% then go
to Step 5 else iv
iv.) If distance > 25cm, indicate as Level > 75% then
go to Step 5 else v
v.) If distance > 10cm, indicate as Level > 90% then
go to Step 5
Step 5: Send the level information to the control room
Step 6: Control room sends the message to the driver
Step 7: Driver loads the vehicle with the trash can it is
emptied
Step 8: Stop
4. Output Results
Fig -3: Notification Alert Fig -4: Trash Can Setup
Fig -5: Location Detection Fig -6: Prototype Setup
Fig -7: Level & Location Detection
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 241
5. ER Diagram
An entity relationship diagram (ERD) shows the
relationships of entity sets stored in a database. An entity in
this context is a component of data. In other words, ER
diagrams illustrate the logical structure of databases.Atfirst
glance an entity relationship diagram looks very much like
a flowchart. It is the specialized symbols, and the meanings
of those symbols, that make it unique. In ER Model, we
disintegrate data into entities, attributes and setup
relationships between entities, all this can be represented
visually using the ER diagram. It’s interlinked with the
Driver, Authority, Vehicle, Trash Can and User.
Fig -8: Entity Relationship Diagram
6. Applications
 Providing free Wi-Fi for smart citizens after
dumping the trash in the can.
 Compressing the waste inside the bin.
 Providing optimal routes which help in reducing
collections
 Location based real time solutions through
continuous tracking.
 Smart bins powered by solar energy.
 Providing free money depending on the weight of
garbage/ waste.
 To stop beach erosions by Crushing & Converting
glass bottles into sand near beaches.
 Efficient waste controlling for municipal wellbeing
 Instant alerts and automatic collection of data.
Conclusion
With the rapid urbanization growth, the scenarioaroundthe
world hasbeen changed, asmore number of peopledesireto
livein the city lights with more opportunitiesforgrowthand
success. Smart cities came into action to accommodate this
growth in an effective way. The key parameter indicators
likecleanliness and hygiene are the topic of concern in these
smart cities. Also, the growth should go hand in hand with
the green environment and research should be further done
on such technologies to cope up with the future needs. Our
work is small but efficient step towards cleanliness and
belief is that this project would encourage people to do
efficient work on the associated topics. This project is a new
solution and is developed to enhance the waste monitoring
management system.
Acknowledgement
This research was supported by Mrs. N. Sowmya, Asst. Prof.,
B.Tech., M.Tech. We thank our madam, friends from Gayatri
Vidya Parishad College for Degree and PG Courses School of
Engineering who provided instigation, insight, zeal and
expertise towardsSmart Trash Can project to supportSmart
Cities initiation that greatly assisted the research to do with
interests. We would also like to show our gratitude towards
all the sources that helped us in any manner.
References
[1] Adil Bashir „concept Design and implementation of the
Automatic waste management system‟ InternationalJournal
on recent and novation trends in computing and
communication ISSN232-869 volume: issue: 7.
[2] Twinkle Sinha, K.Mugesh Kumar, P.Saisharan “Smart
Dustbin” International Journal of Industrial Electronics and
Electrical Engineering, Volume-3, Issue-5, May-2015
[3] Tarandeep Singh, Rita Mahajan, Deepak Bagai “Smart
Waste Management using Wireless Sensor Network”, Vol. 4,
Issue 6, June 2016, International Journal of Innovative
Research in Computer and Communication Engineering.
[4] Akshay Bandal, Pranay Nate, Rohan Manakar, Rahul
Powar “Smart Wi-Fi Dustbin System”InternationalJournalof
Advance Research, Ideas and Innovation in Technology,
ISSN: 2454-132X Volume2, Issue5.
[5] Oyndrila Roy, Aranyak Roy, Dr.Debasis Roy, “Automatic
water level indicator” Issue 6, Vol. 2 March 2016,
International Journal of Emerging TrendsinEngineeringand
Development.
[6] Maher Arebey, M A Hannan, Hassan Basri,R ABegumand
Huda Abdullah “RFID and Integrated Technologies for Solid
Waste Bin Monitoring System” Proceedings of the World
Congress on Engineering Volume I.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 242
[7] Lilyan Anthony, PradnyaChavan, Astrid Ferreira,
PreranaGadhave and ArchanaShirke, Garbage Monitoring
System for Smart Cities, International Journal of Advanced
Technology in Engineering and Science, Vol. No.5, Issue
No.04, April 2017, 1-8.
[8] KalyaniGhute, GayatriThakare, MayuriWahane, Akshay
Holey and Prof.Mayuri.M.Soni, IOT Based Smart Garbage
Monitoring and Air Pollution Control System, International
Journal of Innovative Research in Computer and
Communication Engineering, Vol. 5, Issue 3, March 2017,
6013-6016.

Más contenido relacionado

La actualidad más candente

IRJET- Smart Garbage Monitoring System using Internet Of Things
IRJET-  	  Smart Garbage Monitoring System using Internet Of ThingsIRJET-  	  Smart Garbage Monitoring System using Internet Of Things
IRJET- Smart Garbage Monitoring System using Internet Of ThingsIRJET Journal
 
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...IRJET Journal
 
IRJET- Smart City using IoT
IRJET- Smart City using IoTIRJET- Smart City using IoT
IRJET- Smart City using IoTIRJET Journal
 
IRJET- Smart Waste Monitoring System
IRJET- Smart Waste Monitoring SystemIRJET- Smart Waste Monitoring System
IRJET- Smart Waste Monitoring SystemIRJET Journal
 
IRJET- IoT based Connected Dustbins for Waste Management in Commercial Places
IRJET- IoT based Connected Dustbins for Waste Management in Commercial PlacesIRJET- IoT based Connected Dustbins for Waste Management in Commercial Places
IRJET- IoT based Connected Dustbins for Waste Management in Commercial PlacesIRJET Journal
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET-  	  Smart Dustbin Container using IoT NotificationIRJET-  	  Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET Journal
 
IRJET - Smart Dustbin for Smart Cities
IRJET -  	  Smart Dustbin for Smart CitiesIRJET -  	  Smart Dustbin for Smart Cities
IRJET - Smart Dustbin for Smart CitiesIRJET Journal
 
IRJET- Smart City to Phiysical Things
IRJET- Smart City to Phiysical ThingsIRJET- Smart City to Phiysical Things
IRJET- Smart City to Phiysical ThingsIRJET Journal
 
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET Journal
 
IEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring SystemIEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring SystemIJARIIE JOURNAL
 
IoT Based Disaster Detection and Early Warning Device By Shweta Gaikwad
IoT Based Disaster Detection and Early Warning Device By Shweta GaikwadIoT Based Disaster Detection and Early Warning Device By Shweta Gaikwad
IoT Based Disaster Detection and Early Warning Device By Shweta GaikwadShweta Gaikwad
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesYogeshIJTSRD
 
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...IRJET Journal
 
IRJET - Smart Sonar System
IRJET - Smart Sonar SystemIRJET - Smart Sonar System
IRJET - Smart Sonar SystemIRJET Journal
 
Water Level Monitoring System using IOT
Water Level Monitoring System using IOTWater Level Monitoring System using IOT
Water Level Monitoring System using IOTIRJET Journal
 
Low Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring SystemLow Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring Systemijtsrd
 
Communication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A SurveyCommunication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A Surveydbpublications
 
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET Journal
 

La actualidad más candente (20)

IRJET- Smart Garbage Monitoring System using Internet Of Things
IRJET-  	  Smart Garbage Monitoring System using Internet Of ThingsIRJET-  	  Smart Garbage Monitoring System using Internet Of Things
IRJET- Smart Garbage Monitoring System using Internet Of Things
 
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
 
IRJET- Smart City using IoT
IRJET- Smart City using IoTIRJET- Smart City using IoT
IRJET- Smart City using IoT
 
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGSSMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
 
IRJET- Smart Waste Monitoring System
IRJET- Smart Waste Monitoring SystemIRJET- Smart Waste Monitoring System
IRJET- Smart Waste Monitoring System
 
IRJET- IoT based Connected Dustbins for Waste Management in Commercial Places
IRJET- IoT based Connected Dustbins for Waste Management in Commercial PlacesIRJET- IoT based Connected Dustbins for Waste Management in Commercial Places
IRJET- IoT based Connected Dustbins for Waste Management in Commercial Places
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET-  	  Smart Dustbin Container using IoT NotificationIRJET-  	  Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT Notification
 
IRJET - Smart Dustbin for Smart Cities
IRJET -  	  Smart Dustbin for Smart CitiesIRJET -  	  Smart Dustbin for Smart Cities
IRJET - Smart Dustbin for Smart Cities
 
IRJET- Smart City to Phiysical Things
IRJET- Smart City to Phiysical ThingsIRJET- Smart City to Phiysical Things
IRJET- Smart City to Phiysical Things
 
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
 
IEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring SystemIEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring System
 
IoT Based Disaster Detection and Early Warning Device By Shweta Gaikwad
IoT Based Disaster Detection and Early Warning Device By Shweta GaikwadIoT Based Disaster Detection and Early Warning Device By Shweta Gaikwad
IoT Based Disaster Detection and Early Warning Device By Shweta Gaikwad
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart Cities
 
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
 
IRJET - Smart Sonar System
IRJET - Smart Sonar SystemIRJET - Smart Sonar System
IRJET - Smart Sonar System
 
Water Level Monitoring System using IOT
Water Level Monitoring System using IOTWater Level Monitoring System using IOT
Water Level Monitoring System using IOT
 
FLOOD ALERTING SYSTEM USING RASPBERRY PI & THINGSPEAK
FLOOD ALERTING SYSTEM USING RASPBERRY PI  & THINGSPEAKFLOOD ALERTING SYSTEM USING RASPBERRY PI  & THINGSPEAK
FLOOD ALERTING SYSTEM USING RASPBERRY PI & THINGSPEAK
 
Low Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring SystemLow Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring System
 
Communication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A SurveyCommunication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A Survey
 
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
 

Similar a Smart trash monitoring for IoT cities

SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTIRJET Journal
 
IRJET - Smart Garbage Monitoring System using NodeMCU
IRJET - Smart Garbage Monitoring System using NodeMCUIRJET - Smart Garbage Monitoring System using NodeMCU
IRJET - Smart Garbage Monitoring System using NodeMCUIRJET Journal
 
IOT BASED TOOL GARBAGE MONITORING SYSTEM
IOT BASED TOOL GARBAGE MONITORING SYSTEMIOT BASED TOOL GARBAGE MONITORING SYSTEM
IOT BASED TOOL GARBAGE MONITORING SYSTEMIRJET Journal
 
IRJET- Segregation of Waste - A Survey
IRJET- Segregation of Waste - A SurveyIRJET- Segregation of Waste - A Survey
IRJET- Segregation of Waste - A SurveyIRJET Journal
 
IRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT NotificationsIRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT NotificationsIRJET 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- Smart Dustbin using GPS Tracking
IRJET- Smart Dustbin using GPS TrackingIRJET- Smart Dustbin using GPS Tracking
IRJET- Smart Dustbin using GPS TrackingIRJET Journal
 
IRJET- IOT Based Air and Sound Pollution Monitoring System
IRJET-  	  IOT Based Air and Sound Pollution Monitoring SystemIRJET-  	  IOT Based Air and Sound Pollution Monitoring System
IRJET- IOT Based Air and Sound Pollution Monitoring SystemIRJET Journal
 
IRJET- RFID based Smart Dustbin for Smart Cities
IRJET- RFID based Smart Dustbin for Smart CitiesIRJET- RFID based Smart Dustbin for Smart Cities
IRJET- RFID based Smart Dustbin for Smart CitiesIRJET Journal
 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONIRJET Journal
 
IRJET- Smart Dustbin
IRJET-  	  Smart DustbinIRJET-  	  Smart Dustbin
IRJET- Smart DustbinIRJET Journal
 
IRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry PiIRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry PiIRJET Journal
 
IRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET Journal
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET Journal
 
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...IRJET Journal
 
IRJET - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoTIRJET - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoTIRJET Journal
 
IRJET - Solid Waste Monitoring using IoT
IRJET - Solid Waste Monitoring using IoTIRJET - Solid Waste Monitoring using IoT
IRJET - Solid Waste Monitoring using IoTIRJET Journal
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET Journal
 

Similar a Smart trash monitoring for IoT cities (20)

SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOT
 
IRJET - Smart Garbage Monitoring System using NodeMCU
IRJET - Smart Garbage Monitoring System using NodeMCUIRJET - Smart Garbage Monitoring System using NodeMCU
IRJET - Smart Garbage Monitoring System using NodeMCU
 
IOT BASED TOOL GARBAGE MONITORING SYSTEM
IOT BASED TOOL GARBAGE MONITORING SYSTEMIOT BASED TOOL GARBAGE MONITORING SYSTEM
IOT BASED TOOL GARBAGE MONITORING SYSTEM
 
IRJET- Segregation of Waste - A Survey
IRJET- Segregation of Waste - A SurveyIRJET- Segregation of Waste - A Survey
IRJET- Segregation of Waste - A Survey
 
IRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT NotificationsIRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT Notifications
 
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
 
IOT Based Smart Bin
IOT Based Smart BinIOT Based Smart Bin
IOT Based Smart Bin
 
IRJET- Smart Dustbin using GPS Tracking
IRJET- Smart Dustbin using GPS TrackingIRJET- Smart Dustbin using GPS Tracking
IRJET- Smart Dustbin using GPS Tracking
 
IRJET- IOT Based Air and Sound Pollution Monitoring System
IRJET-  	  IOT Based Air and Sound Pollution Monitoring SystemIRJET-  	  IOT Based Air and Sound Pollution Monitoring System
IRJET- IOT Based Air and Sound Pollution Monitoring System
 
IRJET- RFID based Smart Dustbin for Smart Cities
IRJET- RFID based Smart Dustbin for Smart CitiesIRJET- RFID based Smart Dustbin for Smart Cities
IRJET- RFID based Smart Dustbin for Smart Cities
 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTION
 
IRJET- Smart Dustbin
IRJET-  	  Smart DustbinIRJET-  	  Smart Dustbin
IRJET- Smart Dustbin
 
IRJET- Smart Bin
IRJET- Smart BinIRJET- Smart Bin
IRJET- Smart Bin
 
IRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry PiIRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
 
IRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with Thingspeak
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoT
 
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
 
IRJET - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoTIRJET - Aid for Blind People using IoT
IRJET - Aid for Blind People using IoT
 
IRJET - Solid Waste Monitoring using IoT
IRJET - Solid Waste Monitoring using IoTIRJET - Solid Waste Monitoring using IoT
IRJET - Solid Waste Monitoring using IoT
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 

Más de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Más de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfRajuKanojiya4
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
Crushers to screens in aggregate production
Crushers to screens in aggregate productionCrushers to screens in aggregate production
Crushers to screens in aggregate productionChinnuNinan
 
BSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxBSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxNiranjanYadav41
 
Cooling Tower SERD pH drop issue (11 April 2024) .pptx
Cooling Tower SERD pH drop issue (11 April 2024) .pptxCooling Tower SERD pH drop issue (11 April 2024) .pptx
Cooling Tower SERD pH drop issue (11 April 2024) .pptxmamansuratman0253
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 

Último (20)

TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdf
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
Crushers to screens in aggregate production
Crushers to screens in aggregate productionCrushers to screens in aggregate production
Crushers to screens in aggregate production
 
BSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxBSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptx
 
Cooling Tower SERD pH drop issue (11 April 2024) .pptx
Cooling Tower SERD pH drop issue (11 April 2024) .pptxCooling Tower SERD pH drop issue (11 April 2024) .pptx
Cooling Tower SERD pH drop issue (11 April 2024) .pptx
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 

Smart trash monitoring for IoT cities

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 238 Smart Trash Can Monitoring System using IoT - Creating Solutions for Smart Cities Sunil Raj Thota1, S. Neelima2, K. V. N. Lalitha Pruthvi3, K. Mounika4, M. Pravallika5, Mrs. N. Sowmya, Asst. Prof, 6 1,2,3,4,5 Students of Department of Electronics and Communication Engineering Gayatri Vidya Parishad College for Degree and PG Courses School of Engineering Visakhapatnam, Andhra Pradesh, India. 6 Professor of Electronics and Communication Engineering Gayatri Vidya Parishad College for Degree and PG Courses School of Engineering Visakhapatnam, Andhra Pradesh, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract: In today’s world, the trash cans placed in the cities are jam-packed due to the increase in the waste. A lot of stinking and sewage problems causes bad hygienic conditions and leads to deadly diseases & human illness. To avoid these, we have designed a “Smart Trash Can Monitoring System” where it can overcome this in an innovative and efficient way. This idea can be implemented for Smart Buildings, Cities, Colleges, Hospitals, Public spots and Bus stands. Each trash can contain a smart device for level detection of the trash can which transmits the garbage/trash level with its token ID, accessed by the concerned municipal/regional authorities through the mobile app, so that they can take immediate actions to clean the trash can once it gets filled. The device consists of an Ultra Sonic Sensor, Arduino Uno, GPS and Wi-Fi module. Keywords: Smart Trash Can, Efficient, Smart Cities,Level Detection, Arduino Uno, GPS, Ultrasonic Sensor, Wi-Fi Module 1. INTRODUCTION The devices which are interconnected and controlled via internet is called as Internet of Things (IoT). In this project, the [7] Smart Trash Cans are connected to the internet to provide the real time information. In the recent years, there wasa rapid growth in population which leadsto morewaste disposal. So, a proper waste management system is necessary to avoid spreading many diseases by managing and monitoring the smart trash cans. [1] There are multiple trashcans in the city and are interfaced with a smart device consists of Arduino Uno micro controller-based systemwith Ultrasonic Sensors, GPS and Wi-Fi modules. [8] The Ultrasonic sensor detects the level of the waste in trashcan and sends the signals to Arduino through Wi-Fi Module (NodeMCU ESP8266) with precise location. The data is sent to the user [2] through a mobile app with the helpofinternet connectivity. A message or alert is sent as notification that the trash can is almost full so that the concerned municipality authoritiescan call for an action and empty the trashcan. Major problems caused in the cities are: 1. Vehicle fuel consumption 2. Overflowing bins which create unclean city 3. Many pests, rodents and animals which makes unhealthy surroundings 4. Manual monitoring 5. Increase in operational costs Smart solutions to these issues are: 1. Garbage level monitoring 2. Providing optimal routes which help in reducing collections 3. Location based real time solutions through continuous tracking 4. Efficient waste controlling for municipal wellbeing 5. Urbanized & Organized living 6. Instant alerts 7. Automatic collection of data 2. PROPOSED SYSTEM In this, we are going to make a Smart Trash Can Monitoring System which detects the level of trash can and states whether it is empty or full through the mobile app and we can get to know the status of the ‘Smart Trash Can’ from anywhere in the world via Internet. It is useful and can be fixed in the trash cans at public places, smart citiesandother spots. We are using micro controllers and sensors to reduce the cost and to make it as an efficient device. To monitor the trash cans, the sensors are attached to trash can todetectthe level. The system consists of sensor circuitry used for monitoring the smart trash can. The sensors used are Ultrasonic sensor, Arduino Uno,GPSandNodeMCUESp8266 Wi-Fi module.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 239 Fig -1: Basic Block Diagram 2.1. Arduino Uno It’s a single-board microcontroller, designed to make the application of interactive objects or environments more accessible. Sense the environment by receiving input from variety of sensors. Can be programmed with the Arduino software IDE. [5] The Atmega328 on the Arduino Unocomes preburned with a bootloader that allows us to upload new code to it, without the use of an external hardware programmer. The microcontroller can also be programmed through the ICSP (In-Circuit Serial Programming) header. It works on Windows, Linux as well as Mac platforms. 2.2. Ultrasonic Sensor The ultrasonic sensor is used to measure the distance to an obstacle. We measure the time which it takes to signal to come back. An ultrasonic sensor has two mesh holes one part is for sending the sound out and the other one is microphone, which can measure the sound again. One of the advantages of ultrasonic sensing is itsoutstandingcapability to sense deep details without any disturbance. Ultrasound can propagate through any kinds of media including solids, liquids and gases except vacuum. Time taken by pulse is for to and fro travel of ultrasonic signals, while we needonly half of this. Therefore, time is taken as time/2. Distance = Speed * Time/2 2.3. GPS Module The Global Positioning System (GPS) is a satellite-based navigation system made up of at least 24 satellites. GPS worksin any weather conditions, anywhere in the world,24 hours a day. GPS receivers use this information and trilateration to calculate a user's exact location. GPS satellites transmit at least 2 low-power radio signals. The signals travel by line of sight, meaning they willpassthrough clouds, glass and plastic but will not go through most solid objects, such as buildingsand mountains. However,modern receivers are more sensitive and can usually track through houses. 2.4. NodeMCU ESP8266 Wi-Fi Module NodeMCU is an eLua based firmwareforthe [6]ESP8266Wi- Fi SOC from Espressif. The NodeMCU firmware is a companion project to the popular NodeMCU dev kits, ready- made open source development boards with ESP8266-12E chips. It’s a SOC with integrated MQTT protocol stack that can give any microcontroller access to the Wi-Fi network. The ESP8266 is capable of either hosting an application or offloading all Wi- Fi networking functions from another application processor. Fig -2: Circuit Diagram 3. Working Principle The Block diagram shows the arrangement of different components used in the Smart trash can system. [4] Ultrasonic Sensor, Arduino Uno, Power Supply, NodeMCU Wi-Fi module- ESP8266 for connecting to internet. The project module is divided into two parts sensor section and NodeMCU Wi-Fi module ESP8266 section. Sensors are attached to the trash can. Sensorsare used to detectthelevel in the trashcan whether the it is full or empty. The sensor senses the content of the trash can and sends the signals or the data to the Arduino. Wi-Fi Module [3] helps us to send the information of the trash can at the receiver side through internet. In this project the ultrasonic sensor will send the distance to NodeMCU Wi-Fi Module ESP8266 and if the distance is less than threshold values it will send an alert message or notification to the concerned authorities or users.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 240 Fig -3: Flow Chart Algorithm Step1: Start Step 2: Initialize Arduino, Ultrasonic Sensor, GPS Sensor Step 3: Measure the level of the Trash can Step 4: i.) If distance > 125cm, indicate as Level 0% then go to Step 5 else ii ii.) If distance > 100cm, indicate asLevel20%thengo to Step 5 else iii iii.) If distance > 75cm, indicate asLevel 50% then go to Step 5 else iv iv.) If distance > 25cm, indicate as Level > 75% then go to Step 5 else v v.) If distance > 10cm, indicate as Level > 90% then go to Step 5 Step 5: Send the level information to the control room Step 6: Control room sends the message to the driver Step 7: Driver loads the vehicle with the trash can it is emptied Step 8: Stop 4. Output Results Fig -3: Notification Alert Fig -4: Trash Can Setup Fig -5: Location Detection Fig -6: Prototype Setup Fig -7: Level & Location Detection
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 241 5. ER Diagram An entity relationship diagram (ERD) shows the relationships of entity sets stored in a database. An entity in this context is a component of data. In other words, ER diagrams illustrate the logical structure of databases.Atfirst glance an entity relationship diagram looks very much like a flowchart. It is the specialized symbols, and the meanings of those symbols, that make it unique. In ER Model, we disintegrate data into entities, attributes and setup relationships between entities, all this can be represented visually using the ER diagram. It’s interlinked with the Driver, Authority, Vehicle, Trash Can and User. Fig -8: Entity Relationship Diagram 6. Applications  Providing free Wi-Fi for smart citizens after dumping the trash in the can.  Compressing the waste inside the bin.  Providing optimal routes which help in reducing collections  Location based real time solutions through continuous tracking.  Smart bins powered by solar energy.  Providing free money depending on the weight of garbage/ waste.  To stop beach erosions by Crushing & Converting glass bottles into sand near beaches.  Efficient waste controlling for municipal wellbeing  Instant alerts and automatic collection of data. Conclusion With the rapid urbanization growth, the scenarioaroundthe world hasbeen changed, asmore number of peopledesireto livein the city lights with more opportunitiesforgrowthand success. Smart cities came into action to accommodate this growth in an effective way. The key parameter indicators likecleanliness and hygiene are the topic of concern in these smart cities. Also, the growth should go hand in hand with the green environment and research should be further done on such technologies to cope up with the future needs. Our work is small but efficient step towards cleanliness and belief is that this project would encourage people to do efficient work on the associated topics. This project is a new solution and is developed to enhance the waste monitoring management system. Acknowledgement This research was supported by Mrs. N. Sowmya, Asst. Prof., B.Tech., M.Tech. We thank our madam, friends from Gayatri Vidya Parishad College for Degree and PG Courses School of Engineering who provided instigation, insight, zeal and expertise towardsSmart Trash Can project to supportSmart Cities initiation that greatly assisted the research to do with interests. We would also like to show our gratitude towards all the sources that helped us in any manner. References [1] Adil Bashir „concept Design and implementation of the Automatic waste management system‟ InternationalJournal on recent and novation trends in computing and communication ISSN232-869 volume: issue: 7. [2] Twinkle Sinha, K.Mugesh Kumar, P.Saisharan “Smart Dustbin” International Journal of Industrial Electronics and Electrical Engineering, Volume-3, Issue-5, May-2015 [3] Tarandeep Singh, Rita Mahajan, Deepak Bagai “Smart Waste Management using Wireless Sensor Network”, Vol. 4, Issue 6, June 2016, International Journal of Innovative Research in Computer and Communication Engineering. [4] Akshay Bandal, Pranay Nate, Rohan Manakar, Rahul Powar “Smart Wi-Fi Dustbin System”InternationalJournalof Advance Research, Ideas and Innovation in Technology, ISSN: 2454-132X Volume2, Issue5. [5] Oyndrila Roy, Aranyak Roy, Dr.Debasis Roy, “Automatic water level indicator” Issue 6, Vol. 2 March 2016, International Journal of Emerging TrendsinEngineeringand Development. [6] Maher Arebey, M A Hannan, Hassan Basri,R ABegumand Huda Abdullah “RFID and Integrated Technologies for Solid Waste Bin Monitoring System” Proceedings of the World Congress on Engineering Volume I.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 242 [7] Lilyan Anthony, PradnyaChavan, Astrid Ferreira, PreranaGadhave and ArchanaShirke, Garbage Monitoring System for Smart Cities, International Journal of Advanced Technology in Engineering and Science, Vol. No.5, Issue No.04, April 2017, 1-8. [8] KalyaniGhute, GayatriThakare, MayuriWahane, Akshay Holey and Prof.Mayuri.M.Soni, IOT Based Smart Garbage Monitoring and Air Pollution Control System, International Journal of Innovative Research in Computer and Communication Engineering, Vol. 5, Issue 3, March 2017, 6013-6016.