SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2180
Solar based Garbage Collecting Vehicle
Roshan Auti1, Deshmukh Nikita2, Shubham Gadakh3, Chandane Rahul4, Vijay Kumar5
12,3,4UG Student, Department of Electrical Engineering, Amrutvahini College of Engineering, Sangamner,
Maharashtra, India
5 Assistant Professor, Department of Electrical Engineering, Amrutvahini College of Engineering Sangamner,
Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract- This paper covers the technical construction of a
vehicle which is used for the cleaning. The term “cleaning” is
looks simple, but we humans face a lot of problems with
cleaning of general workplace, as the time and money
management is necessary in such cases. A few examples are
beaches, general work places, and gardens etc., where it is
harmful for humans to relax, because we are using these
places for relaxation purpose. RF signal is used to control this
vehicle. It uses an Arduino (micro-controller)foritsoperation.
The mechanical part is consisting Acrylic (for the frame) with
PMDC motor and the wheels (plastic wheels) in our case. The
material that we have used in mechanicalpartcanbechanged
according to our requirement. The electronic part consisting
of the Radio Frequency (RF) signal transmitter and receiver,
Arduino and the circuitry with battery are mounted on the
base of the vehicle. The remote acts as the controlling device
for the vehicle with transmitting signal to RF receiver. The
cleaning mechanism includes the garbage lifting mechanism
which is made of steel.(material of the lifting mechanism is
selected as required) with two PMDC motors are attached to
the chain of lifting mechanism. Also there are other two
motors which are used for the movement of the vehicle in
forward or backward direction. This whole assembly of
electronic part gets supply from the battery whichisLeadacid
battery. And this battery can be charge through solar panel
which is mounted on the vehicle.
Key Words: Arduino, RF controlled Vehicle RF-Radio
Frequency etc.
1. INTRODUCTION
Here we propose an innovative “Solar based Garbage
Collecting Vehicle”. Cleanliness is vital when it comes to
public places, because huge number of people uses beaches
and parks for relaxation purpose every day. This includes
children and senior citizens too, which further increases the
risk of spreading of diseases due to dirty environment and
rotten garbage. RF ControlledGarbageCollectingVehiclecan
be a big relief for this task of cleaning garbage from the
places like beach. Here this system is a 4-wheel drivevehicle
chassis equipped with a cleaning mechanism and a dustbin
for Garbage collection. Two high performance, high
efficiency electrical motor drives the vehiclechassisandtwo
electrical motor drive’s the cleaning mechanism. Here we
have used the chain-sprocket drive for transfer of power.
The system is driven by a microcontroller poweredcircuitry
PCB. Another PCB is used for the remote purpose which
consisting of directional push buttons used to transmit
commands through RF transmitter to receiver. The receiver
circuit receives these commands and gives to the
microprocessor which processes these commands to drive
the motors as well as the lifter mechanism motor
accordingly. The lifter mechanism consists of a chain
sprocket arrangement todrivethegarbagelifter. Collectively
these four electrical motors can we wirelessly driven by a
Radio Frequency based Remote control. The cleaning
mechanism of the system contains the mesh which is used
for the separating sand from the garbage.
1.1 EXISTING SYSTEM
As on today there are many garbage collecting vehicles are
available in the world. Many researchers already worked on
the vehicles. But the existing systems are only based on the
fossil fuels. Which uses the fossil fuel for running of vehicle
as well as for lifting mechanism as well. Such as diesel or
petrol-based vehicles. With increase in the used of fossil
fuels one day we will have a shortfall of these fuels. So, to
address this ever-increasing use of fossil fuels and problems
regarding garbage collection we have implemented such a
vehicle which overcomes all the problems in existing system
and implement to used more efficient vehicle for garbage
collection.
1.2. PROBLEM DEFINATION
The increase in use of non-renewable energy has been an
increasingly critical topic, due to the tremendous growth in
energy demand that is expected to climb 35% by 2030 in
comparison with current energy consumption. As a resultof
that an enormous pressure on existing conventional energy
resources, in particular, fossil fuels such as oil and natural
gas. Where they are currently providing more than 98% of
the energy consumed worldwide. Dependenceonfossil fuels
presents a number of challenges, including: High cost,
environmental damage, and lack of sustainability.
We are producingtremendousgarbageonthe beacheswhich
is of different kinds. According to global study in 2015
1) 322 million tones of plastic which is as much as 900
Empire State building was the amount of plastic the world
produced in 2015
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2181
2) 13 million tones of that found in our oceans that is as
much as dumping two garbage trucks of plastic into the
ocean every minute.
1.3. PROPOSED SYSTEM
The proposed system is to automatically collect thegarbage.
The system become cost effective and compact as the
components such as a Motor driver IC, IR sensor, charge
controller etc. are integrated with Arduino. Arduino is
compiled with c language and program is uploaded in the
Arduino board. The signal is given from Radio frequency
transmitter (Remote), and then this signal is received by the
radio frequency receiver which is integrated with Arduino.
Now Arduino gives signal to motor driver IC so that it can
control the operation of motors. Also the IR level sensor is
situated in the dustbin which gives signal to Arduino when
dustbin gets full. After that Arduino gives this signal to
buzzer so that there will be indication of dustbin gets full.
2. BLOCK DIAGRAM
Fig.1. Block diagram [5]
2.1. BLOCK DIAGRAM DESCRIPTION
Figure shows the block diagram of solar based garbage
collecting vehicle using Arduino ATMEGA328P. The main
aim of the project is to collect the garbage automatically by
using Arduino. The system contains the 5W solar panel
which is used to charge the battery. Since, the outputofsolar
panel is not constant but we require a constant output
voltage for charging purpose, so we have used the charge
controller. Again, this supply from battery is used to run the
vehicle motors as well as electronic circuitry.
The remote of the vehicle has RF transmitter. Which always
transmit the signals to RF receiver which is connected tothe
Arduino. According, to our need for movement of vehicle as
well as for movement of lifting mechanism we used the
remote control. According, to signal given by remote the
Arduino gives it to respective motors through motor
controller.
2.2. SOFTAWRE DESCRIPTION
For programming of Arduino IDE software is use. Arduino
integrated development environment (IDE), which isacross
platform application written in the programming languages
processing and wiring. It has a code editor with tool like a
text cutting and pasting, searching and replacing text
automatic indenting, brace matching,andsyntaxhighlighting
and provides very easy one click process to compile and
upload programs to an Arduino board. It also includes a
message area, a text console, a toolbar with buttons for
common functions and a hierarchy of operation menus. A
program written with the IDEforArduinoistermeda sketch.
Sketches are saved on the development computer astextfile
extension. ino. The Arduino IDE supports the languages C
and C++ using particular rules of code structuring. The
Arduino IDE supplies a software library from the wiring
projects, which provides many common input and output
procedures.
3. SYSTEM DESIGN
1) VEHICLE CIRCUIT DESIGN
Fig.2. Vehicle circuit
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2182
2) REMOTE CIRCUIT DESIGN
Fig.3. Remote circuit
The steps of algorithm are:
1) Initialize the ports, Driver IC,RF model, Sensors etc
2) Give supply to remote with 9V battery and to vehicle
circuit with 12V battery
3) Give signal from remote switches to transmitter
4) Now receiver receives them and given to Arduino
5) Now through Arduino the controllingsignalsareprovided
to respective motors
4. ADVANTAGES
1. Affordable cost
2. Manpower requirement is less
3. Consumes low power
4. Time efficient method of garbage collection
5. Compact size, Easy to handle
6. Programming is simple
7. Less maintenance cost
8. Minimum Hardware requirement
9. Components can easily be replaced
10. Components are easily available in market
5. LIMITATIONS
1. In case of faults in sensor, system will collapse.
2. Only forward and backward movement. It can’t
turned
6. CONCLUSION
This is a proposed model of solar based garbage collecting
vehicle using Arduino board. The vehicle is build with a
Remote which is consisting radio frequency transmitter
connected to Arduino controller. Now vehicle circuit consist
of receiver which receives signal from transmitter and gives
to Arduino where the motor driver IC’s are connected. The
vehicle consists of lifter mechanism for lifting the garbage.
This is control through the two Dc motors. Also vehicle
movement is control with another two DC motors. So with
this it automatically collects the garbage.
7. FUTURE SCOPE
The project only controls through the Radio frequency
control remote.. Furtherthisprojectenhancedbydeveloping
the app which will control through Wi-Fi module and the
vehicle can be control through mobile app.
REFERENCES
[1] M. Muthiah “Low Cost RadiofrequencyControlledRobot
for Environmental Cleaning,” Electrical and Electronic
Engineering, Sri Venkateswara College of Engineering,
Chennai, Tamil Nadu, India.
[2] Dr. S. Padmapriya, R. Siva kumar, G. Aruna Devi,
L.S.Kavitha, S.Meera, “E-Tracking system for municipal
solid waste management using RFID technology”,
International journal of advanced Research in
Electronics, communication & Instrumentation
Engineering anddevelopmentVolume:1issue: 208-feb-
2014,ISSN_NO: 2347 -7210.
[3] Gaikwad Prajkta, Jadhav Kalyani and Machale Snehal,
“Smart garbage collection system in residential area ”
IRJET, vol. 4, issue no.3, 2015
[4] Sumit Rathi, Shivam Pande and Harshad Lokhande,
“Smart garbage Collection System”IJRASET,ISSN:2321-
9653, 2017.
[5] Sayyad same, Sarfraj Khan, K. vengtesan,MahajanSagar,
P. Rajeevkumar, P. Jaspreetkaur “Smart City Automatic
Garbage Collecting System For Better Tommorrow”
IJPAM, Volume 114 ISSN 1314-3395,2017.

