SlideShare a Scribd company logo
1 of 4
Download to read offline
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
@ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 397
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
The water pump technology described in this paper is Bluetooth-
controlled and may be used to remotely manage water using a mobile
application. The system consists of a microcontroller with Bluetooth
functionality coupled to a water pump. Through the interface of the
mobile application, users may control the pump, modify flow rates,
and keep an eye on its current status. The technology uses a secure
Bluetooth connection and is energy-efficient. It can be applied in a
variety of contexts, such as water management in gardening,
fisheries, agriculture, and diverse sectors of irrigation. This research
demonstrates the viability and efficiency of using Bluetooth
technology to remotely control water pumps, which contributes to
preserving resources. The implementation of this initiative may also
contribute to the reduction in the waste of electricity and water.
KEYWORDS: Water Pump, Smartphone, Arduino, Bluetooth, Power
Supply
How to cite this paper: Rafat Ara |
Harun-Or-Roshid | Md. Abdur Rahim
"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, pp.397-400, URL:
www.ijtsrd.com/papers/ijtsrd62405.pdf
Copyright © 2024 by author (s) and
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
water. Water is essential to nearly every daily activity
that humans engage in, including cleaning, bathing,
irrigation, and meeting industry demands. But while
the world's population continues to rise, the quantity
of clean water is declining. It is clear that
improvements in the clean water supply are necessary
to meet the population's ongoing needs for clean
water. Technology plays a role in the evolution of
culture. Technology is typically created to make
certain tasks easier for people to complete. Thus,
technological advancement typically sets off cultural
change. Automation technology is one of the
technologies of today. People occasionally wish for
their work to be done automatically so they can save
energy for other tasks. Advanced automation tools,
like the Arduino UNO, which allows logical control
of electrical circuits, have been developed to set
certain tasks automatically. The circuit is intended to
be logically controlled by Arduino.1
The primary part
of an integrated circuit chip that can be programmed
with embedded C++ is in Arduino. This
microcontroller is an AVR, made by the company
Atmel. The gadget can process the program, read the
input, and generate a variety of outputs depending on
what we need. A microcontroller is comparable to the
human brain as a result. When looking at the watering
purposes of the previous works, it is found that the
automated irrigation systems, temperature control,
distance measurement, automated bottle filling
systems, soil humidity monitoring, and plant watering
systems have all been implemented using Arduino
UNO-based sensors.
This proposal proposes an automated water tank
filling system using an Arduino UNO
microcontroller. The water pump, which pumps
groundwater into the tank, has two models: a manual
operation and a floating ball tap-equipped system.
The manual operation is inefficient and can cause
water spills, excessive electricity use, and damage to
walls. The proposed system uses an Arduino UNO
and an ultrasonic sensor to regulate water filling
IJTSRD62405
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 398
levels. The sensor will automatically turn off the
machine when the tank is filled and on at a
predetermined level once the tank is filled.
II. Proposed System
Our proposed system is an efficient way to extract
water from underground sources, wells, lakes, rivers,
or reservoirs for various purposes of irrigation. It will
save time and energy compared to manual extraction
methods. Other benefits include controlled by Mobile
App, energy efficiency, real-time monitoring, a user-
friendly interface, reduced wiring complexity,
portability and flexibility, cost-effectiveness, ease of
installation and improved safety. The design of a
smart water pump system controlled by a smartphone
is given below:
Fig 1 Design of smart water pump system
controlled by smartphone
A. Software/Hardware Requirements
 Water pump
 Male to male cables
 Male to female cables
 Arduino UNO
 Relay
 9v Battery
B. Modules Description
To set up a Bluetooth-controlled water pump, specific
electronic components are required, including
Bluetooth modules, a microcontroller, and associated
peripherals. These are the key modules typically used
in such a system.
1. Microcontroller:
 Description: The microcontroller is responsible
for managing the water pump system by
processing Bluetooth commands, controlling the
motor, and adjusting settings based on user
inputs.
 Functionality: A microcontroller is used to
interpret Bluetooth commands, execute pump
control logic, and provide feedback to the mobile
app. Common microcontrollers used for this
purpose are Arduino boards, PIC
microcontrollers, or custom-designed
microcontrollers based on the specific system
requirements.2
2. Bluetooth Module:
 Description: The water pump system can
