SlideShare ist ein Scribd-Unternehmen logo
1 von 14
By :
Haris Panca
Muhammad Efantama
Kenanga Ayu Nirmala
This idea we got when we pay attention
to our surroundings clean, some people less
lazy throw away trash in its place amongst other
things because, if we have to throw away trash
pressing or touching the dumpster, therefore we
have an idea to make project of the
instrumentation, entitled "Trash" that can open
and close automatically so that people will dump
need not be touching or tapping the dumpster.
To bring back the community will want to
dispose of the waste in place, some of the trash made
as attractive as possible so that the public are
interested to dump garbage at the venue. One of them,
namely the trash with an automated system where to
open the dumpster, users do not need to touch the
dumpster. Users only need to stand in front of the
Ultrasonic sensors on the front, then the bin will open
automatically. In addition the bin is equipped with LEDs
so that when the bin is open green light will turn on and
when the trash can close the light is red.
Solder
Sciccors
Cutter
Glue
Laptop
Ruler
 Arduino Uno
 Sensor Ultrasonik
 Servo TowerPro SG90
 Buzzer
 Resistor 220Ohm
 LED (Red and Blue)
 PCB
 Acrylic
 Cable (M to M, M to F, and F to F)
 Trash Bin
http://www.farnell.com/datasheets/1682209.pdf
http://www.micropik.com/PDF/SG90Servo.pdf
http://www.micropik.com/PDF/HCSR04.pdf
http://www.tek.com/sites/tek.com/file
s/media/media/resources/Cables2.p
df
• Male to Male
• Male to Female
• Female to Female
#include <Servo.h>
Servo myservo;
#define buzzer 3
int sound;
#define trigPin 11
#define echoPin 10
#define led 6
#define led2 4
void setup() {
Serial.begin (9600);
pinMode(trigPin, OUTPUT);
pinMode(echoPin, INPUT);
pinMode(buzzer, OUTPUT);
pinMode (led, OUTPUT);
pinMode(led2, OUTPUT);
myservo.attach(9);
}
void loop() {
long duration, distance;
digitalWrite(trigPin, LOW);
delayMicroseconds(2);
digitalWrite(trigPin, HIGH);
delayMicroseconds(10);
digitalWrite(trigPin, LOW);
duration = pulseIn(echoPin, HIGH);
distance = (duration/1) / 29.1;
if (distance >=0 && distance <= 20)
{
myservo.write(160);
tone(buzzer, 3000,150);
digitalWrite(led, LOW);
digitalWrite(led2, HIGH);
}
else if (distance > 20 || distance < 0){
myservo.write(0);
noTone(buzzer);
Serial.println("Jarak diluar jangkauan!");
digitalWrite(led, HIGH);
digitalWrite(led2, LOW);
}
else {
Serial.print(distance);
Serial.println(" cm");
}
delay(250);
}
Tempat sampah otomatis

Weitere ähnliche Inhalte

Ähnlich wie Tempat sampah otomatis

project instrumentasi smart house (smart trash bin)
 project instrumentasi smart house (smart trash bin) project instrumentasi smart house (smart trash bin)
project instrumentasi smart house (smart trash bin)Mimi Chinho
 
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
 
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
 
IRJET- Automatic Trash Can Buggy with IoT
IRJET-  	  Automatic Trash Can Buggy with IoTIRJET-  	  Automatic Trash Can Buggy with IoT
IRJET- Automatic Trash Can Buggy with IoTIRJET Journal
 
presentation of smart dustbin 9561.pptx
presentation of smart dustbin 9561.pptxpresentation of smart dustbin 9561.pptx
presentation of smart dustbin 9561.pptxfarhanmukhtiar
 
Smart solution for collision at doors using Arduino
Smart solution for collision at doors using ArduinoSmart solution for collision at doors using Arduino
Smart solution for collision at doors using ArduinoAmon Olimov
 
Social distancing detection using arduino 1
Social distancing detection using arduino 1Social distancing detection using arduino 1
Social distancing detection using arduino 1ShubhamKashyap125
 
Use rotovac power wand technology for perfect carpet cleaning!
Use rotovac power wand technology for perfect carpet cleaning!Use rotovac power wand technology for perfect carpet cleaning!
Use rotovac power wand technology for perfect carpet cleaning!clenzphilly
 
Building of heart beat rate monitor &amp; object detector by md syeduzzaman s...
Building of heart beat rate monitor &amp; object detector by md syeduzzaman s...Building of heart beat rate monitor &amp; object detector by md syeduzzaman s...
Building of heart beat rate monitor &amp; object detector by md syeduzzaman s...Syeduzzaman Sohag
 
Open Source Wash Machine
Open Source Wash MachineOpen Source Wash Machine
Open Source Wash MachineAbout Us Blog
 
Automatic Collision Control System
Automatic Collision  Control SystemAutomatic Collision  Control System
Automatic Collision Control SystemSankhadeep Rakshit
 
Smart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year reportSmart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year reportMUHAMMAD NOMAN KHAN
 
Open Entrepreneurship for CERN
Open Entrepreneurship for CERNOpen Entrepreneurship for CERN
Open Entrepreneurship for CERNPaul Bristow
 
Smart dustbin using arduino and ultrasonic sensor
Smart dustbin using arduino and ultrasonic sensorSmart dustbin using arduino and ultrasonic sensor
Smart dustbin using arduino and ultrasonic sensorShaikhMohammedAmmar
 

Ähnlich wie Tempat sampah otomatis (20)