More Related Content

Similar to IRJET- Solar based Garbage Collecting Vehicle

Solar based IOT controlled EV
Solar based IOT controlled EVSolar based IOT controlled EV
Solar based IOT controlled EVIRJET Journal
 
Multi-Tasking Auto Cleaner
Multi-Tasking Auto CleanerMulti-Tasking Auto Cleaner
Multi-Tasking Auto CleanerIRJET Journal
 
IRJET- Google Clock Linked Solar Tractor using IoT
IRJET-  	  Google Clock Linked Solar Tractor using IoTIRJET-  	  Google Clock Linked Solar Tractor using IoT
IRJET- Google Clock Linked Solar Tractor using IoTIRJET Journal
 
IRJET- Remote Operated Floating River Cleaning Machine
IRJET- Remote Operated Floating River Cleaning MachineIRJET- Remote Operated Floating River Cleaning Machine
IRJET- Remote Operated Floating River Cleaning MachineIRJET Journal
 
RESEARCH ON EXPLORING THE CONTROL OF HIGHWAY LIGHT BY MONITORING WIND POWER P...
RESEARCH ON EXPLORING THE CONTROL OF HIGHWAY LIGHT BY MONITORING WIND POWER P...RESEARCH ON EXPLORING THE CONTROL OF HIGHWAY LIGHT BY MONITORING WIND POWER P...
RESEARCH ON EXPLORING THE CONTROL OF HIGHWAY LIGHT BY MONITORING WIND POWER P...IRJET Journal
 
IRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET Journal
 
Automated Wind and Solar Powered Water Drone Monitoring and Controlling System
Automated Wind and Solar Powered Water Drone Monitoring and Controlling SystemAutomated Wind and Solar Powered Water Drone Monitoring and Controlling System
Automated Wind and Solar Powered Water Drone Monitoring and Controlling SystemIRJET Journal
 
IRJET - Charging Automation for Electric Vehicles
IRJET - Charging Automation for Electric VehiclesIRJET - Charging Automation for Electric Vehicles
IRJET - Charging Automation for Electric VehiclesIRJET Journal
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET Journal
 
IRJET- Roof Cleaning and Painting Robot
IRJET- Roof Cleaning and Painting RobotIRJET- Roof Cleaning and Painting Robot
IRJET- Roof Cleaning and Painting RobotIRJET Journal
 
IRJET- Smart Electric Two Wheeler Scooter
IRJET- Smart Electric Two Wheeler ScooterIRJET- Smart Electric Two Wheeler Scooter
IRJET- Smart Electric Two Wheeler ScooterIRJET Journal
 
IRJET- Solar Powerd Water Surface Garbage Collecting Boat
IRJET-  	  Solar Powerd Water Surface Garbage Collecting BoatIRJET-  	  Solar Powerd Water Surface Garbage Collecting Boat
IRJET- Solar Powerd Water Surface Garbage Collecting BoatIRJET Journal
 
