SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2599
Solid Waste Monitoring using IoT
Patil Mitesh1, Patil Prabodh2, Pillai Vignesh3, Prof. Rajeshri Aneesh4
1,2,3
Department of Computer Engineering, Pillai HOC College of Engineering and Technology, Rasayani,
Maharashtra, India
4
Professor, Department of Computer Engineering, Pillai HOC College of Engineering and Technology, Rasayani,
Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Waste management is a method of treatment of solid waste which includes its collection, transport, treatment & its
disposal. The total waste generated is increasing by a large amount day by day. With the increase in population of mankind, it
is expected to grow in ten-folds in the future. Managing such huge number of wastes is a global issue. In order to tackle this
problem, we have developed a smart waste management for solid waste using IoT and Cloud Computing. In the proposed
system, we have a developed a smart waste bin equipped with ultrasonic sensors which detects waste & gas sensor which
detect the harmful greenhouse gases. Once the bin is full, this data is sent to the local municipal authorities. The data analytics
of the waste is done through cloud. The citizens can also get real-time status of the waste through our mobile application
therebynotifying the relevant authorities.
Key Words: Waste, IoT, Cloud Computing, Ultrasonic Sensor, Gas Sensor
1. INTRODUCTION
Solid waste is nothing but trash items that are discarded by the people. They can be recyclable, non-recyclable, perishable,
non-perishable, etc. Solid waste management is nothing but processing of such types of waste so that they can be disposed
of safely. The largest waste in this planet is generated by human beings. The waste generated from different countries
differ on the basis of total waste generated per year. Some areas produce more waste compared to other. Urban areas are
more inclined to produce higher wastes than the rural areas. According to recent survey by World Bank Group [4], the
annual waste generated worldwide is at least 2.01 billion tones and this number is expected to grow to 3.04 billion tones
by 2050. In urban cities, as consumption of resources is more, the total waste generated is big too. The municipal
corporation is set up for managing municipal waste. They collect the trash using pickup trucks once in a day. However, the
waste bins are filled up in short periods of time. The trash starts to overflow. Due to this, the unattended waste bins release
harmful greenhouse gases like CH4(Methane) into the atmosphere. This is bad for the environment and overall hygiene of
that particular area.
There is a need for a proper waste management system that fulfils the objective such as:
- Monitor the level of trash
- Detect the gas generated from thewaste
- Alert the municipal authority of the status of the waste to take action
- Prioritize the areas which require the most attention for pickup.
2. LITERATURE SURVEY
The research on waste management has been carried out several times in the past and some are still in development. Even
before technology came in to the picture, people were discussing onproper methods for treatment ofsolid waste.In paper [1],
the concept of garbage bin monitoring and dynamic scheduling is implemented. It also includes cloud system for collecting
data and organization of waste. In addition to this the location-based monitoring system is introduced in paper [2]. The
status of the bins is shown on a website and the data collected is used for optimizing distribution of the containers. The GPS
module used will be able to display in which location the bin requires the most attention. In paper [3], the toxicity of the
waste is also detected by implementing the gas detection sensor. The Arduino Uno is interfaced between GSM/GPRS module
and the sensors. The website displays the results of the bin level and the toxicity as well as an alert is sent to the mobile
phones. Citizens can submit a complaint to address the situation on the website.
3. METHODOLOGY
In this project, we are using IoT (Internet of Things) along with cloud.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2600
The following components are needed: 1. Arduino Uno microcontroller
2. Arduino Ethernet Shield
3.HC-SR04 Ultrasonic Sensor 4.MQ-4 Gas Sensor
Internet of Things (IoT): With the advent of modern sciences and technology, it is possible to automate certain tasks
which could’ve not been possible earlier. We need to take full advantage of the resources that we have in order to reduce
our workload thereby increasing efficiency. IoT or Internet of Things is a technology that can connect any physical device
to the Internet which enables them for sharing information among another IoT enabled device.
Arduino Uno: It is a microcontroller board based on Microchip ATmega328p microcontroller developed by Arduino.cc. It
has 14 digital pins and 6 analog pins. The Arduino IDE can be used to write programs for the board. The board can be
powered by a type B USB cable or an external 9V battery. The analog and digital sensors can be operated using Arduino
using respective pins.
Fig-1: Arduino Uno
Table - 1: Specifications of Arduino Uno [3]
Parameter Specifications
Operating Voltage 5 Volt DC
Input Voltage 7-12 V
Clock Speed 16 MHz
DC current per I/O pin 40mA
Arduino Ethernet Shield: It is microcontroller board which allows to connect the Arduino board to the internet using
Ethernet Library. It is connected to our Arduino Uno board to send data to Thingspeak.
Fig-2: Arduino Ethernet Shield
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2601
HC-SR04 Ultrasonic Sensor: HC-SR04 is the ultrasonic sensor used for this project. It is used to determine the distance
of an object using sonar. The sensor emits a wave which is reflected back as soon as it comes in contact with an object in
its path.
Fig-3: Ultrasonic Sensor
Table - 2: Specifications of Ultrasonic Sensor [3]
Parameter Specifications
Operating Voltage 5 Volt DC
Operating Current 15 mA
Frequency of Operation 40 Hz
Range 2cm-400cm
MQ4 Gas Sensor: MQ4 is a semiconductor type gas detection sensor. It is mainly used for detecting natural gases like
Methane. This is due to it being sensitive to CH4.
Fig-4: Gas Sensor
Table -3: Specifications of MQ4 Gas Sensor [3]
Parameter Specifications
Operating Voltage 5 Volt DC
Heater Voltage 4.8V - 5.2V
Heater Resistance 28 ohm - 34 ohm
Load Resistance 20K ohm
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2602
Thingspeak: Thingspeak is open-source IoT application that allows us to store data from IoT enabled sensors in the form of
API keys. We can also perform Data Analytics & Data Visualization in the form of bar graphs, charts, etc.
4. IMPLEMENTATION
In this project, we have used IoT and cloud to provide real- time status of the waste bin. It calculates the trash level and the
presence of methane. The ultrasonic sensor and gas sensors are set below the lid of the bin. The Ultrasonic sensor detects
the trash level by sending ultrasonic waves while the gas sensor detects the presence of CH4. This information is sent to
the Arduino board. The Ethernet shield connected to the Arduino Board sends the data to Thingspeak (a cloud platform).
The data analysis and visualization are carried out in the channel. This data can be accessed by the mobile application which
showsthestatusof the bin.
Advantages of the system are: monitoring of garbage in real- time, less accumulation of waste, the amount of greenhouse
gases released in the atmosphere is reduced, efficient use of resources, time-saving.
4.1 FLOWCHART
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2603
4.2 RESULTS
5. CONCLUSION & FUTURE WORK
A strong waste management system indicates a healthier ecosystem for living beings. Using technology and proper
planning, the efforts required to efficiently manage waste is reduced with added alternatives. This system can be further
improved by implementing a system that can automatically classify the type of waste for disposing the more hazardous
ones and recycling the ones that can be done so.
6. REFERENCES
[1] : Sangita S. Chaudhari, Varsha Y. Bhole, “Solid Waste Collection as a Service using IoT-Solution for Smart Cities”, 2018
International Conference on Smart City and Emerging Technology (ICSCET), January 2018.
[2] : Mohammed Adam, Mohammed Elnour Okasha, Omer Mohammed Tawfeeq, Mohammed Awad Margan, Bakri
Nasreldeen, “Waste Management System Using IoT”, International Conference on Computer, Control, Electrical, and
Electronics Engineering, August 2018.
[3] : Rishabh Kumar Singhvi, Roshan LalLohar,AshokKumar, Ranjeet Sharma, Lakhan Dev Sharma, Ritesh Kumar Saraswat,
“IoT Based Smart Waste Management System: India prospective”, 2019 4th International Conference on Internet of
Things: Smart Innovation and Usages (IoT-SIU), April 2019 [4]:https://datatopics.worldbank.org/what-a-
waste/trends_in_solid_waste_management.html

