Arduino Based Solar Operated Grass Cutter: Shivani A. Raut, R. J. Bhiwani
Arduino Based Solar Operated Grass Cutter: Shivani A. Raut, R. J. Bhiwani
Volume 5 Issue 2
ABSTRACT
The project describes a grass cutter, which is operated on solar power & is controlled through
microcontroller. This project is mainly reduces the manpower and usage of electricity. Extreme
power point tracking method is used to advance the effectiveness of the solar panel. The DC to
DC buck boost converter benefits to increase the DC voltage from the photovoltaic panel and
store the DC voltage in a battery. It is an automated system for the purpose of grass cutting. The
source is derived from the solar energy by using photovoltaic panels. The DC-DC converter is
used to transform the low level DC voltage into the high level DC voltage. High level DC voltage
is essential to function the whole system. Automation is achieved by using sensors and
microcontrollers. Wheels and cutting operations are operated using dc motors. DC battery is
used for powering and reserve mode operation of the system. The prototype developed is
operated in two modes namely, auto mode and remote mode. In manual mode the control of
cutter is achieved through a remote controller connected via Bluetooth.
uses solar energy to run the motor and The minimum height of grass can be cut
cutter, by using solar energy. with this prototype is 20 mm and maximum
height up to 50 mm.
The machine is an example of importance &
growing need of renewable energy. MOTIVATION
Considering environmental awareness, The use of solar power as an alternative
MSGC is more efficient and eco-friendly source of energy has been in existence long
which overcomes the drawbacks of fuel- before now, but had used for less
based grass. The MSGC machine was applications due to other frequently used
designed by considering important aspects sources of energy. Solar energy involves the
such as efficiency, accuracy, eco-friendly, process of harnessing radiant light and heat
durability and low cost. The robotic car used from the sun using a range of ever evolving
as a grass cutter can be operated in auto technologies such as solar thermal energy
mode as well as manual mode. In manual and photovoltaics.
mode the grass cutter is remotely controlled
through Bluetooth. To select the modes a These technologies are broadly characterized
switch is provided. as either passive solar or active solar
depending on how the energy is converted to
The major components of microcontroller solar power. The effectiveness of these
based solar grass cutter model are solar technologies have made solar energy a very
panel, batteries, microcontroller, sensors, important source of renewable energy and
motor driver, Bluetooth, DC motors and thereby giving room for new developments
cutter. The abundant solar energy is in its wide range of applications. Today,
collected, with the help of a solar panel world’s power consumption is taking a shift
which is used as a source of energy. The from the use of common sources of energy
battery is used to store the electrical energy such as fossil fuel and wood fuels to solar
produced by the solar panel. energy. The change in energy consumption
trend was due to the awareness of fossil fuel
Microcontroller is used to store the program pollution and its contribution to global
code which controls the direction of the warming, and also the fact that fuel energy is
model motion. Ultrasonic sensor is used to non-renewable and unsustainable.
detect the obstacles in the path of the vehicle
and sends the signal to micro-controllers, The depletion of conventional energy
then microcontroller send the signals to sources has also increased the importance of
motor driver so that wheels would take the nonconventional energy sources absent in
deviations, which helps in avoiding the also all developing countries, fossil fuel has
damage to the vehicle. Passive infrared been a basic source of non-renewable
(PIR) sensor is also connected in the system energy. The fact is when we import fuel
to detect any person nearby. As soon as it there is always a tendency of a hike in the
detects a person in its proximity range the cost of fuel this hampers the development of
grass cutter automatically stops. the country and results in economic
instability.
Two types of DC motors are used based on
the necessity of rotational speed. Two DC Lawn maintenance is the art and vocation of
motors with 30 rpm are used to move the keeping a lawn healthy, clean, safe and
vehicle and DC motor with 500 rpm is used attractive, typically in a garden, park,
for the cutter blade rotation. The cutter blade institutional setting or estate.
of the prototype can be adjusted based on the
height of the grass that needs to be removed.
The function of every block is explained in consists of digital and analog input / output
brief as follows. pins that can be interfaced to several
expansion boards and other circuits. The
Arduino Microcontroller embedded C program is fed to a
Arduino microcontroller used is an open- microcontroller to control the movement of
source microcontroller board based on the the vehicle. The diagram of Arduino
microchip ATmega328P microcontroller and microcontroller is shown in figure 2.
developed by Arduino.cc. The board
Fig. 5: Relay.
In auto mode the operation of grass cutter is named Arduino RC is downloaded in the
fully automatic. It is controlled through the mobile from play store, which can be used to
program stored in microcontroller. As this remotely control the cart. After downloading
mode is selected the cart moves in forward the app a remote with different buttons
direction and the cutter motor is mode on, to appears on mobile screen which can be
cut the grass. linked through the program in the
microcontroller and can be used.
An ultrasonic sensor HC-SR04 is connected
to the microcontroller for detecting the The microcontroller is connected through
obstacle. The obstacle detection distance is Bluetooth device HC-05 to the mobile
35cm, i.e. when obstacle is at a 35cm the device. Thus through different buttons on
cart stops forward movement and the mobile we can move the cart manually as
automatically rotates in right direction. Thus well as switch on or off the cutter motor.
the cart covers whole area and cuts the grass
in that area. No manual interference is APPLICATIONS
required. Home Gardens
College Grounds
A PIR sensor (HC-SR501) is also connected Function Halls
to the microcontroller for detecting human Farms
or animals in the vicinity. Playgrounds
Lawns etc
When human / animal is detected the .
microcontroller switch off the cutter motor, ADVANTAGES AND
to avoid any damage / accident. After some DISADVANTAGES
delay the microcontroller turns on the cutter Advantages
motor and normal operation restarts. This solar grass cutter minimizes the
efforts of human being.
The DC motors used to move the cart is It saves human time.
connected through a driver IC L293D. The It saves electricity and money.
microcontroller cannot provide the required Uses advanced technology.
current to drive the motor, hence this drivers Less maintenance
are used, which enhances the driving Cost effective & durable
current. Eco friendly
Pollution free
A LCD display is used to display the name Portable
of the project as well as it displays the No long wires connected
distance of obstacle detected. It also displays
the mode of operation i.e. auto or remote. Disadvantages
The cutter motor is operated through are Must be used properly during rainy
electromagnetic relay. seasons.
Should be handled carefully
This relay is driven by transistor BC547
through microcontroller.
SYSTEM FLOWCHART
.