IRJET - Prototype of Computerized Driverless Vehicle
IRJET - Prototype of Computerized Driverless VehicleIRJET - Prototype of Computerized Driverless Vehicle
IRJET - Prototype of Computerized Driverless VehicleIRJET Journal
 
IoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging SystemIoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging SystemIRJET Journal
 
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in AutomobilesIRJET Journal
 
Easy Metering of Energy Meter using Internet of things Platform
Easy Metering of Energy Meter using Internet of things PlatformEasy Metering of Energy Meter using Internet of things Platform
Easy Metering of Energy Meter using Internet of things PlatformIRJET Journal
 
IRJET- Smart Traffic Barricade System
IRJET-  	  Smart Traffic Barricade SystemIRJET-  	  Smart Traffic Barricade System
IRJET- Smart Traffic Barricade SystemIRJET Journal
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTIRJET Journal
 
Solar based Pond Cleaning Machine
Solar based Pond Cleaning MachineSolar based Pond Cleaning Machine
Solar based Pond Cleaning MachineIRJET Journal
 

Similar to IRJET- Solar based Garbage Collecting Vehicle (20)

OCC FOR EASY RIDE
OCC FOR EASY RIDEOCC FOR EASY RIDE
OCC FOR EASY RIDE
 
Solar based IOT controlled EV
Solar based IOT controlled EVSolar based IOT controlled EV
Solar based IOT controlled EV
 
Multi-Tasking Auto Cleaner
Multi-Tasking Auto CleanerMulti-Tasking Auto Cleaner
Multi-Tasking Auto Cleaner
 
IRJET- Google Clock Linked Solar Tractor using IoT
IRJET-  	  Google Clock Linked Solar Tractor using IoTIRJET-  	  Google Clock Linked Solar Tractor using IoT
IRJET- Google Clock Linked Solar Tractor using IoT
 
IRJET- Remote Operated Floating River Cleaning Machine
IRJET- Remote Operated Floating River Cleaning MachineIRJET- Remote Operated Floating River Cleaning Machine
IRJET- Remote Operated Floating River Cleaning Machine
 
RESEARCH ON EXPLORING THE CONTROL OF HIGHWAY LIGHT BY MONITORING WIND POWER P...
RESEARCH ON EXPLORING THE CONTROL OF HIGHWAY LIGHT BY MONITORING WIND POWER P...RESEARCH ON EXPLORING THE CONTROL OF HIGHWAY LIGHT BY MONITORING WIND POWER P...
RESEARCH ON EXPLORING THE CONTROL OF HIGHWAY LIGHT BY MONITORING WIND POWER P...
 
IRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic Vehicle
 
