SlideShare a Scribd company logo
1 of 3
Download to read offline
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 3290
SMART WASTE MANAGEMENT SYSTEM USING IOT FOR SMART CITIES
Poonam Chati1, Payal Lilhare2, Shivani Ghubde3, Sheetal Surekha4, Rakshanda Borkar5
1Assistant Professor, ETC, Priyadarshini college of Engineering, Nagpur
2,3,4,5 B.E Scholer, ETC, Priyadarshini College of Engineering, Nagpur, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract -: In our today’s generation the primary and the
important problem for our country is waste management. We
can observe this anytime that the garbage bins placed at
public places in the service of people are many times
overloaded making the place look unhygienic with bad smell
which can cause many hazardous diseases. To avoid this
condition and in concern with the public health and
cleanliness of surrounding we are designing “IOT based waste
management for smart cities”. This paper puts forward the
design of the system that can show the real time status of all
the dustbins located around the city is checked and
accordingly the embedded device which helps in measuring
the level of the garbage generates the alert signal. When the
level of the garbage will reach its maximum limit the signal
will be send to the concern authorities with the help of the
internet and cleaning of dustbin will be made in action. An
android application for mobile and web server for
municipality use is also made where the status of eachdustbin
can be checked and verified before the next cleaning process.
Key Words: Aurdino UNO, Ultrasonic sensor HCsr04,
Wifi module ESPN8266, Temperature sensor LM35, Gas
sensor MQ4.
1. INTRODUCTION
As we are moving forward in the new Era, we need new
ways to keep our cities clean. Our country comes under the
category of developing nations. however, therearestillsome
things lacking in our progress and one of the main issue is
management of waste. As we are well aware of the new
government plans of “Swachh Bharat Abhiyan” there are
many innovative ways to contribute in this mission. And
also, there is huge increase in population continuously and
so in the needs of the people and in return which causes
more waste disposal. There are many dangerous problems
that can arise due to improper waste management like
health issues, spreading of diseases, air pollution,toxicgases
creating respiratory problems. Aswe know that it ishardfor
MNC to take care of garbage in a city area at regular interval
of times. It is unknown to the garbage disposal companyand
municipal corporation of the city that howmuchthegarbage
bins are filled and which one needs to be picked up first or
which ones are empty.
Our project is a needed solution of this problem.in this
project we have made a monitoring module which will
calculate that how much the bin is filled and does it need to
carry out. It will measure the level of garbage in the bin and
continuously send the signal to the web server and the data
can be also seen by the mobile application. The server will
keep track of it in every microsecond. the mobile application
will have two login, one for the driver of MNC and the other
for the common people or users. If the maximum limit is
shown of the garbage of any dustbin then thedriverassigned
for that area for garbage collection will get a notification on
his mobile for cleaning of that particular dustbin.
2. LITERATURE SURVEY
After the IOT field found its grip in our lives. This is a
modern plan for designing a smart garbage bin one by one
very well within the following sections. The main controller
that is the aurdino ATmega 328 microcontroller primarily
based board. It operates on 16 Mhz clock frequency. Its
operational frequency of 5V and input voltage as 7-12V. It
consists of total fourteen digital I/O pinsandanalogI/Opins.
ATmega 328 has32kb of nonvolatile storage 5KB memoryis
employed by boot loader. Aurdino UNO board consists of
external power provide reset switch USB plugetc.Aurdinois
one of the best designed single board computer and itiseasy
to be handled by the person who is initially not an expert in
the field of electronics.
[1] GARBAGE ALERT SYSTEM USING AURDINO UNO-
Dr. N. Satish Kumar: This paper proposes a smart alert
system for garbage clearance by giving an alert signal to the
municipal webserver for instant cleaning of dustbin with
proper verification based on level of garbage filling. The
whole processis upheld by an embedded module integrated
with RFID in addition to this a GSM module isalsointerfaced.
3. COMPONENT DESCRIPTION
AURDINO UNO
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 3291
Arduino UNO is the microcontroller is used here. It can be
easily communicate with computers. The Atmega328p is
microcontroller based on a 8-BIT AVR RISC. 32 kb flash
memory is provided here withread-write capabilities.Alsoa
1 kb EPROM and 2 kb SRAM is provided. It has 23 general
purpose I/O lines, three flexible timer/countersalsointernal
and external interrupts, 32 general purpose working
registers, also a serial programmable USART, 2-wire serial
interface, SPI serial port and 6-channel 10-bit A/D
convertor.
ULTRASONIC SENSOR HCSR04
The Ultrasonic Sensor sends frequency sound pulse of high
range and then measures the time taken by the sound to
reflect back. The front side of the sensor has 2 openings.
Ultrasonic wave is transmitted by one opening and received
by the other. The distance of the object is calculated by the
difference between sending and receiving soundpulse.Here,
HC-SR04 ultrasonic sensor is used which provides non-
contact measurement function of 2cm to 400cm.
GAS SENSOR
Different types of gases present around the air is detected
by gas sensor. Here, it is used to detect or sense the harmful
gases present around the dustbin and shows the % of
harmful gases. It is cheap and has variety of applicationslike
harmful gases detection.
TEMPERATURE SENSOR LM35
LM35 is a temperature sensor whereitsoutputproportional
to the temperature. Oxidation and other processes are not
carried out here as the sensor circuitry is sealed. LM35
measures more accurate temperature as compared to
thermistor.
WIFI MODULE ESPN8266
The ESP8266 WiFi Module is used here. It has integrated
TCP/IP protocol stack with self- contained SOC which easily
gives any microcontroller access to your WiFi network. The
ESP8266 can host an application or offload all Wi-Fi
networking functions from another application processor.
4. WORKING
As we can see from the above diagram its divided in
following parts:
1. Garbage monitoring module
2. Web server
3. Mobile application
The monitoring module will exchange signal with the
sensors and sends the data to the server and mobile
application. The monitoring module consist of Aurdino ,
ultrasonic sensor, temperature sensor, gas sensor, wifi
module. The ultrasonic sensor will measure the level of the
garbage comparing it with the height of the bin.
Temperature sensor will help in detecting the temperature
higher than the predefined temperature and Gas sensor will
detect the toxic gasesproduced which can be harmfulforthe
living creatures. These sensors will work accordingly and
aurdino will read the data from all the sensors and then it
will transmit this data to the web server using Wi-Fi.
The web page here is made to show the real time status of
the garbage in the dustbins to the user monitoring it. The
web page will have accessonly by the municipalcorporation
people and it will be showing the graphicalrepresentationof
all the dustbins and all the data related to its condition. As
soon as the level of the garbage, temperature or smell will
rise above the set limit, the web page will generate alert
notification for that specific dustbin demanding cleaning
process.
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 3292
The mobile application has two logins, one is driver login
which can be used by the driversof municipalcorporationto
check the status of the bins and also they will be getting
notifications on that application by the web page admin.
Another is the user login which is made for the use of
common people to know the locations and status of the bins
placed in their area.
5. CONCLUSION
The main aim of this project is to maintain the hygienic and
dirt-free environment in the city which in turn creates an
environment for better living. By implementing this project
in real time basis, it assures the improved database for
garbage collection time and waste management amount at
each location. It also improvises the cleaning of the garbage
bins until it reaches its maximum. If the respective bins are
not emptied in the allotted time then all the record is sent
directly to the higher authority then they can take
appropriate actions accordingly against the allotted
contractor. This system also helps to monitor and
additionally helps to observe the fake reports and thereby
one cannot deny. By implementing this system, it will also
set a cut back against the corruption in the overall
management system. This in turn reduces the entire
journeys of garbage loaded vehicle which ultimately
minimizes the expenditure. Also, it helpsto keep cleanliness
within the society. Therefore, the sensible garbage
management system makesthe waste assortmentadditional
economical.
6. REFERENCES
[1] Dr. N. Satish Kumar, B.Vijyalakshmi, R. Jennifer
Prarthana, A. Shankar “IOT Based Smart Garbage alert using
Aurdino UNO”, Region 10 Conference(TENCON), 2016 IEEE.
[2] Palaghat Yashwant Sai “IOT Smart garbage monitoring
system in cities- An effective way to promote smart city”,
International Journal Of Advanced Research in Computer
Science and Software Engineering, Volume 7, Issue 2,
February 2017.