communicate wirelessly with a mobile device
through a Bluetooth module. Bluetooth Classic
and Bluetooth Low Energy (BLE) are the two
types of Bluetooth modules available. Bluetooth
Classic has HC-05, HC-06, and HM-10 as its
common manufacturers, while BLE has HM-11
or HM-19.
 Functionality: The microcontroller in the water
pump system can receive commands and transmit
feedback to and from a mobile device through the
Bluetooth module.
3. Power Supply:
 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
motor, such as in irrigation or circulation pumps,
a motor driver circuit is required. This circuit
converts signals from the microcontroller into
power levels that operate the motor.
 Functionality: The pump motor's speed and
direction are controlled by the motor driver,
which receives signals from the microcontroller.
5. User Interface (Mobile App):
 Description: The mobile app acts as a user
interface for controlling the water pump system,
communicating with the Bluetooth module for
commands and feedback.
 Functionality: With the mobile app, users can
control and monitor their water pump through
Bluetooth. They can easily turn the pump on or
off, adjust settings, and keep track of the system.
C. Necessary Tools
1. Arduino UNO: Based on the ATmega328P
microcontroller, the Arduino UNO is a popular
open-source microcontroller board.3
It is a
component of the Arduino hardware platform and
is renowned for being user-friendly, adaptable,
and simple. The ATmega328P microcontroller is
an 8-bit AVR microarchitecture chip that has
EEPROM, SRAM, and flash memory for data
retention and program storage.
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 399
Fig 2 Arduino UNO
2. Water Motor:
Water motors, also known as water pumps, are
mechanical tools that move water from one place to
another. They work by creating a pressure difference
inside a casing as the impeller, a type of rotor, rotates.
Various types of water motors exist, such as jet
pumps, centrifugal pumps, and positive displacement
pumps. The most common type of water motor is the
centrifugal pump, which generates centrifugal force
with a spinning impeller. Centrifugal pumps are used
in numerous applications, such as irrigation, water
treatment, and HVAC systems, to move water
through the pump and out of the discharge outlet.
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.
Fig 4 Power Supply
4. Bluetooth Sensor:
The HC-05 is a Bluetooth device that communicates
with microcontrollers using serial communication. Its
default settings can be changed with certain AT
commands. The module has a 3.3 V level for RX/TX,
so there's no need to shift the TX voltage level.
However, the transmit voltage level from the
microcontroller to the RX of the HC-05 module needs
to be shifted. For more information on how to use the
HC-05 Bluetooth module, refer to the topic in the
sensors and modules section.4
Fig 5 Bluetooth Sensor
III. Physical View of the System
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 400
IV. Advantages of Smartphone-Controlled
Water Pump Management System
 Efficiency is increased and energy usage is
decreased with enhanced water distribution
management.
 Pump operation can be monitored and controlled
in real-time, reducing the need for human
intervention and improving reliability.
 Automatic fault detection and repair capabilities
are also provided, resulting in long-term cost
savings due to reduced maintenance needs.5
 It was put in place to minimize the need for labor.
