SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1128
Automated Waste Monitoring and Segregation for Efficient Recycling
Vaishnavi Shastri1, Prof. S.M. Tayde2, Anil Pachare3, Ashutosh Mukhedkar4
1,2,3,4Department of Electronics Engineering, Vishwakarma Institute of Technology, Pune, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - In the paper, the idea of sorting the garbage according to its dry and wet nature is presented. This is an idea which can
be used as an option for a municipal waste segregator, which can segregate the dumped garbage on the basic level, whichhelps to
reduce the use of higher level equipment. So this is the smart dust bin which can distribute the garbage without using any human
help. In addition to this sorting , another task this project does is sending the message of dustbin status when the bin is full. Here
arduino is used to connect all the sensors together. Using arduino all the motors and sensors are programmed. The main
requirement of the project is moisture sensor, gsm and ultrasonic sensor.
Key Words: moisture sensor, smart bin, gsm, servo motor, dc motor
1. INTRODUCTION
Waste generated globally is increasing day by day as the economy is increasing. As the result of this the solidwaste generation
level is getting higher which is now about 1.3 billion tonnes per year. And it is saidthatitcouldreach2.2billiontonnes peryear
till the year 2025. This says that there will be an increase from per capita waste generation from 1.2 to 1.42kg per headinnext
15 years. In India there are many segregation techniques available for sorting but they are done aftercollectingthe garbage.In
this project, the segregation of waste is done at the basic level only which avoids the extra techniques required afterwards. As
this technique helps us to reuse the recyclable materials and control the unwanted garbage productions. This can also help to
avoid emission of various harmful gases caused by mixing the garbage and overall reduces the garbage production.
2. LITERATURE SURVEY
The press of information bureau states that the overall waste generation of India is 62 million tonnes. And thisvalueincreases
by 4% every year. Here the implementation of separate dustbin is done but is not so useful as the people here lack the
awareness as well as they have ignorance and negligence towards the cleaning. Most of the times in garbage, the wet and dry
waste are thrown together. Because of this even the recyclable substances could not be found.
For eg, when the paper is thrown with wet waste, it won’t be recycled. Because of this, the rates recovery and utilization of
waste in paper mills in India is very low. Due to these low rates, India has to import waste paper as raw material for paper
production. India currently imports waste paper as raw materials for paper production. This project is one of the solutions to
this problem.
The necessary thing to avoid this is sorting the paper and other garbage properly which is done by using this smart bin.Asthis
is done without human help, the human mistakes and the ignorance is neglected.
3. METHODOLOGY
3.2 For garbage segregating:
Figure 1: circuit for segregation
Here, as shown in the figure 1, the waste is getting sorted as dry and wet waste. When the waste is placed on theconveyor belt,
the moisture sensor attached at the start senses the moisture in the waste. If the moisture is above asset value, then such
signals are sent to the arduino. The servo motor which is also programmed through the same arduino, starts rotating. A
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1129
wooden block attached to the servo motor blocks the wet waste traffic and puts it in the dustbin of wet garbage which is
dustbin1.
If the moisture is not above the set value, the servo motor doesn’t rotate and the garbage goes ahead on the conveyor belt and
falls in dry garbage dustbin i.e dustbin 2.Here the conveyor belt is rotated using dc motor.
3.2 Monitoring the garbage level:
Figure 2: circuit for monitoring
As shown in the figure 2, When the dustbins are about to get full, the level of garbage in the bin is detected by the ultrasonic
sensors. As shown in the fig 1, these two sensors are set in both the dustbins to sense and send the details to theArduino.Ifthe
bin is full, the message is sent to the municipal waste department with the location of dustbins usinggsmmodule.Thelocation
is programmed in the Arduino code.
4. BLOCK DIAGRAM
Figure 3: Block diagram for monitoring
Figure above shows the overall block diagramforthegarbagemonitoring.Themain blocksareultrasonicsensor,arduino328p,
power supply, gsm and LCD display. This display is used to show the dustbin status. The other blocks are explained in the
equipment session
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1130
Figure 4: block diagram for segregation
The figure above shows the block diagram for segregation of waste. The main blocks are moisture sensor, servo motor, dc
motor and buzzer. The buzzer is used to indicate the sensing completion. Theother blocksareexplainedin equipmentsession.
5. EQUIPMENTS
5.1 Arduino UNO
Figure 5: Arduino UNO
Arduino uno is a microcontroller ic. It’s a atmega series microcontroller no 328. It has 14 input/output pi ns and
it can be programmed in c and cpp. It has analog as well as digital inputs.
5.2 GSM Module
Figure 6: GSM module
A gsm is a global system for mobile communications. It has a sim slot for simcard. It is used to send the messages from the
simcard. It also has an transmitting antenna.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1131
5.3 Ultrasonic Sensor
Figure 7: ultrasonic sensor
Ultrasonic sensor is basically used to check the level or length. It emits a sound wave at a very high frequency which could not
be heard by human ear. And it measures the distance of the object from to the frequency hits and comes back as an echo. It
basically works as a radar.
5.4 Moisture Sensor
Figure 8: moisture sensor
The moisture sensor is used to measure the volumetric water contents in the object. It is also called as a soil moisture sensor.
The measured property may vary based on soil type and temperature.
5.5 Conveyor Belt
Figure 9: conveyor belt
A conveyor belt is used to as a carrying mechanism. It generally contains two or more pulleys and the endless loop of carrying
mechanism and a conveyor belt rotates around them. .here one of the pulley or both may be powered.Poweredpulleyiscalled
drive pulley and unpowered is called as idler pulley.
5.6 DC Motor
Figure 10: DC motor
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1132
A DC motor is rotary electrical machine which converts the electrical currentintomechanical movement. Itrequiresdcvoltage
source for its operation. They can be of any type as electrical and electromagnetically.
5.7 Servo Motor
Figure 11: servo motor
A servomotor can be called as a rotary actuator or linear actuator. It is used for theprecisecontrol ofangularorlinearposition,
velocity and acceleration. It has of a suitable motor connected to a sensor for position feedback.
6. BUILT-UP SYSTEM
Figure 12: built system
7. CONCLUSION
Using this system we can sort the garbage properly on the basic level only. As well as the dustbins won’t overflow as the
garbage department gets the notification whenever it is about to get full. Using this system we can make the garbage
distribution easier for higher levels. This project is useful for basic level as well as it can be increased to further levels with
more suitable sensors.
REFERENCES
[1] Marloun, Joseph Bryan, Lyra, Dianne Claudinne, John Phillip, ”Standalone frequency based automated trash bin and
segregator of plastic bottles and tin cans”, 2016 IEEE Region 10 Conference (TENCON), 22-25 Nov. 2016.
[2] Fachmin Folianto, Wai Leong Yeow, ”Smartbin: Smart waste management system”, 2015 (ISSNIP), 7-9 April 2015.
[3] Sharanya.A, N. Sriya, Sreeja Kochuvila, ”Automatic waste segregator”, 2017 ICACCI, 13-16 Sept. 2017.
[4] Krishna Nirde, Uttam M. Chaskar, ”IoT based solid waste management system for smart city” ,,(ICICCS) 2017, 15-16 June
2017.
[5] Jia-Wei Lu, Ni-Bin Chang, Li Liao, and Meng-Ying Liao,”Smart and GreenUrbanSolid WasteCollectionSystems:Advances”,
Challenges, and Perspectives,IEEE SYSTEMS JOURNAL, VOL. 11, NO. 4, DECEMBER 2017.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1133
[6] Belin, L. De Boeck, Municipal solid waste collection and management problems: A literature review, Transp. Sci., vol. 48,
no. 1, pp. 78102, Feb. 2014.
[7] G. Ghiani, D. Lagana, E. Manni, R. Musmanno, and D. Vigo, Operations research in solid waste management: A survey of
strategic and tactical issues, Comput. Oper. Res., vol. 44, pp. 2232, April. 2014
[8] J. Teixeira, A. P. Antunes, and J. P. de Sousa, Recyclable waste collection planning case study, Eur. J. Oper. Res., vol.158,no.
3, pp. 543554, Nov. 2004.