More Related Content

What's hot

IRJET - Smart Dustbin for Smart Cities
IRJET -  	  Smart Dustbin for Smart CitiesIRJET -  	  Smart Dustbin for Smart Cities
IRJET - Smart Dustbin for Smart CitiesIRJET Journal
 
Automatic Irrigation Control Using Wireless Sensor Network
Automatic Irrigation Control Using Wireless Sensor NetworkAutomatic Irrigation Control Using Wireless Sensor Network
Automatic Irrigation Control Using Wireless Sensor NetworkIRJET Journal
 
IOT Based Smart Cities
IOT Based Smart CitiesIOT Based Smart Cities
IOT Based Smart Citiesijtsrd
 
IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET Journal
 
IRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
IRJET - IoT based Gas Level Detection and the Automatic Booking of the GasIRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
IRJET - IoT based Gas Level Detection and the Automatic Booking of the GasIRJET 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
 
IRJET- Implementation of IoT based Smart Garbage and Waste Collection System
IRJET- Implementation of IoT based Smart Garbage and Waste Collection SystemIRJET- Implementation of IoT based Smart Garbage and Waste Collection System
IRJET- Implementation of IoT based Smart Garbage and Waste Collection SystemIRJET Journal
 
IoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas PipesIoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas Pipesijtsrd
 
