SlideShare a Scribd company logo
1 of 22
WASTE MANAGEMENT AND
RECYCLING USING
ARDUINO
Presented by
VIGNESH K
CONTENT
 ABSTRACT
 PROBLEM STATEMENT
 IDEA
 COMPONENTS
 WORKING PRINCIPLE
 BLOCK DIAGRAM
 USAGE OF WASTE
 SAMPLE PROGRAM
 FUTURE SCOPE
 CONCLUSION
 REFERENCE
ABSTRACT
This project presentation mainly based on waste
separation based on the dry and wet by using
electronic gadget .
Rapidly growing solid waste like pieces of glass,
paper, metallic materials and wet wastes etc.,
we explain about the separation of various waste
and usage of the waste by the process of recycling .
PROBLEM STATEMENT
Waste management plays the vital role in
sustainable development in all nations , many modern
technologies are used in waste management , in that
sorting of the waste is the issue in today's society.
Recycling and reducing the waste in
the environment to clean the society.
Here by using the ARDUNIO
and few components ,we make it as
an automated system
IDEA
using various high-tech sensors and belt conveyors.
Various features involved in the system are,
 High tech sensors
 RFID (Radio frequency identification) technology
 Uninterrupted operation using UPS.
 Servo motor
 Eco –friendly
The Waste management using
ARDUINO to separate various
garbage like Metal, Glasses,
Plastics (Polymer, Polystyrene),
Paper, Linen By
COMPONENTS
 Type of sensors :
 Inductive sensor
 IR sensor
 Capacitive detector sensor
 Moisture sensor
 Conveyor belt
 ARDUINO
 Dc motor
 Storage
1.TYPE OF SENSORS:
Moisture Sensor :
The moisture sensor is used to
measure the water content(moisture) of soil.
when the soil is having water
shortage , the module output is at high level, else the
output is at low level.
The sensor is basically used to
separate the organic waste from the dry waste.
This sensor reminds the user to
water their plants and also monitors the moisture
content of soil.
Inductive sensor :
An inductive sensor is a device that
uses the principle of electromagnetic induction to detect
or measure objects. It is used for positioning and
detection of metal objects.
IR sensor:
A passive infrared sensor is an electronic
sensor that measures infrared light radiating from
objects in its field of view.
The basic concept of an infrared sensor
which is used as obstacle detector is to transmit an
infrared signal bounce from the surface of the object.
Capacitive detector sensor :
Capacitive sensors are used for non-contact detection of
metallic objects & non-metallic objects.
The oscillate of the object on the target material were
close to the sensor face.
The capacitance of the capacitor in the
face of the sensor is oscillated the circuit to look upon the
process in varying the source.
2.Conveyor belt :
It is mainly used to carry the garbage
and transport one session to another session.
The conveyor system two or more
pulleys within the endless loop on the carrying medium.
Pulleys are powered moving the belt
and material forward.
3. ARDUINO :
ARDUINO is open source electronic
prototyping platform enabling users to create interactive
electronic objects.
ARDUINO boards it consists of both a
physical programmable circuit board and a piece of
software or IDE (Integrated Development Environment)
that runs in the computer, used to write and upload
computer code to the physical board.
ARDUINO is micro-controller board based
on the AT mega 328(datasheet).
It has 14 digital input/output pins which can
be used as PWM outputs, 6 Analog inputs, a 16MHz
ceramic resonator.
“UNO” means one in Italian and named to mark the
upcoming release of ARDUINO 1.0
Developer Arduino.cc
Type Single-Board
microcontroller
CPU Atmel AVR(8-bit)
ARM Cortex-M3(32-bit)
Intel Quark(x86) (32-bit)
Memory SRAM Flash, EEPROM
4. DC MOTOR :
DC motor convert the electric
energy into mechanical energy when the current flows
through wires the magnetic field is generated this
magnetic field.
The interaction of these two forces
produces the movement of the shaft and motor develops
the motion with the help of some magnets.
The larger DC motors are used in
propulsion of electrical vehicles, elevator and Belt
conveyor.
5. Storage :
ARDUINO is an open source computer
hardware and software company.
The ARDUINO community refers to the
project and user community that design and utilizes micro-
controller based developed boards.
These development boards are known as
ARDUINO Modules, which are open-source prototyping
flat form.
The simplified micro-controller board
comes in a variety of development board packages.
The ARDUINO IDE, which utilizes the
embedded C programming language.
WORKING PRINCIPLE
The garbage is first collected from various
areas, it is poured into the conveyor. First, the wet
sensor detects the garbage moisture, if the
moisture is high the garbage is dried and let
continued in the process of separation, if all is set at
correct moisture and by using various sensor the
garbage is separated as wood, paper, plastic,
metallic etc and collected in the separate cylinders.
The waste that is stored can be used for some
other recycle purpose.
BLOCK DIAGRAM
ARDUINO
I
N
P
U
T
M
O
D
U
L
E
O
U
T
P
U
T
M
O
D
U
L
E
SENSOR 1
SENSOR 2
SENSOR 3
SENSOR 4
CYLINDER 1
CYLINDER 2
CYLINDER 3
CYLINDER 4
USAGE OF WASTE
 METALLIC WASTE:
Metal can be recycled over and over without altering
its properties. The most common recyclable metals include
aluminum and steel. The other metals for example silver, copper,
brass and gold are so valuable that they are rarely thrown away
to be collected for recycling.
 GLASS MATERIAL:
The glass is sorted by colour and washed to
remove any impurities. The glass is then crushed and
melted, then moulded into new products such as bottles
and jars. Glass does not degrade through
the recycling process, so it can be recycled again and
again.
 PAPER MATERIAL:
The separated paper is then washed with
soapy water to remove inks, plastic film, staples
and glue. The slurry is spread using large rollers
into large thin sheets and reused.
 PLASTIC MATERIAL:
Plastic recycling is the process of
recovering different types of plastic material in
order to reprocess them into varied other products,
unlike their original form. An item made out
of plastic is recycled into a different product, which
usually cannot be recycled again.
SAMPLE PROGRAM
#include
Servo servo;
int trigPin = 2;
int echoPin = 3;
int servoPin = 9;
long duration, dist, average;
long aver[3];
void setup() {
servo.attach(servoPin);
pinMode(trigPin, OUTPUT);
pinMode(echoPin, INPUT);
servo.write(0);
delay(1000);
servo.detach();
}
Void measure(){
Digitalwrite(trigpin low);
Delaymicrosecond(5)
digitalWrite(trigPin, HIGH);
delayMicroseconds(15);
digitalWrite(trigPin, LOW);
pinMode(echoPin, INPUT);
duration = pulseIn(echoPin, HIGH);
dist = (duration/2) / 29.1;
}void loop() {
for (int i=0;i<=2;i++) {
measure();
aver[i]=dist;
delay(50);
} dist=(aver[0]+aver[1]+aver[2])/3;
if ( dist<40 ) {
servo.write(0);
delay(1000);
servo.detach();
}
}
FUTURE SCOPE
 Use of ADRUINO has added
advantages like reduction in
manpower with improved
accuracy and speed of waste
management, also avoiding the risk of
working at hazardous places.
 This system can be implemented at
the municipal level or in some small-
scale industries to segregate out the
metallic, plastic, glass and paper
wastes more efficiently at an
affordable cost.
CONCLUSION
 In Future, the work can be implemented by making
use of an IOT to pick and place certain materials
which can be re-used. Also, limit sensors can be
placed at the top of each of the collecting bins to
unload them when they are full.
 The use of ARDUINO gives this project a vast
scope for future. We can implement additional
sensors to detect more objects.
REFERENCE
 WASTE MANAGEMENT AND RECYCLING USING ARDUINO Viji
R1, Vignesh K2, ThamaraiSelvi G3, Reshmashree M K4 ,coimbatore.
 Amrutha Chandramohan, Joyal Mendonca, Nikhil Ravi Shankar,
Nikhil U Baheti, NitinKumar Krishnan Suma M S, “Automated Waste
Segregator”,RashtreeyaVidyalayaCollege Of Engineering (R.V.C.E)
 International Journal on Emerging Technologies (Special Issue on
ICRIET-2016) 7(2): 265-268(2016)
 Advance in Electronic and Electric Engineering ISSN 2231-1297,
Volume 3. Number 1 (2013), pp. 107-112
 International Journal of Advances in Electronics and Computer
Science, ISSN: 2393-2835 Volume-3, Issue-1, Jan.-2016

More Related Content

What's hot

Electronic Waste Management - Challenges and Solutions
Electronic Waste Management - Challenges and SolutionsElectronic Waste Management - Challenges and Solutions
Electronic Waste Management - Challenges and SolutionsRudradityo Saha
 
