0% found this document useful (0 votes)
30 views4 pages

Smartphone Controlled Water Pump Management System For Various Irrigation Sectors Using Ardunio UNO

Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456-6470, Volume-8 | Issue-1 , February 2024, Url: https://www.ijtsrd.com/papers/ijtsrd62405.pdf Paper URL: https://www.ijtsrd.com/-scientific-research-area//62405/smartphonecontrolled-water-pump-management-system-for-various-irrigation-sectors-using-ardunio-uno/rafat-ara

Uploaded by

Editor IJTSRD
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views4 pages

Smartphone Controlled Water Pump Management System For Various Irrigation Sectors Using Ardunio UNO

Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456-6470, Volume-8 | Issue-1 , February 2024, Url: https://www.ijtsrd.com/papers/ijtsrd62405.pdf Paper URL: https://www.ijtsrd.com/-scientific-research-area//62405/smartphonecontrolled-water-pump-management-system-for-various-irrigation-sectors-using-ardunio-uno/rafat-ara

Uploaded by

Editor IJTSRD
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

International Journal of Trend in Scientific Research and Development (IJTSRD)

Volume 8 Issue 1, January-February 2024 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470

Smartphone-Controlled Water Pump Management System for


Various Irrigation Sectors Using Ardunio UNO
Rafat Ara1, Harun-Or-Roshid2, Md. Abdur Rahim3
1,3
Assistant Professor, Department of CSE, German University Bangladesh, Gazipur, Bangladesh
2
Student, Department of CSE, German University Bangladesh, Gazipur, Bangladesh

ABSTRACT How to cite this paper: Rafat Ara |


The water pump technology described in this paper is Bluetooth- Harun-Or-Roshid | Md. Abdur Rahim
controlled and may be used to remotely manage water using a mobile "Smartphone-Controlled Water Pump
application. The system consists of a microcontroller with Bluetooth Management System for Various
functionality coupled to a water pump. Through the interface of the Irrigation Sectors Using Ardunio UNO"
Published in
mobile application, users may control the pump, modify flow rates, International
and keep an eye on its current status. The technology uses a secure Journal of Trend in
Bluetooth connection and is energy-efficient. It can be applied in a Scientific Research
variety of contexts, such as water management in gardening, and Development
fisheries, agriculture, and diverse sectors of irrigation. This research (ijtsrd), ISSN:
demonstrates the viability and efficiency of using Bluetooth 2456-6470, IJTSRD62405
technology to remotely control water pumps, which contributes to Volume-8 | Issue-1,
preserving resources. The implementation of this initiative may also February 2024, pp.397-400, URL:
contribute to the reduction in the waste of electricity and water. www.ijtsrd.com/papers/ijtsrd62405.pdf

KEYWORDS: Water Pump, Smartphone, Arduino, Bluetooth, Power Copyright © 2024 by author (s) and
Supply International Journal of Trend in
Scientific Research and Development
Journal. This is an
Open Access article
distributed under the
terms of the Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)

I. INTRODUCTION
One of the most vital natural resources for humans is with embedded C++ is in Arduino. This
water. Water is essential to nearly every daily activity microcontroller is an AVR, made by the company
that humans engage in, including cleaning, bathing, Atmel. The gadget can process the program, read the
irrigation, and meeting industry demands. But while input, and generate a variety of outputs depending on
the world's population continues to rise, the quantity what we need. A microcontroller is comparable to the
of clean water is declining. It is clear that human brain as a result. When looking at the watering
improvements in the clean water supply are necessary purposes of the previous works, it is found that the
to meet the population's ongoing needs for clean automated irrigation systems, temperature control,
water. Technology plays a role in the evolution of distance measurement, automated bottle filling
culture. Technology is typically created to make systems, soil humidity monitoring, and plant watering
certain tasks easier for people to complete. Thus, systems have all been implemented using Arduino
technological advancement typically sets off cultural UNO-based sensors.
change. Automation technology is one of the
This proposal proposes an automated water tank
technologies of today. People occasionally wish for
filling system using an Arduino UNO
their work to be done automatically so they can save microcontroller. The water pump, which pumps
energy for other tasks. Advanced automation tools, groundwater into the tank, has two models: a manual
like the Arduino UNO, which allows logical control operation and a floating ball tap-equipped system.
of electrical circuits, have been developed to set The manual operation is inefficient and can cause
certain tasks automatically. The circuit is intended to water spills, excessive electricity use, and damage to
be logically controlled by Arduino.1 The primary part walls. The proposed system uses an Arduino UNO
of an integrated circuit chip that can be programmed
and an ultrasonic sensor to regulate water filling

@ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 397
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
levels. The sensor will automatically turn off the 2. Bluetooth Module:
machine when the tank is filled and on at a  Description: The water pump system can
predetermined level once the tank is filled. communicate wirelessly with a mobile device
II. Proposed System through a Bluetooth module. Bluetooth Classic
Our proposed system is an efficient way to extract and Bluetooth Low Energy (BLE) are the two
water from underground sources, wells, lakes, rivers, types of Bluetooth modules available. Bluetooth
or reservoirs for various purposes of irrigation. It will Classic has HC-05, HC-06, and HM-10 as its
save time and energy compared to manual extraction common manufacturers, while BLE has HM-11
methods. Other benefits include controlled by Mobile or HM-19.
App, energy efficiency, real-time monitoring, a user-  Functionality: The microcontroller in the water
friendly interface, reduced wiring complexity, pump system can receive commands and transmit
portability and flexibility, cost-effectiveness, ease of feedback to and from a mobile device through the
installation and improved safety. The design of a Bluetooth module.
smart water pump system controlled by a smartphone
3. Power Supply:
is given below:
 Description: This module provides electrical
power for the entire system, which can be either a
battery or an external power source depending on
the application.
 Functionality: It is responsible for providing a
stable and suitable voltage to various components,
including the Bluetooth module and
microcontroller.
4. Motor Driver:
 Description: When a water pump includes a
Fig 1 Design of smart water pump system motor, such as in irrigation or circulation pumps,
controlled by smartphone a motor driver circuit is required. This circuit
A. Software/Hardware Requirements converts signals from the microcontroller into
 Water pump power levels that operate the motor.
 Male to male cables  Functionality: The pump motor's speed and
 Male to female cables direction are controlled by the motor driver,
 Arduino UNO which receives signals from the microcontroller.
 Relay
 9v Battery 5. User Interface (Mobile App):
 Description: The mobile app acts as a user
B. Modules Description interface for controlling the water pump system,
To set up a Bluetooth-controlled water pump, specific communicating with the Bluetooth module for
electronic components are required, including commands and feedback.
Bluetooth modules, a microcontroller, and associated
peripherals. These are the key modules typically used  Functionality: With the mobile app, users can
in such a system. control and monitor their water pump through
Bluetooth. They can easily turn the pump on or
1. Microcontroller: off, adjust settings, and keep track of the system.
 Description: The microcontroller is responsible
for managing the water pump system by C. Necessary Tools
processing Bluetooth commands, controlling the 1. Arduino UNO: Based on the ATmega328P
motor, and adjusting settings based on user microcontroller, the Arduino UNO is a popular
inputs. open-source microcontroller board.3 It is a
 Functionality: A microcontroller is used to component of the Arduino hardware platform and
interpret Bluetooth commands, execute pump is renowned for being user-friendly, adaptable,
control logic, and provide feedback to the mobile and simple. The ATmega328P microcontroller is
app. Common microcontrollers used for this an 8-bit AVR microarchitecture chip that has
purpose are Arduino boards, PIC EEPROM, SRAM, and flash memory for data
microcontrollers, or custom-designed retention and program storage.
microcontrollers based on the specific system
requirements.2

@ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 398
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470

Fig 4 Power Supply