Automated Wind and Solar Powered Water Drone Monitoring and Controlling System
Automated Wind and Solar Powered Water Drone Monitoring and Controlling SystemAutomated Wind and Solar Powered Water Drone Monitoring and Controlling System
Automated Wind and Solar Powered Water Drone Monitoring and Controlling System
 
IRJET - Charging Automation for Electric Vehicles
IRJET - Charging Automation for Electric VehiclesIRJET - Charging Automation for Electric Vehicles
IRJET - Charging Automation for Electric Vehicles
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT Notification
 
IRJET- Roof Cleaning and Painting Robot
IRJET- Roof Cleaning and Painting RobotIRJET- Roof Cleaning and Painting Robot
IRJET- Roof Cleaning and Painting Robot
 
IRJET- Smart Electric Two Wheeler Scooter
IRJET- Smart Electric Two Wheeler ScooterIRJET- Smart Electric Two Wheeler Scooter
IRJET- Smart Electric Two Wheeler Scooter
 
IRJET- Solar Powerd Water Surface Garbage Collecting Boat
IRJET-  	  Solar Powerd Water Surface Garbage Collecting BoatIRJET-  	  Solar Powerd Water Surface Garbage Collecting Boat
IRJET- Solar Powerd Water Surface Garbage Collecting Boat
 
IRJET - Prototype of Computerized Driverless Vehicle
IRJET - Prototype of Computerized Driverless VehicleIRJET - Prototype of Computerized Driverless Vehicle
IRJET - Prototype of Computerized Driverless Vehicle
 
IoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging SystemIoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging System
 
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in Automobiles
 
Easy Metering of Energy Meter using Internet of things Platform
Easy Metering of Energy Meter using Internet of things PlatformEasy Metering of Energy Meter using Internet of things Platform
Easy Metering of Energy Meter using Internet of things Platform
 
IRJET- Smart Traffic Barricade System
IRJET-  	  Smart Traffic Barricade SystemIRJET-  	  Smart Traffic Barricade System
IRJET- Smart Traffic Barricade System
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOT
 
Solar based Pond Cleaning Machine
Solar based Pond Cleaning MachineSolar based Pond Cleaning Machine
Solar based Pond Cleaning Machine
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 

Recently uploaded (20)

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 