More Related Content

What's hot

An Efficient Smart Garbage Disposal System - A Review
An Efficient Smart Garbage Disposal System - A ReviewAn Efficient Smart Garbage Disposal System - A Review
An Efficient Smart Garbage Disposal System - A Review
ijtsrd
 
IoT Based Smart Water Monitoring and Distribution System For An Apartments
IoT Based Smart Water Monitoring and Distribution System For An ApartmentsIoT Based Smart Water Monitoring and Distribution System For An Apartments
IoT Based Smart Water Monitoring and Distribution System For An Apartments
YogeshIJTSRD
 

What's hot (20)

IRJET- Robot to Unclog Sewage Channels
IRJET-  	  Robot to Unclog Sewage ChannelsIRJET-  	  Robot to Unclog Sewage Channels
IRJET- Robot to Unclog Sewage Channels
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of Things
 
An Efficient Smart Garbage Disposal System - A Review
An Efficient Smart Garbage Disposal System - A ReviewAn Efficient Smart Garbage Disposal System - A Review
An Efficient Smart Garbage Disposal System - A Review
 
IRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement SystemIRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement System
 
IRJET - Smart Irrigation System using Bluetooth Module and Arduino
IRJET -  	  Smart Irrigation System using Bluetooth Module and ArduinoIRJET -  	  Smart Irrigation System using Bluetooth Module and Arduino
IRJET - Smart Irrigation System using Bluetooth Module and Arduino
 