Smart automated irrigation system ppt
Smart automated irrigation system pptSmart automated irrigation system ppt
Smart automated irrigation system pptAutoNextAutoHub
 
smart dustbin iot implementation
smart dustbin iot implementationsmart dustbin iot implementation
smart dustbin iot implementationnitinkumar6553
 
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
 
Automatic plant watering using arduinos
Automatic plant watering using arduinosAutomatic plant watering using arduinos
Automatic plant watering using arduinosMuhammadFazilMemon
 
Robotic car project presentation
Robotic car project presentationRobotic car project presentation
Robotic car project presentationAkshay Parmar
 
Garbage Monitoring System using Arduino
Garbage Monitoring System using ArduinoGarbage Monitoring System using Arduino
Garbage Monitoring System using Arduinoijtsrd
 
Autonomous vacuum cleaning robot
Autonomous vacuum cleaning robotAutonomous vacuum cleaning robot
Autonomous vacuum cleaning robotMohit Nagar
 
HUMAN FOLLOWING ROBOT
HUMAN FOLLOWING ROBOTHUMAN FOLLOWING ROBOT
HUMAN FOLLOWING ROBOTHaris946223
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robotRahuldey1991
 
Voice Recognition Car
Voice Recognition CarVoice Recognition Car
Voice Recognition Carrchovatiya
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTMayur Rahangdale
 
automatic Rain sensing windshield wiper ppt
automatic Rain sensingwindshieldwiper pptautomatic Rain sensingwindshieldwiper ppt
automatic Rain sensing windshield wiper pptantivirusspam
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptRanjan Gupta
 
Water purification system
Water purification system   Water purification system
Water purification system anteneh belayneh
 
Shiv smart door ppt
Shiv smart door pptShiv smart door ppt
Shiv smart door pptMahesh Patil
 

What's hot (20)

Smart dustbin
Smart dustbinSmart dustbin
Smart dustbin
 
Electronic Waste Management - Challenges and Solutions
Electronic Waste Management - Challenges and SolutionsElectronic Waste Management - Challenges and Solutions
Electronic Waste Management - Challenges and Solutions
 
Smart automated irrigation system ppt
Smart automated irrigation system pptSmart automated irrigation system ppt
Smart automated irrigation system ppt
 
smart dustbin iot implementation
smart dustbin iot implementationsmart dustbin iot implementation
smart dustbin iot implementation
 
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
 
Automatic plant watering using arduinos
Automatic plant watering using arduinosAutomatic plant watering using arduinos
Automatic plant watering using arduinos
 
final project ppt
final project pptfinal project ppt
final project ppt
 
Robotic car project presentation
Robotic car project presentationRobotic car project presentation
Robotic car project presentation
 
Water Analysis & Test Method
Water Analysis & Test MethodWater Analysis & Test Method
Water Analysis & Test Method
 
Garbage Monitoring System using Arduino
Garbage Monitoring System using ArduinoGarbage Monitoring System using Arduino
Garbage Monitoring System using Arduino
 
Arduino
ArduinoArduino
Arduino
 
Autonomous vacuum cleaning robot
Autonomous vacuum cleaning robotAutonomous vacuum cleaning robot
Autonomous vacuum cleaning robot
 
HUMAN FOLLOWING ROBOT
HUMAN FOLLOWING ROBOTHUMAN FOLLOWING ROBOT
HUMAN FOLLOWING ROBOT
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robot
 
Voice Recognition Car
Voice Recognition CarVoice Recognition Car
Voice Recognition Car
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOT
 
automatic Rain sensing windshield wiper ppt
automatic Rain sensingwindshieldwiper pptautomatic Rain sensingwindshieldwiper ppt
automatic Rain sensing windshield wiper ppt
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System ppt
 
Water purification system
Water purification system   Water purification system
Water purification system
 
Shiv smart door ppt
Shiv smart door pptShiv smart door ppt
Shiv smart door ppt
 

Similar to Waste management

Arduino-Based Smart Dustbin - Hemant Verma - Google Docs.pdf
Arduino-Based Smart Dustbin - Hemant Verma - Google Docs.pdfArduino-Based Smart Dustbin - Hemant Verma - Google Docs.pdf
Arduino-Based Smart Dustbin - Hemant Verma - Google Docs.pdfHEMANTVERMA6592
 