Contenu connexe

Tendances

IRJET- Raspberry Pi Baesd Automated Waste Segregation System
IRJET- Raspberry Pi Baesd Automated Waste Segregation SystemIRJET- Raspberry Pi Baesd Automated Waste Segregation System
IRJET- Raspberry Pi Baesd Automated Waste Segregation SystemIRJET 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- IoT based Air Pollution Monitoring System to Create a Smart Environment
IRJET- IoT based Air Pollution Monitoring System to Create a Smart EnvironmentIRJET- IoT based Air Pollution Monitoring System to Create a Smart Environment
IRJET- IoT based Air Pollution Monitoring System to Create a Smart EnvironmentIRJET Journal
 
SMART DUSTBINS FOR SMART CITIES
SMART DUSTBINS FOR SMART CITIESSMART DUSTBINS FOR SMART CITIES
SMART DUSTBINS FOR SMART CITIESvivatechijri
 
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...IRJET Journal
 
IRJET- IoT based Greenhouse Monitoring using PIC16F877A
IRJET- IoT based Greenhouse Monitoring using PIC16F877AIRJET- IoT based Greenhouse Monitoring using PIC16F877A
IRJET- IoT based Greenhouse Monitoring using PIC16F877AIRJET Journal
 
IoT Based Remote Monitoring and Controlling for Shutter Systems
IoT Based Remote Monitoring and Controlling for Shutter SystemsIoT Based Remote Monitoring and Controlling for Shutter Systems
IoT Based Remote Monitoring and Controlling for Shutter Systemsijtsrd
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine LearningIRJET Journal
 
SOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water MonitoringSOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water Monitoringrahulmonikasharma
 
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- Digital Water Management and Automatic Bill Generation System
IRJET-  	  Digital Water Management and Automatic Bill Generation SystemIRJET-  	  Digital Water Management and Automatic Bill Generation System
IRJET- Digital Water Management and Automatic Bill Generation SystemIRJET Journal
 
IRJET- Automation of Smart Waste Management using IoT
IRJET-  	  Automation of Smart Waste Management using IoTIRJET-  	  Automation of Smart Waste Management using IoT
IRJET- Automation of Smart Waste Management using IoTIRJET 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 Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET Journal
 
IRJET - Smart Gadget Bin for E-Waste Management
IRJET -  	  Smart Gadget Bin for E-Waste ManagementIRJET -  	  Smart Gadget Bin for E-Waste Management
IRJET - Smart Gadget Bin for E-Waste ManagementIRJET Journal
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home Systemijtsrd
 
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
 
ONLINE E-WASTE COLLECTION SYSTEM project Report (Approved)
ONLINE E-WASTE COLLECTION SYSTEM project Report (Approved)ONLINE E-WASTE COLLECTION SYSTEM project Report (Approved)
ONLINE E-WASTE COLLECTION SYSTEM project Report (Approved)Amit Mangukiya
 
IRJET- Automated Waste Monitoring and Segregation for Efficient Recycling
IRJET- Automated Waste Monitoring and Segregation for Efficient RecyclingIRJET- Automated Waste Monitoring and Segregation for Efficient Recycling
IRJET- Automated Waste Monitoring and Segregation for Efficient RecyclingIRJET 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
 

Tendances (20)

IRJET- Raspberry Pi Baesd Automated Waste Segregation System
IRJET- Raspberry Pi Baesd Automated Waste Segregation SystemIRJET- Raspberry Pi Baesd Automated Waste Segregation System
IRJET- Raspberry Pi Baesd Automated Waste Segregation System
 
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- IoT based Air Pollution Monitoring System to Create a Smart Environment
IRJET- IoT based Air Pollution Monitoring System to Create a Smart EnvironmentIRJET- IoT based Air Pollution Monitoring System to Create a Smart Environment
IRJET- IoT based Air Pollution Monitoring System to Create a Smart Environment
 
SMART DUSTBINS FOR SMART CITIES
SMART DUSTBINS FOR SMART CITIESSMART DUSTBINS FOR SMART CITIES
SMART DUSTBINS FOR SMART CITIES
 
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
 
IRJET- IoT based Greenhouse Monitoring using PIC16F877A
IRJET- IoT based Greenhouse Monitoring using PIC16F877AIRJET- IoT based Greenhouse Monitoring using PIC16F877A
IRJET- IoT based Greenhouse Monitoring using PIC16F877A
 
IoT Based Remote Monitoring and Controlling for Shutter Systems
IoT Based Remote Monitoring and Controlling for Shutter SystemsIoT Based Remote Monitoring and Controlling for Shutter Systems
IoT Based Remote Monitoring and Controlling for Shutter Systems
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
 
SOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water MonitoringSOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water Monitoring
 
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- Digital Water Management and Automatic Bill Generation System
IRJET-  	  Digital Water Management and Automatic Bill Generation SystemIRJET-  	  Digital Water Management and Automatic Bill Generation System
IRJET- Digital Water Management and Automatic Bill Generation System
 