IRJET - Smart Village: Betterment Planning and Innovative Strategy using IoT
IRJET - Smart Village: Betterment Planning and Innovative Strategy using IoTIRJET - Smart Village: Betterment Planning and Innovative Strategy using IoT
IRJET - Smart Village: Betterment Planning and Innovative Strategy using IoT
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
 
IRJET - Solid Waste Monitoring using IoT
IRJET - Solid Waste Monitoring using IoTIRJET - Solid Waste Monitoring using IoT
IRJET - Solid Waste Monitoring using IoT
 
76 s201922
76 s20192276 s201922
76 s201922
 
IRJET- Smart Water Meter Reading and Distribution
IRJET-  	  Smart Water Meter Reading and DistributionIRJET-  	  Smart Water Meter Reading and Distribution
IRJET- Smart Water Meter Reading and Distribution
 
IRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with Thingspeak
 
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
 
IRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation SystemIRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation System
 
IRJET- Mystery Dustbin for Waste Segregation
IRJET-  	  Mystery Dustbin for Waste SegregationIRJET-  	  Mystery Dustbin for Waste Segregation
IRJET- Mystery Dustbin for Waste Segregation
 
Smart Water Metering
Smart Water MeteringSmart Water Metering
Smart Water Metering
 
IRJET- A Survey Paper on Dam Management
IRJET-  	  A Survey Paper on Dam ManagementIRJET-  	  A Survey Paper on Dam Management
IRJET- A Survey Paper on Dam Management
 
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
 
SRS and PMP of Smart Bio- Waste Management System
SRS and PMP of Smart Bio- Waste Management SystemSRS and PMP of Smart Bio- Waste Management System
SRS and PMP of Smart Bio- Waste Management System
 
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
 
IoT Based Smart Water Monitoring and Distribution System For An Apartments
IoT Based Smart Water Monitoring and Distribution System For An ApartmentsIoT Based Smart Water Monitoring and Distribution System For An Apartments
IoT Based Smart Water Monitoring and Distribution System For An Apartments
 

Similar to IRJET- Automated Waste Monitoring and Segregation for Efficient Recycling

Similar to IRJET- Automated Waste Monitoring and Segregation for Efficient Recycling (20)

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
 
Robotic Trash Boat
Robotic Trash BoatRobotic Trash Boat
Robotic Trash Boat
 
IRJET- Bluetooth Controlled Vacuum Cleaner
IRJET- Bluetooth Controlled Vacuum CleanerIRJET- Bluetooth Controlled Vacuum Cleaner
IRJET- Bluetooth Controlled Vacuum Cleaner
 
IRJET- Smart Waste Segregator and Monitoring System
IRJET- Smart Waste Segregator and Monitoring SystemIRJET- Smart Waste Segregator and Monitoring System
IRJET- Smart Waste Segregator and Monitoring System
 
Smart Waste Management System
Smart Waste Management SystemSmart Waste Management System
Smart Waste Management System
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOT
 
A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...
A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...
A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...
 
IRJET- Automatic Separation of Municipal Waste using PLC and Smart Hopper
IRJET- Automatic Separation of Municipal Waste using PLC and Smart HopperIRJET- Automatic Separation of Municipal Waste using PLC and Smart Hopper
IRJET- Automatic Separation of Municipal Waste using PLC and Smart Hopper
 
SMART WASTE MANAGEMENT SYSTEM
SMART WASTE MANAGEMENT SYSTEMSMART WASTE MANAGEMENT SYSTEM
SMART WASTE MANAGEMENT SYSTEM
 
Review on Water Garbage Cleaning Robot
Review on Water Garbage Cleaning RobotReview on Water Garbage Cleaning Robot
Review on Water Garbage Cleaning Robot
 
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERWIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
 
IRJET - Automatic Drainage Cleaner
IRJET -  	  Automatic Drainage CleanerIRJET -  	  Automatic Drainage Cleaner
IRJET - Automatic Drainage Cleaner
 
Portable Air Purifier Monitoring And Controlling System
Portable Air Purifier Monitoring And Controlling SystemPortable Air Purifier Monitoring And Controlling System
Portable Air Purifier Monitoring And Controlling System
 