V. Disadvantages of Smartphone-Controlled
Water Pump Management System
Reliance on electronic components may pose
challenges in areas with limited access to skilled
technicians for maintenance and repairs.
VI. Conclusion
In today's world, technology has advanced to the
point where we prefer automatic processes that don't
require human effort. This project helps to reduce the
amount of manual work required by a person to turn
the pump on or off. The project is particularly helpful
in situations where it's difficult to operate the water
pump properly. The system uses an Arduino to
control the pump and can be applied to areas such as
irrigation, water treatment, and industrial process
control.
In the future, GSM technology will be used to control
the water pump from anywhere in the world.
References
[1] https://en.wikipedia.org/wiki/Arduino_Uno
[2] https://www.sciencedirect.com/topics/engineeri
ng/microcontroller
[3] Ganesh Deshmukh, Vedant Gawade, Vedant
Godse, Nikhil Londhe, Dhananjay Gawari,
“Smart Navigational Shoes for
Bikers/Cyclists”, International Journal of
Computer Applications (0975 – 8887) Volume
180 – No.41, May 2018, page 6-10.
[4] https://www.mokoblue.com/bluetooth-sensors-
guide/
[5] https://www.digiteum.com/smart-water-
management-iot/
AUTHORS PROFILE
Rafat Ara teaches as an Assistant
Professor in the German University
Bangladesh's Department of Computer
Science and Engineering in Gazipur,
Bangladesh. She graduated with a B.Sc. in computer
science and engineering from Jatiya Kabi Kazi Nazrul
Islam University (JKKNIU) in Bangladesh and an
M.Sc. in computer science from Jahangirnagar
University (JU) in Bangladesh. Her research interests
include cloud computing, artificial intelligence,
computer networks, Internet of Things, software
engineering, cryptography, and network security. She
has published research papers in a number of national
and international journals.
Harun-Or-Roshid is a student in the
department. of Computer Science and
Engineering at German University
Bangladesh in Gazipur, Bangladesh. He
has research interests in robotics, artificial
intelligence, Internet of Things, and cloud computing.
Md. Abdur Rahim teaches as an
Assistant Professor at German
University Bangladesh in Gazipur,
Bangladesh, in the Department of
Computer Science and Engineering. He received his
M.Sc. in computer science from Jahangirnagar
University (JU), Bangladesh, and his B.Sc. in
computer science and engineering from Jatiya Kabi
Kazi Nazrul Islam University (JKKNIU), Trishal,
Mymensingh, Bangladesh. He has authored numerous
research articles for both domestic and foreign
publications. Software engineering, cloud computing,
Internet of Things, blockchain technology, internet
and web programming, and wireless communications
are some of his areas of interest in research.

More Related Content

Similar to Smartphone Controlled Water Pump Management System for Various Irrigation Sectors Using Ardunio UNO

IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET-  	  Automated Water Conservation and Theft Detection using IOTIRJET-  	  Automated Water Conservation and Theft Detection using IOT
IRJET- Automated Water Conservation and Theft Detection using IOTIRJET Journal
 
madhu pptx.pptx
madhu pptx.pptxmadhu pptx.pptx
madhu pptx.pptxDivyaU22
 
IRJET- Voice Controlled Water Control System using Arduino
IRJET- Voice Controlled Water Control System using ArduinoIRJET- Voice Controlled Water Control System using Arduino
IRJET- Voice Controlled Water Control System using ArduinoIRJET Journal
 
Automatic Water Level Controller for Overhead and Underground Water Tank
Automatic Water Level Controller for Overhead and Underground Water TankAutomatic Water Level Controller for Overhead and Underground Water Tank
Automatic Water Level Controller for Overhead and Underground Water TankIJAEMSJORNAL
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water ManagementIRJET Journal
 
IRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert SystemIRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert SystemIRJET Journal
 
Home Automation Water Tank Level Control
Home Automation Water Tank Level Control Home Automation Water Tank Level Control
Home Automation Water Tank Level Control Upamanyu Ray
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTMayur Rahangdale
 
IRJET - Smart Irrigation and Draining System using IoT
IRJET -  	  Smart Irrigation and Draining System using IoTIRJET -  	  Smart Irrigation and Draining System using IoT
IRJET - Smart Irrigation and Draining System using IoTIRJET Journal
 
B03710609
B03710609B03710609
B03710609theijes
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIJMTST Journal
 
IRJET- Software Sensor for Potable Water Quality through Qualitative and ...
IRJET-  	  Software Sensor for Potable Water Quality through Qualitative and ...IRJET-  	  Software Sensor for Potable Water Quality through Qualitative and ...
IRJET- Software Sensor for Potable Water Quality through Qualitative and ...IRJET Journal
 
IRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET Journal
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesYogeshIJTSRD
 
Automatic Water Storage and Distribution System using Reliance SCADA
Automatic Water Storage and Distribution System using Reliance SCADAAutomatic Water Storage and Distribution System using Reliance SCADA
Automatic Water Storage and Distribution System using Reliance SCADAijtsrd
 
Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...IRJET Journal
 
IoT Based Solar Water Pump Controller
IoT Based Solar Water Pump ControllerIoT Based Solar Water Pump Controller
IoT Based Solar Water Pump ControllerIJSRED
 