IRJET- Automation of Smart Waste Management using IoT
IRJET-  	  Automation of Smart Waste Management using IoTIRJET-  	  Automation of Smart Waste Management using IoT
IRJET- Automation of Smart Waste Management using IoT
 
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 Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
IRJET - Smart Gadget Bin for E-Waste Management
IRJET -  	  Smart Gadget Bin for E-Waste ManagementIRJET -  	  Smart Gadget Bin for E-Waste Management
IRJET - Smart Gadget Bin for E-Waste Management
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home System
 
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...
 
ONLINE E-WASTE COLLECTION SYSTEM project Report (Approved)
ONLINE E-WASTE COLLECTION SYSTEM project Report (Approved)ONLINE E-WASTE COLLECTION SYSTEM project Report (Approved)
ONLINE E-WASTE COLLECTION SYSTEM project Report (Approved)
 
IRJET- Automated Waste Monitoring and Segregation for Efficient Recycling
IRJET- Automated Waste Monitoring and Segregation for Efficient RecyclingIRJET- Automated Waste Monitoring and Segregation for Efficient Recycling
IRJET- Automated Waste Monitoring and Segregation for Efficient Recycling
 
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
 

Similaire à IRJET - Solid Waste Monitoring using IoT

IRJET - Smart Dustbin for Smart Cities
IRJET -  	  Smart Dustbin for Smart CitiesIRJET -  	  Smart Dustbin for Smart Cities
IRJET - Smart Dustbin for Smart CitiesIRJET Journal
 
A SURVEY APPLICATION OF IOT
A SURVEY  APPLICATION OF IOTA SURVEY  APPLICATION OF IOT
A SURVEY APPLICATION OF IOTRick Vogel
 
IRJET- Smart Waste Management System using IoT for Smart Cities
IRJET-  	  Smart Waste Management System using IoT for Smart CitiesIRJET-  	  Smart Waste Management System using IoT for Smart Cities
IRJET- Smart Waste Management System using IoT for Smart CitiesIRJET Journal
 
A Survey: Application of IOT
A Survey: Application of IOTA Survey: Application of IOT
A Survey: Application of IOTIRJET 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 - 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- Garbage Waste Monitoring and Management in Smart Cities
IRJET- Garbage Waste Monitoring and Management in Smart CitiesIRJET- Garbage Waste Monitoring and Management in Smart Cities
IRJET- Garbage Waste Monitoring and Management in Smart CitiesIRJET 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- 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 based on IoT
IRJET- Waste Management System based on IoTIRJET- Waste Management System based on IoT
IRJET- Waste Management System based on IoTIRJET 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 - Live and Smart Agriculture
IRJET - Live and Smart AgricultureIRJET - Live and Smart Agriculture
IRJET - Live and Smart AgricultureIRJET Journal
 
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- LORA based Solid Waste Management
IRJET- LORA based Solid Waste ManagementIRJET- LORA based Solid Waste Management
IRJET- LORA based Solid Waste ManagementIRJET 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- 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
 
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...IRJET Journal
 
IRJET - Municipal Waste Handling using IoT
IRJET -  	  Municipal Waste Handling using IoTIRJET -  	  Municipal Waste Handling using IoT
IRJET - Municipal Waste Handling using IoTIRJET 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
 

Similaire à IRJET - Solid Waste Monitoring using IoT (20)

IRJET - Smart Dustbin for Smart Cities
IRJET -  	  Smart Dustbin for Smart CitiesIRJET -  	  Smart Dustbin for Smart Cities
IRJET - Smart Dustbin for Smart Cities
 
A SURVEY APPLICATION OF IOT
A SURVEY  APPLICATION OF IOTA SURVEY  APPLICATION OF IOT
A SURVEY APPLICATION OF IOT
 
IRJET- Smart Waste Management System using IoT for Smart Cities
IRJET-  	  Smart Waste Management System using IoT for Smart CitiesIRJET-  	  Smart Waste Management System using IoT for Smart Cities
IRJET- Smart Waste Management System using IoT for Smart Cities
 
A Survey: Application of IOT
A Survey: Application of IOTA Survey: Application of IOT
A Survey: Application of IOT
 
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 - 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- Garbage Waste Monitoring and Management in Smart Cities
IRJET- Garbage Waste Monitoring and Management in Smart CitiesIRJET- Garbage Waste Monitoring and Management in Smart Cities
IRJET- Garbage Waste Monitoring and Management in Smart Cities
 
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- 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 based on IoT
IRJET- Waste Management System based on IoTIRJET- Waste Management System based on IoT
IRJET- Waste Management System based on IoT
 
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- Smart Bin
IRJET- Smart BinIRJET- Smart Bin
IRJET- Smart Bin
 