IRJET - Effective Garbage Management System based on IoT
IRJET -  	  Effective Garbage Management System based on IoTIRJET -  	  Effective Garbage Management System based on IoT
IRJET - Effective Garbage Management System based on IoTIRJET Journal
 
430178048 project-ppt-pptx
430178048 project-ppt-pptx430178048 project-ppt-pptx
430178048 project-ppt-pptxAnish Mate
 
IRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring DeviceIRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring DeviceIRJET 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
 
Automatic Crop Monitoring using Embedded System
Automatic Crop Monitoring using Embedded SystemAutomatic Crop Monitoring using Embedded System
Automatic Crop Monitoring using Embedded SystemIRJET Journal
 
IRJET- Detection of Fire and Gas using Arduino and Bluetooth Module
IRJET- Detection of Fire and Gas using Arduino and Bluetooth ModuleIRJET- Detection of Fire and Gas using Arduino and Bluetooth Module
IRJET- Detection of Fire and Gas using Arduino and Bluetooth ModuleIRJET Journal
 
IOT Based Air and Sound Pollution Monitoring System
IOT Based Air and Sound Pollution Monitoring SystemIOT Based Air and Sound Pollution Monitoring System
IOT Based Air and Sound Pollution Monitoring Systemijtsrd
 
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- Smart Irrigation System and Crop Prediction
IRJET-  	  Smart Irrigation System and Crop PredictionIRJET-  	  Smart Irrigation System and Crop Prediction
IRJET- Smart Irrigation System and Crop PredictionIRJET 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
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIJMTST Journal
 

What's hot (20)

IRJET - Smart Dustbin for Smart Cities
IRJET -  	  Smart Dustbin for Smart CitiesIRJET -  	  Smart Dustbin for Smart Cities
IRJET - Smart Dustbin for Smart Cities
 
Automatic Irrigation Control Using Wireless Sensor Network
Automatic Irrigation Control Using Wireless Sensor NetworkAutomatic Irrigation Control Using Wireless Sensor Network
Automatic Irrigation Control Using Wireless Sensor Network
 
GAS LEAKAGE DETECTION AND PREVENTION SYSTEM
GAS LEAKAGE DETECTION AND PREVENTION SYSTEMGAS LEAKAGE DETECTION AND PREVENTION SYSTEM
GAS LEAKAGE DETECTION AND PREVENTION SYSTEM
 
IOT Based Smart Cities
IOT Based Smart CitiesIOT Based Smart Cities
IOT Based Smart Cities
 
IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoT
 
IRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
IRJET - IoT based Gas Level Detection and the Automatic Booking of the GasIRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
IRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
 
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
 
IRJET- Implementation of IoT based Smart Garbage and Waste Collection System
IRJET- Implementation of IoT based Smart Garbage and Waste Collection SystemIRJET- Implementation of IoT based Smart Garbage and Waste Collection System
IRJET- Implementation of IoT based Smart Garbage and Waste Collection System
 
IoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas PipesIoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas Pipes
 
IRJET - Effective Garbage Management System based on IoT
IRJET -  	  Effective Garbage Management System based on IoTIRJET -  	  Effective Garbage Management System based on IoT
IRJET - Effective Garbage Management System based on IoT
 
430178048 project-ppt-pptx
430178048 project-ppt-pptx430178048 project-ppt-pptx
430178048 project-ppt-pptx
 
IRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring DeviceIRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring Device
 
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
 
Automatic Crop Monitoring using Embedded System
Automatic Crop Monitoring using Embedded SystemAutomatic Crop Monitoring using Embedded System
Automatic Crop Monitoring using Embedded System
 