IRJET- Solar based Garbage Collecting Vehicle

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2180 Solar based Garbage Collecting Vehicle Roshan Auti1, Deshmukh Nikita2, Shubham Gadakh3, Chandane Rahul4, Vijay Kumar5 12,3,4UG Student, Department of Electrical Engineering, Amrutvahini College of Engineering, Sangamner, Maharashtra, India 5 Assistant Professor, Department of Electrical Engineering, Amrutvahini College of Engineering Sangamner, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract- This paper covers the technical construction of a vehicle which is used for the cleaning. The term “cleaning” is looks simple, but we humans face a lot of problems with cleaning of general workplace, as the time and money management is necessary in such cases. A few examples are beaches, general work places, and gardens etc., where it is harmful for humans to relax, because we are using these places for relaxation purpose. RF signal is used to control this vehicle. It uses an Arduino (micro-controller)foritsoperation. The mechanical part is consisting Acrylic (for the frame) with PMDC motor and the wheels (plastic wheels) in our case. The material that we have used in mechanicalpartcanbechanged according to our requirement. The electronic part consisting of the Radio Frequency (RF) signal transmitter and receiver, Arduino and the circuitry with battery are mounted on the base of the vehicle. The remote acts as the controlling device for the vehicle with transmitting signal to RF receiver. The cleaning mechanism includes the garbage lifting mechanism which is made of steel.(material of the lifting mechanism is selected as required) with two PMDC motors are attached to the chain of lifting mechanism. Also there are other two motors which are used for the movement of the vehicle in forward or backward direction. This whole assembly of electronic part gets supply from the battery whichisLeadacid battery. And this battery can be charge through solar panel which is mounted on the vehicle. Key Words: Arduino, RF controlled Vehicle RF-Radio Frequency etc. 1. INTRODUCTION Here we propose an innovative “Solar based Garbage Collecting Vehicle”. Cleanliness is vital when it comes to public places, because huge number of people uses beaches and parks for relaxation purpose every day. This includes children and senior citizens too, which further increases the risk of spreading of diseases due to dirty environment and rotten garbage. RF ControlledGarbageCollectingVehiclecan be a big relief for this task of cleaning garbage from the places like beach. Here this system is a 4-wheel drivevehicle chassis equipped with a cleaning mechanism and a dustbin for Garbage collection. Two high performance, high efficiency electrical motor drives the vehiclechassisandtwo electrical motor drive’s the cleaning mechanism. Here we have used the chain-sprocket drive for transfer of power. The system is driven by a microcontroller poweredcircuitry PCB. Another PCB is used for the remote purpose which consisting of directional push buttons used to transmit commands through RF transmitter to receiver. The receiver circuit receives these commands and gives to the microprocessor which processes these commands to drive the motors as well as the lifter mechanism motor accordingly. The lifter mechanism consists of a chain sprocket arrangement todrivethegarbagelifter. Collectively these four electrical motors can we wirelessly driven by a Radio Frequency based Remote control. The cleaning mechanism of the system contains the mesh which is used for the separating sand from the garbage. 1.1 EXISTING SYSTEM As on today there are many garbage collecting vehicles are available in the world. Many researchers already worked on the vehicles. But the existing systems are only based on the fossil fuels. Which uses the fossil fuel for running of vehicle as well as for lifting mechanism as well. Such as diesel or petrol-based vehicles. With increase in the used of fossil fuels one day we will have a shortfall of these fuels. So, to address this ever-increasing use of fossil fuels and problems regarding garbage collection we have implemented such a vehicle which overcomes all the problems in existing system and implement to used more efficient vehicle for garbage collection. 1.2. PROBLEM DEFINATION The increase in use of non-renewable energy has been an increasingly critical topic, due to the tremendous growth in energy demand that is expected to climb 35% by 2030 in comparison with current energy consumption. As a resultof that an enormous pressure on existing conventional energy resources, in particular, fossil fuels such as oil and natural gas. Where they are currently providing more than 98% of the energy consumed worldwide. Dependenceonfossil fuels presents a number of challenges, including: High cost, environmental damage, and lack of sustainability. We are producingtremendousgarbageonthe beacheswhich is of different kinds. According to global study in 2015 1) 322 million tones of plastic which is as much as 900 Empire State building was the amount of plastic the world produced in 2015
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2181 2) 13 million tones of that found in our oceans that is as much as dumping two garbage trucks of plastic into the ocean every minute. 1.3. PROPOSED SYSTEM The proposed system is to automatically collect thegarbage. The system become cost effective and compact as the components such as a Motor driver IC, IR sensor, charge controller etc. are integrated with Arduino. Arduino is compiled with c language and program is uploaded in the Arduino board. The signal is given from Radio frequency transmitter (Remote), and then this signal is received by the radio frequency receiver which is integrated with Arduino. Now Arduino gives signal to motor driver IC so that it can control the operation of motors. Also the IR level sensor is situated in the dustbin which gives signal to Arduino when dustbin gets full. After that Arduino gives this signal to buzzer so that there will be indication of dustbin gets full. 2. BLOCK DIAGRAM Fig.1. Block diagram [5] 2.1. BLOCK DIAGRAM DESCRIPTION Figure shows the block diagram of solar based garbage collecting vehicle using Arduino ATMEGA328P. The main aim of the project is to collect the garbage automatically by using Arduino. The system contains the 5W solar panel which is used to charge the battery. Since, the outputofsolar panel is not constant but we require a constant output voltage for charging purpose, so we have used the charge controller. Again, this supply from battery is used to run the vehicle motors as well as electronic circuitry. The remote of the vehicle has RF transmitter. Which always transmit the signals to RF receiver which is connected tothe Arduino. According, to our need for movement of vehicle as well as for movement of lifting mechanism we used the remote control. According, to signal given by remote the Arduino gives it to respective motors through motor controller. 2.2. SOFTAWRE DESCRIPTION For programming of Arduino IDE software is use. Arduino integrated development environment (IDE), which isacross platform application written in the programming languages processing and wiring. It has a code editor with tool like a text cutting and pasting, searching and replacing text automatic indenting, brace matching,andsyntaxhighlighting and provides very easy one click process to compile and upload programs to an Arduino board. It also includes a message area, a text console, a toolbar with buttons for common functions and a hierarchy of operation menus. A program written with the IDEforArduinoistermeda sketch. Sketches are saved on the development computer astextfile extension. ino. The Arduino IDE supports the languages C and C++ using particular rules of code structuring. The Arduino IDE supplies a software library from the wiring projects, which provides many common input and output procedures. 3. SYSTEM DESIGN 1) VEHICLE CIRCUIT DESIGN Fig.2. Vehicle circuit
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2182 2) REMOTE CIRCUIT DESIGN Fig.3. Remote circuit The steps of algorithm are: 1) Initialize the ports, Driver IC,RF model, Sensors etc 2) Give supply to remote with 9V battery and to vehicle circuit with 12V battery 3) Give signal from remote switches to transmitter 4) Now receiver receives them and given to Arduino 5) Now through Arduino the controllingsignalsareprovided to respective motors 4. ADVANTAGES 1. Affordable cost 2. Manpower requirement is less 3. Consumes low power 4. Time efficient method of garbage collection 5. Compact size, Easy to handle 6. Programming is simple 7. Less maintenance cost 8. Minimum Hardware requirement 9. Components can easily be replaced 10. Components are easily available in market 5. LIMITATIONS 1. In case of faults in sensor, system will collapse. 2. Only forward and backward movement. It can’t turned 6. CONCLUSION This is a proposed model of solar based garbage collecting vehicle using Arduino board. The vehicle is build with a Remote which is consisting radio frequency transmitter connected to Arduino controller. Now vehicle circuit consist of receiver which receives signal from transmitter and gives to Arduino where the motor driver IC’s are connected. The vehicle consists of lifter mechanism for lifting the garbage. This is control through the two Dc motors. Also vehicle movement is control with another two DC motors. So with this it automatically collects the garbage. 7. FUTURE SCOPE The project only controls through the Radio frequency control remote.. Furtherthisprojectenhancedbydeveloping the app which will control through Wi-Fi module and the vehicle can be control through mobile app. REFERENCES [1] M. Muthiah “Low Cost RadiofrequencyControlledRobot for Environmental Cleaning,” Electrical and Electronic Engineering, Sri Venkateswara College of Engineering, Chennai, Tamil Nadu, India. [2] Dr. S. Padmapriya, R. Siva kumar, G. Aruna Devi, L.S.Kavitha, S.Meera, “E-Tracking system for municipal solid waste management using RFID technology”, International journal of advanced Research in Electronics, communication & Instrumentation Engineering anddevelopmentVolume:1issue: 208-feb- 2014,ISSN_NO: 2347 -7210. [3] Gaikwad Prajkta, Jadhav Kalyani and Machale Snehal, “Smart garbage collection system in residential area ” IRJET, vol. 4, issue no.3, 2015 [4] Sumit Rathi, Shivam Pande and Harshad Lokhande, “Smart garbage Collection System”IJRASET,ISSN:2321- 9653, 2017. [5] Sayyad same, Sarfraj Khan, K. vengtesan,MahajanSagar, P. Rajeevkumar, P. Jaspreetkaur “Smart City Automatic Garbage Collecting System For Better Tommorrow” IJPAM, Volume 114 ISSN 1314-3395,2017.