project instrumentasi smart house (smart trash bin)
 project instrumentasi smart house (smart trash bin) project instrumentasi smart house (smart trash bin)
project instrumentasi smart house (smart trash bin)
 
iot project Smart dustbin ppt.pptx
iot project Smart dustbin ppt.pptxiot project Smart dustbin ppt.pptx
iot project Smart dustbin ppt.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
 
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
 
IRJET- Automatic Trash Can Buggy with IoT
IRJET-  	  Automatic Trash Can Buggy with IoTIRJET-  	  Automatic Trash Can Buggy with IoT
IRJET- Automatic Trash Can Buggy with IoT
 
SMART DUSTBIN USING ARDUINO NANO
SMART DUSTBIN USING ARDUINO NANOSMART DUSTBIN USING ARDUINO NANO
SMART DUSTBIN USING ARDUINO NANO
 
presentation of smart dustbin 9561.pptx
presentation of smart dustbin 9561.pptxpresentation of smart dustbin 9561.pptx
presentation of smart dustbin 9561.pptx
 
el ppt second sem.pptx
el ppt second sem.pptxel ppt second sem.pptx
el ppt second sem.pptx
 
Smart solution for collision at doors using Arduino
Smart solution for collision at doors using ArduinoSmart solution for collision at doors using Arduino
Smart solution for collision at doors using Arduino
 
Social distancing detection using arduino 1
Social distancing detection using arduino 1Social distancing detection using arduino 1
Social distancing detection using arduino 1
 
Waste management
Waste managementWaste management
Waste management
 
Use rotovac power wand technology for perfect carpet cleaning!
Use rotovac power wand technology for perfect carpet cleaning!Use rotovac power wand technology for perfect carpet cleaning!
Use rotovac power wand technology for perfect carpet cleaning!
 
Building of heart beat rate monitor &amp; object detector by md syeduzzaman s...
Building of heart beat rate monitor &amp; object detector by md syeduzzaman s...Building of heart beat rate monitor &amp; object detector by md syeduzzaman s...
Building of heart beat rate monitor &amp; object detector by md syeduzzaman s...
 
Open Source Wash Machine
Open Source Wash MachineOpen Source Wash Machine
Open Source Wash Machine
 
Automatic Collision Control System
Automatic Collision  Control SystemAutomatic Collision  Control System
Automatic Collision Control System
 
Smart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year reportSmart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year report
 
Da sind die Roboter
Da sind die RoboterDa sind die Roboter
Da sind die Roboter
 
Open Entrepreneurship for CERN
Open Entrepreneurship for CERNOpen Entrepreneurship for CERN
Open Entrepreneurship for CERN
 
Smart dustbin using arduino and ultrasonic sensor
Smart dustbin using arduino and ultrasonic sensorSmart dustbin using arduino and ultrasonic sensor
Smart dustbin using arduino and ultrasonic sensor
 
Third Eye For Blind.pptx
Third Eye For Blind.pptxThird Eye For Blind.pptx
Third Eye For Blind.pptx
 

Kürzlich hochgeladen

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 engineeringmulugeta48
 
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 Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
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 PPTbhaskargani46
 
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 Conduitsrknatarajan
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
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 RecordAsst.prof M.Gokilavani
 
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 Bookingdharasingh5698
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
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 Girls in Nagpur High Profile
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
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
 

Kürzlich hochgeladen (20)

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
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari 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, ...
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
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
 
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
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
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
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
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...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
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...
 

Tempat sampah otomatis

  • 1. By : Haris Panca Muhammad Efantama Kenanga Ayu Nirmala
  • 2. This idea we got when we pay attention to our surroundings clean, some people less lazy throw away trash in its place amongst other things because, if we have to throw away trash pressing or touching the dumpster, therefore we have an idea to make project of the instrumentation, entitled "Trash" that can open and close automatically so that people will dump need not be touching or tapping the dumpster.
  • 3. To bring back the community will want to dispose of the waste in place, some of the trash made as attractive as possible so that the public are interested to dump garbage at the venue. One of them, namely the trash with an automated system where to open the dumpster, users do not need to touch the dumpster. Users only need to stand in front of the Ultrasonic sensors on the front, then the bin will open automatically. In addition the bin is equipped with LEDs so that when the bin is open green light will turn on and when the trash can close the light is red.
  • 5.  Arduino Uno  Sensor Ultrasonik  Servo TowerPro SG90  Buzzer  Resistor 220Ohm  LED (Red and Blue)  PCB  Acrylic  Cable (M to M, M to F, and F to F)  Trash Bin
  • 9.
  • 10.
  • 12.
  • 13. #include <Servo.h> Servo myservo; #define buzzer 3 int sound; #define trigPin 11 #define echoPin 10 #define led 6 #define led2 4 void setup() { Serial.begin (9600); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); pinMode(buzzer, OUTPUT); pinMode (led, OUTPUT); pinMode(led2, OUTPUT); myservo.attach(9); } void loop() { long duration, distance; digitalWrite(trigPin, LOW); delayMicroseconds(2); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); duration = pulseIn(echoPin, HIGH); distance = (duration/1) / 29.1; if (distance >=0 && distance <= 20) { myservo.write(160); tone(buzzer, 3000,150); digitalWrite(led, LOW); digitalWrite(led2, HIGH); } else if (distance > 20 || distance < 0){ myservo.write(0); noTone(buzzer); Serial.println("Jarak diluar jangkauan!"); digitalWrite(led, HIGH); digitalWrite(led2, LOW); } else { Serial.print(distance); Serial.println(" cm"); } delay(250); }