IRJET- Detection of Fire and Gas using Arduino and Bluetooth Module
IRJET- Detection of Fire and Gas using Arduino and Bluetooth ModuleIRJET- Detection of Fire and Gas using Arduino and Bluetooth Module
IRJET- Detection of Fire and Gas using Arduino and Bluetooth Module
 
IOT Based Air and Sound Pollution Monitoring System
IOT Based Air and Sound Pollution Monitoring SystemIOT Based Air and Sound Pollution Monitoring System
IOT Based Air and Sound Pollution 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- Smart Irrigation System and Crop Prediction
IRJET-  	  Smart Irrigation System and Crop PredictionIRJET-  	  Smart Irrigation System and Crop Prediction
IRJET- Smart Irrigation System and Crop Prediction
 
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
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly System
 

Similar to IRJET- Smart Waste Management System using IoT for Smart Cities

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- 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
 
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- 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- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET 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 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 - Garbage Management System for Smart City using LORA Technology
IRJET -  	  Garbage Management System for Smart City using LORA TechnologyIRJET -  	  Garbage Management System for Smart City using LORA Technology
IRJET - Garbage Management System for Smart City using LORA TechnologyIRJET Journal
 
IRJET- Smart Dustbin
IRJET-  	  Smart DustbinIRJET-  	  Smart Dustbin
IRJET- Smart DustbinIRJET Journal
 
IRJET- Arduino based Garbage Monitoring System using IoT
IRJET- Arduino based Garbage Monitoring System using IoTIRJET- Arduino based Garbage Monitoring System using IoT
IRJET- Arduino based Garbage Monitoring System using IoTIRJET 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- Smart Waste Monitoring System
IRJET- Smart Waste Monitoring SystemIRJET- Smart Waste Monitoring System
IRJET- Smart Waste Monitoring SystemIRJET Journal
 
IRJET- Smart Dustbin for Efficient Waste Management
IRJET- Smart Dustbin for Efficient Waste ManagementIRJET- Smart Dustbin for Efficient Waste Management
IRJET- Smart Dustbin for Efficient Waste ManagementIRJET 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- 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- Robot to Unclog Sewage Channels
IRJET-  	  Robot to Unclog Sewage ChannelsIRJET-  	  Robot to Unclog Sewage Channels
IRJET- Robot to Unclog Sewage ChannelsIRJET Journal
 
IRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET Journal
 
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET Journal
 
IRJET- Sensor Based AGROBOT for Sowing Seeds
IRJET-  	  Sensor Based AGROBOT for Sowing SeedsIRJET-  	  Sensor Based AGROBOT for Sowing Seeds
IRJET- Sensor Based AGROBOT for Sowing SeedsIRJET Journal
 

Similar to IRJET- Smart Waste Management System using IoT for Smart Cities (20)

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- 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
 
IRJET - Solid Waste Monitoring using IoT
IRJET - Solid Waste Monitoring using IoTIRJET - Solid Waste Monitoring using IoT
IRJET - Solid Waste Monitoring using IoT
 
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- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with Thingspeak
 
IRJET- Smart Bin
IRJET- Smart BinIRJET- Smart Bin
IRJET- Smart Bin
 
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 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 - Garbage Management System for Smart City using LORA Technology
IRJET -  	  Garbage Management System for Smart City using LORA TechnologyIRJET -  	  Garbage Management System for Smart City using LORA Technology
IRJET - Garbage Management System for Smart City using LORA Technology
 
IRJET- Smart Dustbin
IRJET-  	  Smart DustbinIRJET-  	  Smart Dustbin
IRJET- Smart Dustbin
 
IRJET- Arduino based Garbage Monitoring System using IoT
IRJET- Arduino based Garbage Monitoring System using IoTIRJET- Arduino based Garbage Monitoring System using IoT
IRJET- Arduino based Garbage Monitoring System using IoT
 
IRJET- Smart Dustbin using GPS Tracking
IRJET- Smart Dustbin using GPS TrackingIRJET- Smart Dustbin using GPS Tracking
IRJET- Smart Dustbin using GPS Tracking
 
IRJET- Smart Waste Monitoring System
IRJET- Smart Waste Monitoring SystemIRJET- Smart Waste Monitoring System
IRJET- Smart Waste Monitoring System
 