EVAPOTRANSPIRIATION CON TROLLER PPT.pptx
EVAPOTRANSPIRIATION CON TROLLER PPT.pptxEVAPOTRANSPIRIATION CON TROLLER PPT.pptx
EVAPOTRANSPIRIATION CON TROLLER PPT.pptxsrajece
 

Similar to Smartphone Controlled Water Pump Management System for Various Irrigation Sectors Using Ardunio UNO (20)

IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET-  	  Automated Water Conservation and Theft Detection using IOTIRJET-  	  Automated Water Conservation and Theft Detection using IOT
IRJET- Automated Water Conservation and Theft Detection using IOT
 
madhu pptx.pptx
madhu pptx.pptxmadhu pptx.pptx
madhu pptx.pptx
 
IRJET- Voice Controlled Water Control System using Arduino
IRJET- Voice Controlled Water Control System using ArduinoIRJET- Voice Controlled Water Control System using Arduino
IRJET- Voice Controlled Water Control System using Arduino
 
Automatic Water Level Controller for Overhead and Underground Water Tank
Automatic Water Level Controller for Overhead and Underground Water TankAutomatic Water Level Controller for Overhead and Underground Water Tank
Automatic Water Level Controller for Overhead and Underground Water Tank
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
 
IRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert SystemIRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert System
 
Home Automation Water Tank Level Control
Home Automation Water Tank Level Control Home Automation Water Tank Level Control
Home Automation Water Tank Level Control
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOT
 
IRJET - Smart Irrigation and Draining System using IoT
IRJET -  	  Smart Irrigation and Draining System using IoTIRJET -  	  Smart Irrigation and Draining System using IoT
IRJET - Smart Irrigation and Draining System using IoT
 
B03710609
B03710609B03710609
B03710609
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly System
 
IRJET- Software Sensor for Potable Water Quality through Qualitative and ...
IRJET-  	  Software Sensor for Potable Water Quality through Qualitative and ...IRJET-  	  Software Sensor for Potable Water Quality through Qualitative and ...
IRJET- Software Sensor for Potable Water Quality through Qualitative and ...
 
F05323134
F05323134F05323134
F05323134
 
IRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring System
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart Cities
 
Automatic Water Storage and Distribution System using Reliance SCADA
Automatic Water Storage and Distribution System using Reliance SCADAAutomatic Water Storage and Distribution System using Reliance SCADA
Automatic Water Storage and Distribution System using Reliance SCADA
 
10
1010
10
 
Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...
 
IoT Based Solar Water Pump Controller
IoT Based Solar Water Pump ControllerIoT Based Solar Water Pump Controller
IoT Based Solar Water Pump Controller
 
EVAPOTRANSPIRIATION CON TROLLER PPT.pptx
EVAPOTRANSPIRIATION CON TROLLER PPT.pptxEVAPOTRANSPIRIATION CON TROLLER PPT.pptx
EVAPOTRANSPIRIATION CON TROLLER PPT.pptx
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 