IRJET- Analysis of IoT based Wireless Sensors for Environmental Monitorin...
IRJET-  	  Analysis of IoT based Wireless Sensors for Environmental Monitorin...IRJET-  	  Analysis of IoT based Wireless Sensors for Environmental Monitorin...
IRJET- Analysis of IoT based Wireless Sensors for Environmental Monitorin...
 
IRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using ArduinoIRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using Arduino
 
IRJET - Smart Dustbin for Smart Cities
IRJET -  	  Smart Dustbin for Smart CitiesIRJET -  	  Smart Dustbin for Smart Cities
IRJET - Smart Dustbin for Smart Cities
 
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
 
IRJET- Smart Bin
IRJET- Smart BinIRJET- Smart Bin
IRJET- Smart Bin
 
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- Trash Clearance Management System
IRJET-  	  Trash Clearance Management SystemIRJET-  	  Trash Clearance Management System
IRJET- Trash Clearance Management System
 

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

Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
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
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
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...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
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
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
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, ...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 

IRJET- Automated Waste Monitoring and Segregation for Efficient Recycling

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1128 Automated Waste Monitoring and Segregation for Efficient Recycling Vaishnavi Shastri1, Prof. S.M. Tayde2, Anil Pachare3, Ashutosh Mukhedkar4 1,2,3,4Department of Electronics Engineering, Vishwakarma Institute of Technology, Pune, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - In the paper, the idea of sorting the garbage according to its dry and wet nature is presented. This is an idea which can be used as an option for a municipal waste segregator, which can segregate the dumped garbage on the basic level, whichhelps to reduce the use of higher level equipment. So this is the smart dust bin which can distribute the garbage without using any human help. In addition to this sorting , another task this project does is sending the message of dustbin status when the bin is full. Here arduino is used to connect all the sensors together. Using arduino all the motors and sensors are programmed. The main requirement of the project is moisture sensor, gsm and ultrasonic sensor. Key Words: moisture sensor, smart bin, gsm, servo motor, dc motor 1. INTRODUCTION Waste generated globally is increasing day by day as the economy is increasing. As the result of this the solidwaste generation level is getting higher which is now about 1.3 billion tonnes per year. And it is saidthatitcouldreach2.2billiontonnes peryear till the year 2025. This says that there will be an increase from per capita waste generation from 1.2 to 1.42kg per headinnext 15 years. In India there are many segregation techniques available for sorting but they are done aftercollectingthe garbage.In this project, the segregation of waste is done at the basic level only which avoids the extra techniques required afterwards. As this technique helps us to reuse the recyclable materials and control the unwanted garbage productions. This can also help to avoid emission of various harmful gases caused by mixing the garbage and overall reduces the garbage production. 2. LITERATURE SURVEY The press of information bureau states that the overall waste generation of India is 62 million tonnes. And thisvalueincreases by 4% every year. Here the implementation of separate dustbin is done but is not so useful as the people here lack the awareness as well as they have ignorance and negligence towards the cleaning. Most of the times in garbage, the wet and dry waste are thrown together. Because of this even the recyclable substances could not be found. For eg, when the paper is thrown with wet waste, it won’t be recycled. Because of this, the rates recovery and utilization of waste in paper mills in India is very low. Due to these low rates, India has to import waste paper as raw material for paper production. India currently imports waste paper as raw materials for paper production. This project is one of the solutions to this problem. The necessary thing to avoid this is sorting the paper and other garbage properly which is done by using this smart bin.Asthis is done without human help, the human mistakes and the ignorance is neglected. 3. METHODOLOGY 3.2 For garbage segregating: Figure 1: circuit for segregation Here, as shown in the figure 1, the waste is getting sorted as dry and wet waste. When the waste is placed on theconveyor belt, the moisture sensor attached at the start senses the moisture in the waste. If the moisture is above asset value, then such signals are sent to the arduino. The servo motor which is also programmed through the same arduino, starts rotating. A
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1129 wooden block attached to the servo motor blocks the wet waste traffic and puts it in the dustbin of wet garbage which is dustbin1. If the moisture is not above the set value, the servo motor doesn’t rotate and the garbage goes ahead on the conveyor belt and falls in dry garbage dustbin i.e dustbin 2.Here the conveyor belt is rotated using dc motor. 3.2 Monitoring the garbage level: Figure 2: circuit for monitoring As shown in the figure 2, When the dustbins are about to get full, the level of garbage in the bin is detected by the ultrasonic sensors. As shown in the fig 1, these two sensors are set in both the dustbins to sense and send the details to theArduino.Ifthe bin is full, the message is sent to the municipal waste department with the location of dustbins usinggsmmodule.Thelocation is programmed in the Arduino code. 4. BLOCK DIAGRAM Figure 3: Block diagram for monitoring Figure above shows the overall block diagramforthegarbagemonitoring.Themain blocksareultrasonicsensor,arduino328p, power supply, gsm and LCD display. This display is used to show the dustbin status. The other blocks are explained in the equipment session
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1130 Figure 4: block diagram for segregation The figure above shows the block diagram for segregation of waste. The main blocks are moisture sensor, servo motor, dc motor and buzzer. The buzzer is used to indicate the sensing completion. Theother blocksareexplainedin equipmentsession. 5. EQUIPMENTS 5.1 Arduino UNO Figure 5: Arduino UNO Arduino uno is a microcontroller ic. It’s a atmega series microcontroller no 328. It has 14 input/output pi ns and it can be programmed in c and cpp. It has analog as well as digital inputs. 5.2 GSM Module Figure 6: GSM module A gsm is a global system for mobile communications. It has a sim slot for simcard. It is used to send the messages from the simcard. It also has an transmitting antenna.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1131 5.3 Ultrasonic Sensor Figure 7: ultrasonic sensor Ultrasonic sensor is basically used to check the level or length. It emits a sound wave at a very high frequency which could not be heard by human ear. And it measures the distance of the object from to the frequency hits and comes back as an echo. It basically works as a radar. 5.4 Moisture Sensor Figure 8: moisture sensor The moisture sensor is used to measure the volumetric water contents in the object. It is also called as a soil moisture sensor. The measured property may vary based on soil type and temperature. 5.5 Conveyor Belt Figure 9: conveyor belt A conveyor belt is used to as a carrying mechanism. It generally contains two or more pulleys and the endless loop of carrying mechanism and a conveyor belt rotates around them. .here one of the pulley or both may be powered.Poweredpulleyiscalled drive pulley and unpowered is called as idler pulley. 5.6 DC Motor Figure 10: DC motor
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1132 A DC motor is rotary electrical machine which converts the electrical currentintomechanical movement. Itrequiresdcvoltage source for its operation. They can be of any type as electrical and electromagnetically. 5.7 Servo Motor Figure 11: servo motor A servomotor can be called as a rotary actuator or linear actuator. It is used for theprecisecontrol ofangularorlinearposition, velocity and acceleration. It has of a suitable motor connected to a sensor for position feedback. 6. BUILT-UP SYSTEM Figure 12: built system 7. CONCLUSION Using this system we can sort the garbage properly on the basic level only. As well as the dustbins won’t overflow as the garbage department gets the notification whenever it is about to get full. Using this system we can make the garbage distribution easier for higher levels. This project is useful for basic level as well as it can be increased to further levels with more suitable sensors. REFERENCES [1] Marloun, Joseph Bryan, Lyra, Dianne Claudinne, John Phillip, ”Standalone frequency based automated trash bin and segregator of plastic bottles and tin cans”, 2016 IEEE Region 10 Conference (TENCON), 22-25 Nov. 2016. [2] Fachmin Folianto, Wai Leong Yeow, ”Smartbin: Smart waste management system”, 2015 (ISSNIP), 7-9 April 2015. [3] Sharanya.A, N. Sriya, Sreeja Kochuvila, ”Automatic waste segregator”, 2017 ICACCI, 13-16 Sept. 2017. [4] Krishna Nirde, Uttam M. Chaskar, ”IoT based solid waste management system for smart city” ,,(ICICCS) 2017, 15-16 June 2017. [5] Jia-Wei Lu, Ni-Bin Chang, Li Liao, and Meng-Ying Liao,”Smart and GreenUrbanSolid WasteCollectionSystems:Advances”, Challenges, and Perspectives,IEEE SYSTEMS JOURNAL, VOL. 11, NO. 4, DECEMBER 2017.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1133 [6] Belin, L. De Boeck, Municipal solid waste collection and management problems: A literature review, Transp. Sci., vol. 48, no. 1, pp. 78102, Feb. 2014. [7] G. Ghiani, D. Lagana, E. Manni, R. Musmanno, and D. Vigo, Operations research in solid waste management: A survey of strategic and tactical issues, Comput. Oper. Res., vol. 44, pp. 2232, April. 2014 [8] J. Teixeira, A. P. Antunes, and J. P. de Sousa, Recyclable waste collection planning case study, Eur. J. Oper. Res., vol.158,no. 3, pp. 543554, Nov. 2004.