IRJET - Live and Smart Agriculture
IRJET - Live and Smart AgricultureIRJET - Live and Smart Agriculture
IRJET - Live and Smart Agriculture
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOT
 
IRJET- LORA based Solid Waste Management
IRJET- LORA based Solid Waste ManagementIRJET- LORA based Solid Waste Management
IRJET- LORA based Solid Waste Management
 
IRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with Thingspeak
 
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
 
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
 
IRJET - Municipal Waste Handling using IoT
IRJET -  	  Municipal Waste Handling using IoTIRJET -  	  Municipal Waste Handling using IoT
IRJET - Municipal Waste Handling using IoT
 
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
 

Plus 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
 

Plus 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...
 

Dernier

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 

Dernier (20)

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 

IRJET - Solid Waste Monitoring using IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2599 Solid Waste Monitoring using IoT Patil Mitesh1, Patil Prabodh2, Pillai Vignesh3, Prof. Rajeshri Aneesh4 1,2,3 Department of Computer Engineering, Pillai HOC College of Engineering and Technology, Rasayani, Maharashtra, India 4 Professor, Department of Computer Engineering, Pillai HOC College of Engineering and Technology, Rasayani, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Waste management is a method of treatment of solid waste which includes its collection, transport, treatment & its disposal. The total waste generated is increasing by a large amount day by day. With the increase in population of mankind, it is expected to grow in ten-folds in the future. Managing such huge number of wastes is a global issue. In order to tackle this problem, we have developed a smart waste management for solid waste using IoT and Cloud Computing. In the proposed system, we have a developed a smart waste bin equipped with ultrasonic sensors which detects waste & gas sensor which detect the harmful greenhouse gases. Once the bin is full, this data is sent to the local municipal authorities. The data analytics of the waste is done through cloud. The citizens can also get real-time status of the waste through our mobile application therebynotifying the relevant authorities. Key Words: Waste, IoT, Cloud Computing, Ultrasonic Sensor, Gas Sensor 1. INTRODUCTION Solid waste is nothing but trash items that are discarded by the people. They can be recyclable, non-recyclable, perishable, non-perishable, etc. Solid waste management is nothing but processing of such types of waste so that they can be disposed of safely. The largest waste in this planet is generated by human beings. The waste generated from different countries differ on the basis of total waste generated per year. Some areas produce more waste compared to other. Urban areas are more inclined to produce higher wastes than the rural areas. According to recent survey by World Bank Group [4], the annual waste generated worldwide is at least 2.01 billion tones and this number is expected to grow to 3.04 billion tones by 2050. In urban cities, as consumption of resources is more, the total waste generated is big too. The municipal corporation is set up for managing municipal waste. They collect the trash using pickup trucks once in a day. However, the waste bins are filled up in short periods of time. The trash starts to overflow. Due to this, the unattended waste bins release harmful greenhouse gases like CH4(Methane) into the atmosphere. This is bad for the environment and overall hygiene of that particular area. There is a need for a proper waste management system that fulfils the objective such as: - Monitor the level of trash - Detect the gas generated from thewaste - Alert the municipal authority of the status of the waste to take action - Prioritize the areas which require the most attention for pickup. 2. LITERATURE SURVEY The research on waste management has been carried out several times in the past and some are still in development. Even before technology came in to the picture, people were discussing onproper methods for treatment ofsolid waste.In paper [1], the concept of garbage bin monitoring and dynamic scheduling is implemented. It also includes cloud system for collecting data and organization of waste. In addition to this the location-based monitoring system is introduced in paper [2]. The status of the bins is shown on a website and the data collected is used for optimizing distribution of the containers. The GPS module used will be able to display in which location the bin requires the most attention. In paper [3], the toxicity of the waste is also detected by implementing the gas detection sensor. The Arduino Uno is interfaced between GSM/GPRS module and the sensors. The website displays the results of the bin level and the toxicity as well as an alert is sent to the mobile phones. Citizens can submit a complaint to address the situation on the website. 3. METHODOLOGY In this project, we are using IoT (Internet of Things) along with cloud.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2600 The following components are needed: 1. Arduino Uno microcontroller 2. Arduino Ethernet Shield 3.HC-SR04 Ultrasonic Sensor 4.MQ-4 Gas Sensor Internet of Things (IoT): With the advent of modern sciences and technology, it is possible to automate certain tasks which could’ve not been possible earlier. We need to take full advantage of the resources that we have in order to reduce our workload thereby increasing efficiency. IoT or Internet of Things is a technology that can connect any physical device to the Internet which enables them for sharing information among another IoT enabled device. Arduino Uno: It is a microcontroller board based on Microchip ATmega328p microcontroller developed by Arduino.cc. It has 14 digital pins and 6 analog pins. The Arduino IDE can be used to write programs for the board. The board can be powered by a type B USB cable or an external 9V battery. The analog and digital sensors can be operated using Arduino using respective pins. Fig-1: Arduino Uno Table - 1: Specifications of Arduino Uno [3] Parameter Specifications Operating Voltage 5 Volt DC Input Voltage 7-12 V Clock Speed 16 MHz DC current per I/O pin 40mA Arduino Ethernet Shield: It is microcontroller board which allows to connect the Arduino board to the internet using Ethernet Library. It is connected to our Arduino Uno board to send data to Thingspeak. Fig-2: Arduino Ethernet Shield
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2601 HC-SR04 Ultrasonic Sensor: HC-SR04 is the ultrasonic sensor used for this project. It is used to determine the distance of an object using sonar. The sensor emits a wave which is reflected back as soon as it comes in contact with an object in its path. Fig-3: Ultrasonic Sensor Table - 2: Specifications of Ultrasonic Sensor [3] Parameter Specifications Operating Voltage 5 Volt DC Operating Current 15 mA Frequency of Operation 40 Hz Range 2cm-400cm MQ4 Gas Sensor: MQ4 is a semiconductor type gas detection sensor. It is mainly used for detecting natural gases like Methane. This is due to it being sensitive to CH4. Fig-4: Gas Sensor Table -3: Specifications of MQ4 Gas Sensor [3] Parameter Specifications Operating Voltage 5 Volt DC Heater Voltage 4.8V - 5.2V Heater Resistance 28 ohm - 34 ohm Load Resistance 20K ohm
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2602 Thingspeak: Thingspeak is open-source IoT application that allows us to store data from IoT enabled sensors in the form of API keys. We can also perform Data Analytics & Data Visualization in the form of bar graphs, charts, etc. 4. IMPLEMENTATION In this project, we have used IoT and cloud to provide real- time status of the waste bin. It calculates the trash level and the presence of methane. The ultrasonic sensor and gas sensors are set below the lid of the bin. The Ultrasonic sensor detects the trash level by sending ultrasonic waves while the gas sensor detects the presence of CH4. This information is sent to the Arduino board. The Ethernet shield connected to the Arduino Board sends the data to Thingspeak (a cloud platform). The data analysis and visualization are carried out in the channel. This data can be accessed by the mobile application which showsthestatusof the bin. Advantages of the system are: monitoring of garbage in real- time, less accumulation of waste, the amount of greenhouse gases released in the atmosphere is reduced, efficient use of resources, time-saving. 4.1 FLOWCHART
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2603 4.2 RESULTS 5. CONCLUSION & FUTURE WORK A strong waste management system indicates a healthier ecosystem for living beings. Using technology and proper planning, the efforts required to efficiently manage waste is reduced with added alternatives. This system can be further improved by implementing a system that can automatically classify the type of waste for disposing the more hazardous ones and recycling the ones that can be done so. 6. REFERENCES [1] : Sangita S. Chaudhari, Varsha Y. Bhole, “Solid Waste Collection as a Service using IoT-Solution for Smart Cities”, 2018 International Conference on Smart City and Emerging Technology (ICSCET), January 2018. [2] : Mohammed Adam, Mohammed Elnour Okasha, Omer Mohammed Tawfeeq, Mohammed Awad Margan, Bakri Nasreldeen, “Waste Management System Using IoT”, International Conference on Computer, Control, Electrical, and Electronics Engineering, August 2018. [3] : Rishabh Kumar Singhvi, Roshan LalLohar,AshokKumar, Ranjeet Sharma, Lakhan Dev Sharma, Ritesh Kumar Saraswat, “IoT Based Smart Waste Management System: India prospective”, 2019 4th International Conference on Internet of Things: Smart Innovation and Usages (IoT-SIU), April 2019 [4]:https://datatopics.worldbank.org/what-a- waste/trends_in_solid_waste_management.html