Recently uploaded (20)

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 

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

  • 1. 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 @ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 397 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 The water pump technology described in this paper is Bluetooth- controlled and may be used to remotely manage water using a mobile application. The system consists of a microcontroller with Bluetooth functionality coupled to a water pump. Through the interface of the mobile application, users may control the pump, modify flow rates, and keep an eye on its current status. The technology uses a secure Bluetooth connection and is energy-efficient. It can be applied in a variety of contexts, such as water management in gardening, fisheries, agriculture, and diverse sectors of irrigation. This research demonstrates the viability and efficiency of using Bluetooth technology to remotely control water pumps, which contributes to preserving resources. The implementation of this initiative may also contribute to the reduction in the waste of electricity and water. KEYWORDS: Water Pump, Smartphone, Arduino, Bluetooth, Power Supply How to cite this paper: Rafat Ara | Harun-Or-Roshid | Md. Abdur Rahim "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, pp.397-400, URL: www.ijtsrd.com/papers/ijtsrd62405.pdf Copyright © 2024 by author (s) and 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 water. Water is essential to nearly every daily activity that humans engage in, including cleaning, bathing, irrigation, and meeting industry demands. But while the world's population continues to rise, the quantity of clean water is declining. It is clear that improvements in the clean water supply are necessary to meet the population's ongoing needs for clean water. Technology plays a role in the evolution of culture. Technology is typically created to make certain tasks easier for people to complete. Thus, technological advancement typically sets off cultural change. Automation technology is one of the technologies of today. People occasionally wish for their work to be done automatically so they can save energy for other tasks. Advanced automation tools, like the Arduino UNO, which allows logical control of electrical circuits, have been developed to set certain tasks automatically. The circuit is intended to be logically controlled by Arduino.1 The primary part of an integrated circuit chip that can be programmed with embedded C++ is in Arduino. This microcontroller is an AVR, made by the company Atmel. The gadget can process the program, read the input, and generate a variety of outputs depending on what we need. A microcontroller is comparable to the human brain as a result. When looking at the watering purposes of the previous works, it is found that the automated irrigation systems, temperature control, distance measurement, automated bottle filling systems, soil humidity monitoring, and plant watering systems have all been implemented using Arduino UNO-based sensors. This proposal proposes an automated water tank filling system using an Arduino UNO microcontroller. The water pump, which pumps groundwater into the tank, has two models: a manual operation and a floating ball tap-equipped system. The manual operation is inefficient and can cause water spills, excessive electricity use, and damage to walls. The proposed system uses an Arduino UNO and an ultrasonic sensor to regulate water filling IJTSRD62405
  • 2. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 398 levels. The sensor will automatically turn off the machine when the tank is filled and on at a predetermined level once the tank is filled. II. Proposed System Our proposed system is an efficient way to extract water from underground sources, wells, lakes, rivers, or reservoirs for various purposes of irrigation. It will save time and energy compared to manual extraction methods. Other benefits include controlled by Mobile App, energy efficiency, real-time monitoring, a user- friendly interface, reduced wiring complexity, portability and flexibility, cost-effectiveness, ease of installation and improved safety. The design of a smart water pump system controlled by a smartphone is given below: Fig 1 Design of smart water pump system controlled by smartphone A. Software/Hardware Requirements  Water pump  Male to male cables  Male to female cables  Arduino UNO  Relay  9v Battery B. Modules Description To set up a Bluetooth-controlled water pump, specific electronic components are required, including Bluetooth modules, a microcontroller, and associated peripherals. These are the key modules typically used in such a system. 1. Microcontroller:  Description: The microcontroller is responsible for managing the water pump system by processing Bluetooth commands, controlling the motor, and adjusting settings based on user inputs.  Functionality: A microcontroller is used to interpret Bluetooth commands, execute pump control logic, and provide feedback to the mobile app. Common microcontrollers used for this purpose are Arduino boards, PIC microcontrollers, or custom-designed microcontrollers based on the specific system requirements.2 2. Bluetooth Module:  Description: The water pump system can communicate wirelessly with a mobile device through a Bluetooth module. Bluetooth Classic and Bluetooth Low Energy (BLE) are the two types of Bluetooth modules available. Bluetooth Classic has HC-05, HC-06, and HM-10 as its common manufacturers, while BLE has HM-11 or HM-19.  Functionality: The microcontroller in the water pump system can receive commands and transmit feedback to and from a mobile device through the Bluetooth module. 3. Power Supply:  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 motor, such as in irrigation or circulation pumps, a motor driver circuit is required. This circuit converts signals from the microcontroller into power levels that operate the motor.  Functionality: The pump motor's speed and direction are controlled by the motor driver, which receives signals from the microcontroller. 5. User Interface (Mobile App):  Description: The mobile app acts as a user interface for controlling the water pump system, communicating with the Bluetooth module for commands and feedback.  Functionality: With the mobile app, users can control and monitor their water pump through Bluetooth. They can easily turn the pump on or off, adjust settings, and keep track of the system. C. Necessary Tools 1. Arduino UNO: Based on the ATmega328P microcontroller, the Arduino UNO is a popular open-source microcontroller board.3 It is a component of the Arduino hardware platform and is renowned for being user-friendly, adaptable, and simple. The ATmega328P microcontroller is an 8-bit AVR microarchitecture chip that has EEPROM, SRAM, and flash memory for data retention and program storage.
  • 3. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 399 Fig 2 Arduino UNO 2. Water Motor: Water motors, also known as water pumps, are mechanical tools that move water from one place to another. They work by creating a pressure difference inside a casing as the impeller, a type of rotor, rotates. Various types of water motors exist, such as jet pumps, centrifugal pumps, and positive displacement pumps. The most common type of water motor is the centrifugal pump, which generates centrifugal force with a spinning impeller. Centrifugal pumps are used in numerous applications, such as irrigation, water treatment, and HVAC systems, to move water through the pump and out of the discharge outlet. 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. Fig 4 Power Supply 4. Bluetooth Sensor: The HC-05 is a Bluetooth device that communicates with microcontrollers using serial communication. Its default settings can be changed with certain AT commands. The module has a 3.3 V level for RX/TX, so there's no need to shift the TX voltage level. However, the transmit voltage level from the microcontroller to the RX of the HC-05 module needs to be shifted. For more information on how to use the HC-05 Bluetooth module, refer to the topic in the sensors and modules section.4 Fig 5 Bluetooth Sensor III. Physical View of the System
  • 4. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD62405 | Volume – 8 | Issue – 1 | Jan-Feb 2024 Page 400 IV. Advantages of Smartphone-Controlled Water Pump Management System  Efficiency is increased and energy usage is decreased with enhanced water distribution management.  Pump operation can be monitored and controlled in real-time, reducing the need for human intervention and improving reliability.  Automatic fault detection and repair capabilities are also provided, resulting in long-term cost savings due to reduced maintenance needs.5  It was put in place to minimize the need for labor. V. Disadvantages of Smartphone-Controlled Water Pump Management System Reliance on electronic components may pose challenges in areas with limited access to skilled technicians for maintenance and repairs. VI. Conclusion In today's world, technology has advanced to the point where we prefer automatic processes that don't require human effort. This project helps to reduce the amount of manual work required by a person to turn the pump on or off. The project is particularly helpful in situations where it's difficult to operate the water pump properly. The system uses an Arduino to control the pump and can be applied to areas such as irrigation, water treatment, and industrial process control. In the future, GSM technology will be used to control the water pump from anywhere in the world. References [1] https://en.wikipedia.org/wiki/Arduino_Uno [2] https://www.sciencedirect.com/topics/engineeri ng/microcontroller [3] Ganesh Deshmukh, Vedant Gawade, Vedant Godse, Nikhil Londhe, Dhananjay Gawari, “Smart Navigational Shoes for Bikers/Cyclists”, International Journal of Computer Applications (0975 – 8887) Volume 180 – No.41, May 2018, page 6-10. [4] https://www.mokoblue.com/bluetooth-sensors- guide/ [5] https://www.digiteum.com/smart-water- management-iot/ AUTHORS PROFILE Rafat Ara teaches as an Assistant Professor in the German University Bangladesh's Department of Computer Science and Engineering in Gazipur, Bangladesh. She graduated with a B.Sc. in computer science and engineering from Jatiya Kabi Kazi Nazrul Islam University (JKKNIU) in Bangladesh and an M.Sc. in computer science from Jahangirnagar University (JU) in Bangladesh. Her research interests include cloud computing, artificial intelligence, computer networks, Internet of Things, software engineering, cryptography, and network security. She has published research papers in a number of national and international journals. Harun-Or-Roshid is a student in the department. of Computer Science and Engineering at German University Bangladesh in Gazipur, Bangladesh. He has research interests in robotics, artificial intelligence, Internet of Things, and cloud computing. Md. Abdur Rahim teaches as an Assistant Professor at German University Bangladesh in Gazipur, Bangladesh, in the Department of Computer Science and Engineering. He received his M.Sc. in computer science from Jahangirnagar University (JU), Bangladesh, and his B.Sc. in computer science and engineering from Jatiya Kabi Kazi Nazrul Islam University (JKKNIU), Trishal, Mymensingh, Bangladesh. He has authored numerous research articles for both domestic and foreign publications. Software engineering, cloud computing, Internet of Things, blockchain technology, internet and web programming, and wireless communications are some of his areas of interest in research.