VAISHNO KANPUR INSTITUTE OF TECHNOLOGY PPT.pptx
VAISHNO KANPUR INSTITUTE OF TECHNOLOGY PPT.pptxVAISHNO KANPUR INSTITUTE OF TECHNOLOGY PPT.pptx
VAISHNO KANPUR INSTITUTE OF TECHNOLOGY PPT.pptxRuchi843636
 
IRJET - Automated Waste Segregator System
IRJET - Automated Waste Segregator SystemIRJET - Automated Waste Segregator System
IRJET - Automated Waste Segregator SystemIRJET Journal
 
Project Instrumentation (Smart Trashbin)
Project Instrumentation (Smart Trashbin)Project Instrumentation (Smart Trashbin)
Project Instrumentation (Smart Trashbin)handymg
 
Color Sensor.pptx
Color Sensor.pptxColor Sensor.pptx
Color Sensor.pptxRituSachan2
 
Gas Detection Alarm system using Arduino
Gas Detection Alarm system using ArduinoGas Detection Alarm system using Arduino
Gas Detection Alarm system using ArduinoRohanMistry15
 
IRJET- Iot Based Smart Management
IRJET- Iot Based Smart ManagementIRJET- Iot Based Smart Management
IRJET- Iot Based Smart ManagementIRJET Journal
 
Smart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve RoadsSmart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve RoadsIRJET Journal
 
Arduino based Wastage Segregator for Efficient Waste Management
Arduino based Wastage Segregator for Efficient Waste ManagementArduino based Wastage Segregator for Efficient Waste Management
Arduino based Wastage Segregator for Efficient Waste Managementijtsrd
 
AUTOMATED WASTE SEGREGATOR
AUTOMATED WASTE SEGREGATORAUTOMATED WASTE SEGREGATOR
AUTOMATED WASTE SEGREGATOREmma Burke
 
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET Journal
 
Digital Tachometer using Aurdino
Digital Tachometer using AurdinoDigital Tachometer using Aurdino
Digital Tachometer using Aurdinoijtsrd
 
IRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET Journal
 
Instrumentasi project smart house (Smart Trashbin)
Instrumentasi project smart house (Smart Trashbin)Instrumentasi project smart house (Smart Trashbin)
Instrumentasi project smart house (Smart Trashbin)risanads97
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blindsAmbikaR4
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIJMTST Journal
 

Similar to Waste management (20)

Arduino-Based Smart Dustbin - Hemant Verma - Google Docs.pdf
Arduino-Based Smart Dustbin - Hemant Verma - Google Docs.pdfArduino-Based Smart Dustbin - Hemant Verma - Google Docs.pdf
Arduino-Based Smart Dustbin - Hemant Verma - Google Docs.pdf
 
el ppt second sem.pptx
el ppt second sem.pptxel ppt second sem.pptx
el ppt second sem.pptx
 
VAISHNO KANPUR INSTITUTE OF TECHNOLOGY PPT.pptx
VAISHNO KANPUR INSTITUTE OF TECHNOLOGY PPT.pptxVAISHNO KANPUR INSTITUTE OF TECHNOLOGY PPT.pptx
VAISHNO KANPUR INSTITUTE OF TECHNOLOGY PPT.pptx
 
IRJET - Automated Waste Segregator System
IRJET - Automated Waste Segregator SystemIRJET - Automated Waste Segregator System
IRJET - Automated Waste Segregator System
 
Project Instrumentation (Smart Trashbin)
Project Instrumentation (Smart Trashbin)Project Instrumentation (Smart Trashbin)
Project Instrumentation (Smart Trashbin)
 
iot project Smart dustbin ppt.pptx
iot project Smart dustbin ppt.pptxiot project Smart dustbin ppt.pptx
iot project Smart dustbin ppt.pptx
 
Color Sensor.pptx
Color Sensor.pptxColor Sensor.pptx
Color Sensor.pptx
 
Gas Detection Alarm system using Arduino
Gas Detection Alarm system using ArduinoGas Detection Alarm system using Arduino
Gas Detection Alarm system using Arduino
 
IRJET- Iot Based Smart Management
IRJET- Iot Based Smart ManagementIRJET- Iot Based Smart Management
IRJET- Iot Based Smart Management
 
Smart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve RoadsSmart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve Roads
 
Arduino based Wastage Segregator for Efficient Waste Management
Arduino based Wastage Segregator for Efficient Waste ManagementArduino based Wastage Segregator for Efficient Waste Management
Arduino based Wastage Segregator for Efficient Waste Management
 
4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT
 