IRJET- Smart Dustbin for Efficient Waste Management
IRJET- Smart Dustbin for Efficient Waste ManagementIRJET- Smart Dustbin for Efficient Waste Management
IRJET- Smart Dustbin for Efficient Waste Management
 
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- 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- Robot to Unclog Sewage Channels
IRJET-  	  Robot to Unclog Sewage ChannelsIRJET-  	  Robot to Unclog Sewage Channels
IRJET- Robot to Unclog Sewage Channels
 
IRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoT
 
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
 
IRJET- Sensor Based AGROBOT for Sowing Seeds
IRJET-  	  Sensor Based AGROBOT for Sowing SeedsIRJET-  	  Sensor Based AGROBOT for Sowing Seeds
IRJET- Sensor Based AGROBOT for Sowing Seeds
 

More from 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
 

More from 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...
 

Recently uploaded

Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
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
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 

Recently uploaded (20)

Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
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
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 

IRJET- Smart Waste Management System using IoT for Smart 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 3290 SMART WASTE MANAGEMENT SYSTEM USING IOT FOR SMART CITIES Poonam Chati1, Payal Lilhare2, Shivani Ghubde3, Sheetal Surekha4, Rakshanda Borkar5 1Assistant Professor, ETC, Priyadarshini college of Engineering, Nagpur 2,3,4,5 B.E Scholer, ETC, Priyadarshini College of Engineering, Nagpur, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract -: In our today’s generation the primary and the important problem for our country is waste management. We can observe this anytime that the garbage bins placed at public places in the service of people are many times overloaded making the place look unhygienic with bad smell which can cause many hazardous diseases. To avoid this condition and in concern with the public health and cleanliness of surrounding we are designing “IOT based waste management for smart cities”. This paper puts forward the design of the system that can show the real time status of all the dustbins located around the city is checked and accordingly the embedded device which helps in measuring the level of the garbage generates the alert signal. When the level of the garbage will reach its maximum limit the signal will be send to the concern authorities with the help of the internet and cleaning of dustbin will be made in action. An android application for mobile and web server for municipality use is also made where the status of eachdustbin can be checked and verified before the next cleaning process. Key Words: Aurdino UNO, Ultrasonic sensor HCsr04, Wifi module ESPN8266, Temperature sensor LM35, Gas sensor MQ4. 1. INTRODUCTION As we are moving forward in the new Era, we need new ways to keep our cities clean. Our country comes under the category of developing nations. however, therearestillsome things lacking in our progress and one of the main issue is management of waste. As we are well aware of the new government plans of “Swachh Bharat Abhiyan” there are many innovative ways to contribute in this mission. And also, there is huge increase in population continuously and so in the needs of the people and in return which causes more waste disposal. There are many dangerous problems that can arise due to improper waste management like health issues, spreading of diseases, air pollution,toxicgases creating respiratory problems. Aswe know that it ishardfor MNC to take care of garbage in a city area at regular interval of times. It is unknown to the garbage disposal companyand municipal corporation of the city that howmuchthegarbage bins are filled and which one needs to be picked up first or which ones are empty. Our project is a needed solution of this problem.in this project we have made a monitoring module which will calculate that how much the bin is filled and does it need to carry out. It will measure the level of garbage in the bin and continuously send the signal to the web server and the data can be also seen by the mobile application. The server will keep track of it in every microsecond. the mobile application will have two login, one for the driver of MNC and the other for the common people or users. If the maximum limit is shown of the garbage of any dustbin then thedriverassigned for that area for garbage collection will get a notification on his mobile for cleaning of that particular dustbin. 2. LITERATURE SURVEY After the IOT field found its grip in our lives. This is a modern plan for designing a smart garbage bin one by one very well within the following sections. The main controller that is the aurdino ATmega 328 microcontroller primarily based board. It operates on 16 Mhz clock frequency. Its operational frequency of 5V and input voltage as 7-12V. It consists of total fourteen digital I/O pinsandanalogI/Opins. ATmega 328 has32kb of nonvolatile storage 5KB memoryis employed by boot loader. Aurdino UNO board consists of external power provide reset switch USB plugetc.Aurdinois one of the best designed single board computer and itiseasy to be handled by the person who is initially not an expert in the field of electronics. [1] GARBAGE ALERT SYSTEM USING AURDINO UNO- Dr. N. Satish Kumar: This paper proposes a smart alert system for garbage clearance by giving an alert signal to the municipal webserver for instant cleaning of dustbin with proper verification based on level of garbage filling. The whole processis upheld by an embedded module integrated with RFID in addition to this a GSM module isalsointerfaced. 3. COMPONENT DESCRIPTION AURDINO UNO
  • 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 3291 Arduino UNO is the microcontroller is used here. It can be easily communicate with computers. The Atmega328p is microcontroller based on a 8-BIT AVR RISC. 32 kb flash memory is provided here withread-write capabilities.Alsoa 1 kb EPROM and 2 kb SRAM is provided. It has 23 general purpose I/O lines, three flexible timer/countersalsointernal and external interrupts, 32 general purpose working registers, also a serial programmable USART, 2-wire serial interface, SPI serial port and 6-channel 10-bit A/D convertor. ULTRASONIC SENSOR HCSR04 The Ultrasonic Sensor sends frequency sound pulse of high range and then measures the time taken by the sound to reflect back. The front side of the sensor has 2 openings. Ultrasonic wave is transmitted by one opening and received by the other. The distance of the object is calculated by the difference between sending and receiving soundpulse.Here, HC-SR04 ultrasonic sensor is used which provides non- contact measurement function of 2cm to 400cm. GAS SENSOR Different types of gases present around the air is detected by gas sensor. Here, it is used to detect or sense the harmful gases present around the dustbin and shows the % of harmful gases. It is cheap and has variety of applicationslike harmful gases detection. TEMPERATURE SENSOR LM35 LM35 is a temperature sensor whereitsoutputproportional to the temperature. Oxidation and other processes are not carried out here as the sensor circuitry is sealed. LM35 measures more accurate temperature as compared to thermistor. WIFI MODULE ESPN8266 The ESP8266 WiFi Module is used here. It has integrated TCP/IP protocol stack with self- contained SOC which easily gives any microcontroller access to your WiFi network. The ESP8266 can host an application or offload all Wi-Fi networking functions from another application processor. 4. WORKING As we can see from the above diagram its divided in following parts: 1. Garbage monitoring module 2. Web server 3. Mobile application The monitoring module will exchange signal with the sensors and sends the data to the server and mobile application. The monitoring module consist of Aurdino , ultrasonic sensor, temperature sensor, gas sensor, wifi module. The ultrasonic sensor will measure the level of the garbage comparing it with the height of the bin. Temperature sensor will help in detecting the temperature higher than the predefined temperature and Gas sensor will detect the toxic gasesproduced which can be harmfulforthe living creatures. These sensors will work accordingly and aurdino will read the data from all the sensors and then it will transmit this data to the web server using Wi-Fi. The web page here is made to show the real time status of the garbage in the dustbins to the user monitoring it. The web page will have accessonly by the municipalcorporation people and it will be showing the graphicalrepresentationof all the dustbins and all the data related to its condition. As soon as the level of the garbage, temperature or smell will rise above the set limit, the web page will generate alert notification for that specific dustbin demanding cleaning process.
  • 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 3292 The mobile application has two logins, one is driver login which can be used by the driversof municipalcorporationto check the status of the bins and also they will be getting notifications on that application by the web page admin. Another is the user login which is made for the use of common people to know the locations and status of the bins placed in their area. 5. CONCLUSION The main aim of this project is to maintain the hygienic and dirt-free environment in the city which in turn creates an environment for better living. By implementing this project in real time basis, it assures the improved database for garbage collection time and waste management amount at each location. It also improvises the cleaning of the garbage bins until it reaches its maximum. If the respective bins are not emptied in the allotted time then all the record is sent directly to the higher authority then they can take appropriate actions accordingly against the allotted contractor. This system also helps to monitor and additionally helps to observe the fake reports and thereby one cannot deny. By implementing this system, it will also set a cut back against the corruption in the overall management system. This in turn reduces the entire journeys of garbage loaded vehicle which ultimately minimizes the expenditure. Also, it helpsto keep cleanliness within the society. Therefore, the sensible garbage management system makesthe waste assortmentadditional economical. 6. REFERENCES [1] Dr. N. Satish Kumar, B.Vijyalakshmi, R. Jennifer Prarthana, A. Shankar “IOT Based Smart Garbage alert using Aurdino UNO”, Region 10 Conference(TENCON), 2016 IEEE. [2] Palaghat Yashwant Sai “IOT Smart garbage monitoring system in cities- An effective way to promote smart city”, International Journal Of Advanced Research in Computer Science and Software Engineering, Volume 7, Issue 2, February 2017.