Fig 2 Arduino UNO 4. Bluetooth Sensor:
2. Water Motor: The HC-05 is a Bluetooth device that communicates
Water motors, also known as water pumps, are with microcontrollers using serial communication. Its
mechanical tools that move water from one place to default settings can be changed with certain AT
another. They work by creating a pressure difference commands. The module has a 3.3 V level for RX/TX,
inside a casing as the impeller, a type of rotor, rotates. so there's no need to shift the TX voltage level.
Various types of water motors exist, such as jet However, the transmit voltage level from the
pumps, centrifugal pumps, and positive displacement microcontroller to the RX of the HC-05 module needs
pumps. The most common type of water motor is the to be shifted. For more information on how to use the
centrifugal pump, which generates centrifugal force HC-05 Bluetooth module, refer to the topic in the
with a spinning impeller. Centrifugal pumps are used sensors and modules section.4
in numerous applications, such as irrigation, water
treatment, and HVAC systems, to move water
through the pump and out of the discharge outlet.

Fig 5 Bluetooth Sensor


III. Physical View of the System

Fig 3 Water motor


3. Power Supply:
A power supply provides electricity to an electronic
device by transforming electrical energy from a
source. AC and DC power supplies are the two main
categories, with DC providing a constant voltage
output and AC transforming the mains' AC voltage
into DC. Power supplies come in various forms and
ratings, from small wall outlets for mobile phones to
large generators for industrial machinery.

@ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 399
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
IV. Advantages of Smartphone-Controlled [4] https://www.mokoblue.com/bluetooth-sensors-
Water Pump Management System guide/
 Efficiency is increased and energy usage is
[5] https://www.digiteum.com/smart-water-
decreased with enhanced water distribution management-iot/
management.
AUTHORS PROFILE
 Pump operation can be monitored and controlled Rafat Ara teaches as an Assistant
in real-time, reducing the need for human Professor in the German University
intervention and improving reliability. Bangladesh's Department of Computer
 Automatic fault detection and repair capabilities Science and Engineering in Gazipur,
are also provided, resulting in long-term cost Bangladesh. She graduated with a B.Sc. in computer
savings due to reduced maintenance needs.5 science and engineering from Jatiya Kabi Kazi Nazrul
 It was put in place to minimize the need for labor. Islam University (JKKNIU) in Bangladesh and an
M.Sc. in computer science from Jahangirnagar
V. Disadvantages of Smartphone-Controlled University (JU) in Bangladesh. Her research interests
Water Pump Management System include cloud computing, artificial intelligence,
Reliance on electronic components may pose computer networks, Internet of Things, software
challenges in areas with limited access to skilled engineering, cryptography, and network security. She
technicians for maintenance and repairs. has published research papers in a number of national
VI. Conclusion and international journals.
In today's world, technology has advanced to the Harun-Or-Roshid is a student in the
point where we prefer automatic processes that don't department. of Computer Science and
require human effort. This project helps to reduce the Engineering at German University
amount of manual work required by a person to turn Bangladesh in Gazipur, Bangladesh. He
the pump on or off. The project is particularly helpful has research interests in robotics, artificial
in situations where it's difficult to operate the water intelligence, Internet of Things, and cloud computing.
pump properly. The system uses an Arduino to
Md. Abdur Rahim teaches as an
control the pump and can be applied to areas such as
Assistant Professor at German
irrigation, water treatment, and industrial process
University Bangladesh in Gazipur,
control.
Bangladesh, in the Department of
In the future, GSM technology will be used to control Computer Science and Engineering. He received his
the water pump from anywhere in the world. M.Sc. in computer science from Jahangirnagar
References University (JU), Bangladesh, and his B.Sc. in
[1] https://en.wikipedia.org/wiki/Arduino_Uno computer science and engineering from Jatiya Kabi
Kazi Nazrul Islam University (JKKNIU), Trishal,
[2] https://www.sciencedirect.com/topics/engineeri Mymensingh, Bangladesh. He has authored numerous
ng/microcontroller research articles for both domestic and foreign
[3] Ganesh Deshmukh, Vedant Gawade, Vedant publications. Software engineering, cloud computing,
Godse, Nikhil Londhe, Dhananjay Gawari, Internet of Things, blockchain technology, internet
“Smart Navigational Shoes for and web programming, and wireless communications
Bikers/Cyclists”, International Journal of are some of his areas of interest in research.
Computer Applications (0975 – 8887) Volume
180 – No.41, May 2018, page 6-10.

@ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 400

You might also like