Arduino radar system
Arduino radar systemArduino radar system
Arduino radar system
 
AUTOMATED WASTE SEGREGATOR
AUTOMATED WASTE SEGREGATORAUTOMATED WASTE SEGREGATOR
AUTOMATED WASTE SEGREGATOR
 
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
 
Digital Tachometer using Aurdino
Digital Tachometer using AurdinoDigital Tachometer using Aurdino
Digital Tachometer using Aurdino
 
IRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with Thingspeak
 
Instrumentasi project smart house (Smart Trashbin)
Instrumentasi project smart house (Smart Trashbin)Instrumentasi project smart house (Smart Trashbin)
Instrumentasi project smart house (Smart Trashbin)
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blinds
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly System
 

Recently uploaded

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 

Waste management

  • 1. WASTE MANAGEMENT AND RECYCLING USING ARDUINO Presented by VIGNESH K
  • 2. CONTENT  ABSTRACT  PROBLEM STATEMENT  IDEA  COMPONENTS  WORKING PRINCIPLE  BLOCK DIAGRAM  USAGE OF WASTE  SAMPLE PROGRAM  FUTURE SCOPE  CONCLUSION  REFERENCE
  • 3. ABSTRACT This project presentation mainly based on waste separation based on the dry and wet by using electronic gadget . Rapidly growing solid waste like pieces of glass, paper, metallic materials and wet wastes etc., we explain about the separation of various waste and usage of the waste by the process of recycling .
  • 4. PROBLEM STATEMENT Waste management plays the vital role in sustainable development in all nations , many modern technologies are used in waste management , in that sorting of the waste is the issue in today's society. Recycling and reducing the waste in the environment to clean the society. Here by using the ARDUNIO and few components ,we make it as an automated system
  • 5. IDEA using various high-tech sensors and belt conveyors. Various features involved in the system are,  High tech sensors  RFID (Radio frequency identification) technology  Uninterrupted operation using UPS.  Servo motor  Eco –friendly The Waste management using ARDUINO to separate various garbage like Metal, Glasses, Plastics (Polymer, Polystyrene), Paper, Linen By
  • 6. COMPONENTS  Type of sensors :  Inductive sensor  IR sensor  Capacitive detector sensor  Moisture sensor  Conveyor belt  ARDUINO  Dc motor  Storage
  • 7. 1.TYPE OF SENSORS: Moisture Sensor : The moisture sensor is used to measure the water content(moisture) of soil. when the soil is having water shortage , the module output is at high level, else the output is at low level. The sensor is basically used to separate the organic waste from the dry waste. This sensor reminds the user to water their plants and also monitors the moisture content of soil.
  • 8. Inductive sensor : An inductive sensor is a device that uses the principle of electromagnetic induction to detect or measure objects. It is used for positioning and detection of metal objects. IR sensor: A passive infrared sensor is an electronic sensor that measures infrared light radiating from objects in its field of view. The basic concept of an infrared sensor which is used as obstacle detector is to transmit an infrared signal bounce from the surface of the object.
  • 9. Capacitive detector sensor : Capacitive sensors are used for non-contact detection of metallic objects & non-metallic objects. The oscillate of the object on the target material were close to the sensor face. The capacitance of the capacitor in the face of the sensor is oscillated the circuit to look upon the process in varying the source.
  • 10. 2.Conveyor belt : It is mainly used to carry the garbage and transport one session to another session. The conveyor system two or more pulleys within the endless loop on the carrying medium. Pulleys are powered moving the belt and material forward.
  • 11. 3. ARDUINO : ARDUINO is open source electronic prototyping platform enabling users to create interactive electronic objects. ARDUINO boards it consists of both a physical programmable circuit board and a piece of software or IDE (Integrated Development Environment) that runs in the computer, used to write and upload computer code to the physical board. ARDUINO is micro-controller board based on the AT mega 328(datasheet). It has 14 digital input/output pins which can be used as PWM outputs, 6 Analog inputs, a 16MHz ceramic resonator.
  • 12. “UNO” means one in Italian and named to mark the upcoming release of ARDUINO 1.0 Developer Arduino.cc Type Single-Board microcontroller CPU Atmel AVR(8-bit) ARM Cortex-M3(32-bit) Intel Quark(x86) (32-bit) Memory SRAM Flash, EEPROM
  • 13. 4. DC MOTOR : DC motor convert the electric energy into mechanical energy when the current flows through wires the magnetic field is generated this magnetic field. The interaction of these two forces produces the movement of the shaft and motor develops the motion with the help of some magnets. The larger DC motors are used in propulsion of electrical vehicles, elevator and Belt conveyor.
  • 14. 5. Storage : ARDUINO is an open source computer hardware and software company. The ARDUINO community refers to the project and user community that design and utilizes micro- controller based developed boards. These development boards are known as ARDUINO Modules, which are open-source prototyping flat form. The simplified micro-controller board comes in a variety of development board packages. The ARDUINO IDE, which utilizes the embedded C programming language.
  • 15. WORKING PRINCIPLE The garbage is first collected from various areas, it is poured into the conveyor. First, the wet sensor detects the garbage moisture, if the moisture is high the garbage is dried and let continued in the process of separation, if all is set at correct moisture and by using various sensor the garbage is separated as wood, paper, plastic, metallic etc and collected in the separate cylinders. The waste that is stored can be used for some other recycle purpose.
  • 16. BLOCK DIAGRAM ARDUINO I N P U T M O D U L E O U T P U T M O D U L E SENSOR 1 SENSOR 2 SENSOR 3 SENSOR 4 CYLINDER 1 CYLINDER 2 CYLINDER 3 CYLINDER 4
  • 17. USAGE OF WASTE  METALLIC WASTE: Metal can be recycled over and over without altering its properties. The most common recyclable metals include aluminum and steel. The other metals for example silver, copper, brass and gold are so valuable that they are rarely thrown away to be collected for recycling.  GLASS MATERIAL: The glass is sorted by colour and washed to remove any impurities. The glass is then crushed and melted, then moulded into new products such as bottles and jars. Glass does not degrade through the recycling process, so it can be recycled again and again.
  • 18.  PAPER MATERIAL: The separated paper is then washed with soapy water to remove inks, plastic film, staples and glue. The slurry is spread using large rollers into large thin sheets and reused.  PLASTIC MATERIAL: Plastic recycling is the process of recovering different types of plastic material in order to reprocess them into varied other products, unlike their original form. An item made out of plastic is recycled into a different product, which usually cannot be recycled again.
  • 19. SAMPLE PROGRAM #include Servo servo; int trigPin = 2; int echoPin = 3; int servoPin = 9; long duration, dist, average; long aver[3]; void setup() { servo.attach(servoPin); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); servo.write(0); delay(1000); servo.detach(); } Void measure(){ Digitalwrite(trigpin low); Delaymicrosecond(5) digitalWrite(trigPin, HIGH); delayMicroseconds(15); digitalWrite(trigPin, LOW); pinMode(echoPin, INPUT); duration = pulseIn(echoPin, HIGH); dist = (duration/2) / 29.1; }void loop() { for (int i=0;i<=2;i++) { measure(); aver[i]=dist; delay(50); } dist=(aver[0]+aver[1]+aver[2])/3; if ( dist<40 ) { servo.write(0); delay(1000); servo.detach(); } }
  • 20. FUTURE SCOPE  Use of ADRUINO has added advantages like reduction in manpower with improved accuracy and speed of waste management, also avoiding the risk of working at hazardous places.  This system can be implemented at the municipal level or in some small- scale industries to segregate out the metallic, plastic, glass and paper wastes more efficiently at an affordable cost.
  • 21. CONCLUSION  In Future, the work can be implemented by making use of an IOT to pick and place certain materials which can be re-used. Also, limit sensors can be placed at the top of each of the collecting bins to unload them when they are full.  The use of ARDUINO gives this project a vast scope for future. We can implement additional sensors to detect more objects.
  • 22. REFERENCE  WASTE MANAGEMENT AND RECYCLING USING ARDUINO Viji R1, Vignesh K2, ThamaraiSelvi G3, Reshmashree M K4 ,coimbatore.  Amrutha Chandramohan, Joyal Mendonca, Nikhil Ravi Shankar, Nikhil U Baheti, NitinKumar Krishnan Suma M S, “Automated Waste Segregator”,RashtreeyaVidyalayaCollege Of Engineering (R.V.C.E)  International Journal on Emerging Technologies (Special Issue on ICRIET-2016) 7(2): 265-268(2016)  Advance in Electronic and Electric Engineering ISSN 2231-1297, Volume 3. Number 1 (2013), pp. 107-112  International Journal of Advances in Electronics and Computer Science, ISSN: 2393-2835 Volume-3, Issue-1, Jan.-2016