SlideShare a Scribd company logo
1 of 3
IOT based Aquaponic System
Fahima Akter
Dept. of Computer Science and Engineering
BRAC University
Dhaka, Bangladesh
fahimasummer2014@bracu.ac.bd
Nadia Farha Mubin
Dept. of Computer Science and Engineering
BRAC University
Dhaka, Bangladesh
nadia.mubin@bracu.ac.bd
Nadia Farhin Chowdhury
Dept. of Computer Science and Engineering
BRAC University
Dhaka, Bangladesh
nadiafarhinchowdhury@bracu.ac.bd
Saima Zaman
Dept. of Computer Science and Engineering
BRAC University
Dhaka, Bangladesh
saimazaman1919@bracu.ac.bd
Abstract-: The Internet of Things (IOT) has the capability to
transform the world we live and aquaponic system is a way
where one can grow fish and plants together. The project has
been made keeping the advancement of technology and
increasing number of people as well as environment in mind. The
objective of our project is to calculate the water level and
temperature, as well as to inform the condition of motor of the
pond if it is working or not. In addition, the system notifies the
user in the installed mobile app. The project aims at helping the
people by providing data such as water temperature, water level
distance through sensors which is sent on devices through
internet programmed with NodeMCU microcontroller and Blynk
local server by which one can easily get update of the condition of
pond.
Keywords- IOT, NodeMCu, Temperature sensor, Ultrasonic
sensor, Blynk.
I. INTRODUCTION
In 21 century, we live a life which is dependent on technology.
Ordinary new innovation are made to make our live less
demanding, calm and more agreeable. The main objective of
innovation has been to expand proficiency and lessening
exertion. IOT based aquaponic system which simplify our
daily activities in farming and improve the standard of
agriculture sectors. IOT based aquaponic system allows us to
give more focus on the works which has to be done by our
hand [1].This system is an independent and less costly
method. With the increasing of people as well as environment
in mind, this system will be enhanced for better cultivation
effects.
IOT based aquaponic system is the process where the farmers
and owner will be notified about the condition of the pond [5].
Our system can turn on and off any electrical devices like
motor to supply water if it requires and also update about
temperature and measures the level of water. We have used
Android application to capture and process, as Android
operating system is used in 80% of the smartphones. After
processing the data such as, water temperature and depth level
are provided through sensors, which is sent to mobile
application, on which a person can easily get to know the
condition of the pond. The sensors will extract the analog data
from soil and air. An automatic water pump connected
through a relay has been added to provide water for the pond
or water-body automatically thus reducing the extra work.
When the water level or temperature level change from the
ideal state then it will let the caretaker know through an SMS
via GSM.
II. LITERATURE REVIEW
Several research efforts have been directed towards IOT base
acquaponic system. For this, the approach of our system is to
have new and innovative ways for determine the water level
and measured temperature. But, these techniques are not
convenient to configure and deploy smart water-quality
sensors that provide remote, continuous, and real-time
information of indicators related to water quality, on a
graphical user interface (GUI).In the past years researchers
have made efforts for creating “An Internet of Things (IOT)-
based aquaponics facility” [].In order to eradicate this issue,
there has been quite a number of attempts to provide such a
system which will be affordable by the poverty-stricken
section of people. Taking advantage of the advancements in
Internet of Things (IOT), embedded systems and cloud
computing has eased the task of evaluating the water quality
by deploying various sensors and actuators around the
aquaponic platform [6]. The parameters are constantly
monitored and kept under control. The system proposed is
based on Modbus TCP communication protocol which is
widely used as a standard within industrial applications. The
use of Modbus and IOT technology has permitted the
development a smart aquaponic system for Industrial Internet
of Things (IOT) [4]. The reasons behind this popularity are its
easy functionality & low moderate cost [2] There are also
some other gesture based on smart Monitoring and Control
System for Aquaponics based on OpenWrt, IOT powered
portable acquaponic system etc. The true goal of this paper is
to deliver a system that can be used in betterment of aquaponic
system which will be easy functional and affordable that
handle by the farmer and owner. A developing country like
Bangladesh, farmers are hardly familiar uses of advance
technology and system. Which is why, a low-cost system is
required to be made in order to make it available for all
section of people.
III. PROPOSED MODEL
Figure 1. Block diagram of the proposed system
. The above prototype of the system shows how the sensors
and motor can be placed in a pond. The components and
server used to build the system are given below:
● Blynk local server
● Blynk App
● NodeMcu
● Solder less breadboard
● DS18B20 waterproof temperature sensor
● 4.7k ohm resister
● HC-SR04 sonar sensor
● 12V power adapter
● Step-down module
● Jumper Cables
● 1 channel 5v Relay Module
The model is proposed keeping in mind that; with the
advancement of technology the agriculture and fish culture
system of our country can be upgraded. The system reduces
the dependency of manual monitoring process. As a result, an
owner is able to monitor the system even from outside of their
territory having just an internet connection on mobile-phone.
IV. EXPERIMENTAL SETUP AND RESULT ANALYSIS
A. Implementation
The proposed system is controlled directly from mobile phone
of the user through internet connection. The Blynk app gives
the user flexibility to run the project whenever needed by just
pressing a play button. However, the system and the user must
be connected with internet no matter if the connection type is
different or not. If the NodeMcu is not connected with internet
for some reason, the blynk app notifies the user by showing
the device offline. The system can also be run by time
intervals where the user would not need to run the project by
himself where the updates will be shown and saved in the app
automatically. At first, the program is set with initial values of
the required temperature of the pond and the desired water-
level of the pond. After the initial process, when the app and
nodemcu both are connected to internet the values taken by
temperature sensor and water-level sensor and the condition of
the motor is send to the app via local blynk server. The
waterproof temperature sensor input is converted into Celsius
format by the following equation:
Temp in Celsius= [V_out(mv) -500]/10;
Here, the Vout is in millivolts and it takes input voltage of 5V.
Similarly, the sonar sensor measures the water level of the
pond using another equation:
Distance = duration*0.034/2;
Here, the duration is the total travel time of ultrasound emitted
by the sonar sensor and multiplied by 0.0340 (the speed of
sound in air in 1000). The result is divided by two as it is the
time to go and coming back to the sensor. Finally, when the
two readings are done from the temperature and sonar sensor
it is send to the app. Besides, the water-level output is also
compared with the required level, if the new water level is
below the required level it triggers the relay module which is
acting as switch to activate the motor used to pump water in
pond from external water tank. The motor runs from external
12V power source. During the water pumping process, the
sonar sensor remains in active state and takes reading
continuously to check if the water level reached to the
required level or not. When the level is reached the relay is
triggered again to turn off the power of the motor to stop water
pumping. Thus, the whole function of the system is run.
Figure 8. Hardware implementation.
B. Result Analysis
The system is operated by internet which is why the system as
well as the user or owner must have internet connection. As, it
is an aquaponic system, its’ main function is to monitor the
temperature and water level in the pond primarily. According
to the water-level it will perform an action to pump water in
the pond if necessary. The prototype system included a box as
sample pond which had depth of 13cm. The desired water
level in the sample pond declared at 8cm. If the water level
decreases and measured under 8cm the relay switch triggers
the motor to pump water and continues until the level is
low in the table :
Table 1. Experimental Data
Observation
no.
Measured
temperature
(degree °C)
Measured
water-
level
(cm)
Performed
action(motor)
(level>8=> On
Level<8=>Off)
1 27 °C 13 Motor-ON
(empty sample
pond)
2 27.5 °C 6 Motor-off
3 29 °C 9 Motor-On
4 33 °C 10 Motor-On
5 33°C 3 Motor-off
6 25 °C 5 Motor-off
7 26 °C 9 Motor-On
8 24 °C 8 Motor-off
V. CONCLUSION
The proposed system can continuously monitor and
control water level, temperature intensity that automatically
send early warnings in form of SMS, and push notification;
and rectify system abnormality without human interference.
Future work includes (1) adding a dissolved oxygen sensor
and a nitrate sensor to detect oxygen level and nitrate
concentration level in the water respectively, (2)
incorporating solar panels to harness solar energy to power
the actuators, and (3) providing live video streaming of the
aquaponics system using the mobile application. With a large-
scale implementation, the proposed system can significantly
reduce labor and operating costs, while increasing livestock
production and profitability, which contributes towards
sustainable and livable cities.
REFERENCES
[1] 1. “An Internet of Things (IOT)-based aquaponics facility” paper
published in 2017 IEEE Global Humanitarian Technology Conference
(GHTC)
[2] 2. https://www.milkwood.net/2014/01/20/aquaponics-a-brief-history/
[3] 3. ‘Smart Aquaponics System for Industrial Internet of Things (IOT)’
International Conference on Advanced Intelligent Systems and
Informatics
[4] 4. http://www.instructables.com/id/Automatically-water-your-small-
indoor-plant-using-/
[5] 5. instructables.com/id/Automatically-water-your-small-indoor-plant-
using-/
[6] 6. ‘Smart Aquaponic with Monitoring and Control System Based On
IOT’ The Second International Conference on Informatics and
Computing (ICIC 2017), At Aston Hotel, Papua_Indonesia.
[7] 7. Shafeena T., “Smart aquaponics system: challenges and
opportunities,” European Journal of Advances in Engineering and
Technology, vol. 3(2), pp. 52–55, 2016.
[8]
http://www.content/plugins/ijetcse/file/upload/docx/694Environmental-
[9] https://www.leaffin.com/optimum-temperature-aquaponics/

More Related Content

What's hot

IR proximity sensor report file.
IR proximity sensor report file.IR proximity sensor report file.
IR proximity sensor report file.Aman singh
 
Fingerprint base security system
Fingerprint base security systemFingerprint base security system
Fingerprint base security systempraful borad
 
IoT enabled automatic aquaponics system
IoT enabled automatic aquaponics systemIoT enabled automatic aquaponics system
IoT enabled automatic aquaponics systemNishmi Suresh
 
Iot based health monitoring system
Iot based health monitoring systemIot based health monitoring system
Iot based health monitoring systemShaswataMohanta
 
Architecture of Smart Sensors.ppt
Architecture of Smart Sensors.pptArchitecture of Smart Sensors.ppt
Architecture of Smart Sensors.pptmrunalinithanaraj
 
Raspberry pi course syllabus
Raspberry pi course syllabusRaspberry pi course syllabus
Raspberry pi course syllabusSoftroniics india
 
Artificial vision using embedded system
Artificial vision using embedded systemArtificial vision using embedded system
Artificial vision using embedded systemJegannath Alagendran
 
RFID BASED ATTENDANCE SYSTEM PPT
RFID BASED ATTENDANCE SYSTEM PPTRFID BASED ATTENDANCE SYSTEM PPT
RFID BASED ATTENDANCE SYSTEM PPTnikhilpatewar
 
IoT BASED SMART HOME USING ARDUINO
IoT BASED SMART HOME USING ARDUINOIoT BASED SMART HOME USING ARDUINO
IoT BASED SMART HOME USING ARDUINOAYSHA S KABEER
 
automatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture contentautomatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture contentPAMULA MURALI
 
Interfacing adc
Interfacing adcInterfacing adc
Interfacing adcPRADEEP
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot pptathmeg
 

What's hot (20)

IR proximity sensor report file.
IR proximity sensor report file.IR proximity sensor report file.
IR proximity sensor report file.
 
Fingerprint base security system
Fingerprint base security systemFingerprint base security system
Fingerprint base security system
 
IoT enabled automatic aquaponics system
IoT enabled automatic aquaponics systemIoT enabled automatic aquaponics system
IoT enabled automatic aquaponics system
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
Iot based health monitoring system
Iot based health monitoring systemIot based health monitoring system
Iot based health monitoring system
 
IoT sensing and actuation
IoT sensing and actuationIoT sensing and actuation
IoT sensing and actuation
 
Architecture of Smart Sensors.ppt
Architecture of Smart Sensors.pptArchitecture of Smart Sensors.ppt
Architecture of Smart Sensors.ppt
 
Esp8266 basics
Esp8266 basicsEsp8266 basics
Esp8266 basics
 
Raspberry pi course syllabus
Raspberry pi course syllabusRaspberry pi course syllabus
Raspberry pi course syllabus
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
IoT for Healthcare
IoT for HealthcareIoT for Healthcare
IoT for Healthcare
 
bio battery ppt
bio battery pptbio battery ppt
bio battery ppt
 
Artificial vision using embedded system
Artificial vision using embedded systemArtificial vision using embedded system
Artificial vision using embedded system
 
Third Eye For Blind.pptx
Third Eye For Blind.pptxThird Eye For Blind.pptx
Third Eye For Blind.pptx
 
RFID BASED ATTENDANCE SYSTEM PPT
RFID BASED ATTENDANCE SYSTEM PPTRFID BASED ATTENDANCE SYSTEM PPT
RFID BASED ATTENDANCE SYSTEM PPT
 
IoT BASED SMART HOME USING ARDUINO
IoT BASED SMART HOME USING ARDUINOIoT BASED SMART HOME USING ARDUINO
IoT BASED SMART HOME USING ARDUINO
 
automatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture contentautomatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture content
 
Interfacing adc
Interfacing adcInterfacing adc
Interfacing adc
 
Iot based fire alarm system
Iot based fire alarm systemIot based fire alarm system
Iot based fire alarm system
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot ppt
 

Similar to Iot based acquaponic system (dsd)

IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...IRJET Journal
 
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...IRJET Journal
 
Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.pptWajdi Bellil
 
IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET Journal
 
Automated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTAutomated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTIRJET Journal
 
IRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET Journal
 
IOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIRJET Journal
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water ManagementIRJET Journal
 
madhu pptx.pptx
madhu pptx.pptxmadhu pptx.pptx
madhu pptx.pptxDivyaU22
 
IRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring SystemIRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring SystemIRJET Journal
 
IRJET- Smart Device to Control Water Billing Units
IRJET- Smart Device to Control Water Billing UnitsIRJET- Smart Device to Control Water Billing Units
IRJET- Smart Device to Control Water Billing UnitsIRJET Journal
 
Prediction and Analysis of Water Requirement in Automated Irrigation System U...
Prediction and Analysis of Water Requirement in Automated Irrigation System U...Prediction and Analysis of Water Requirement in Automated Irrigation System U...
Prediction and Analysis of Water Requirement in Automated Irrigation System U...IRJET Journal
 
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET Journal
 
IRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET Journal
 
IRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement SystemIRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement SystemIRJET Journal
 
real_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdfreal_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdfdineshkumar1088888
 
A Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLA Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLIRJET Journal
 
IRJET- Smart Water Monitoring System using IoT
IRJET- Smart Water Monitoring System using IoTIRJET- Smart Water Monitoring System using IoT
IRJET- Smart Water Monitoring System using IoTIRJET Journal
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET Journal
 

Similar to Iot based acquaponic system (dsd) (20)

IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
 
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
 
Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.ppt
 
IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using Iot
 
Automated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTAutomated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoT
 
Water level monitoring system
Water level monitoring systemWater level monitoring system
Water level monitoring system
 
IRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSN
 
IOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For Lake
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
 
madhu pptx.pptx
madhu pptx.pptxmadhu pptx.pptx
madhu pptx.pptx
 
IRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring SystemIRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring System
 
IRJET- Smart Device to Control Water Billing Units
IRJET- Smart Device to Control Water Billing UnitsIRJET- Smart Device to Control Water Billing Units
IRJET- Smart Device to Control Water Billing Units
 
Prediction and Analysis of Water Requirement in Automated Irrigation System U...
Prediction and Analysis of Water Requirement in Automated Irrigation System U...Prediction and Analysis of Water Requirement in Automated Irrigation System U...
Prediction and Analysis of Water Requirement in Automated Irrigation System U...
 
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
 
IRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLC
 
IRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement SystemIRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement System
 
real_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdfreal_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdf
 
A Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLA Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and ML
 
IRJET- Smart Water Monitoring System using IoT
IRJET- Smart Water Monitoring System using IoTIRJET- Smart Water Monitoring System using IoT
IRJET- Smart Water Monitoring System using IoT
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoT
 

Recently uploaded

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
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
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
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
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
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 

Recently uploaded (20)

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 )
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
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
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
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...
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
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...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
(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...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 

Iot based acquaponic system (dsd)

  • 1. IOT based Aquaponic System Fahima Akter Dept. of Computer Science and Engineering BRAC University Dhaka, Bangladesh fahimasummer2014@bracu.ac.bd Nadia Farha Mubin Dept. of Computer Science and Engineering BRAC University Dhaka, Bangladesh nadia.mubin@bracu.ac.bd Nadia Farhin Chowdhury Dept. of Computer Science and Engineering BRAC University Dhaka, Bangladesh nadiafarhinchowdhury@bracu.ac.bd Saima Zaman Dept. of Computer Science and Engineering BRAC University Dhaka, Bangladesh saimazaman1919@bracu.ac.bd Abstract-: The Internet of Things (IOT) has the capability to transform the world we live and aquaponic system is a way where one can grow fish and plants together. The project has been made keeping the advancement of technology and increasing number of people as well as environment in mind. The objective of our project is to calculate the water level and temperature, as well as to inform the condition of motor of the pond if it is working or not. In addition, the system notifies the user in the installed mobile app. The project aims at helping the people by providing data such as water temperature, water level distance through sensors which is sent on devices through internet programmed with NodeMCU microcontroller and Blynk local server by which one can easily get update of the condition of pond. Keywords- IOT, NodeMCu, Temperature sensor, Ultrasonic sensor, Blynk. I. INTRODUCTION In 21 century, we live a life which is dependent on technology. Ordinary new innovation are made to make our live less demanding, calm and more agreeable. The main objective of innovation has been to expand proficiency and lessening exertion. IOT based aquaponic system which simplify our daily activities in farming and improve the standard of agriculture sectors. IOT based aquaponic system allows us to give more focus on the works which has to be done by our hand [1].This system is an independent and less costly method. With the increasing of people as well as environment in mind, this system will be enhanced for better cultivation effects. IOT based aquaponic system is the process where the farmers and owner will be notified about the condition of the pond [5]. Our system can turn on and off any electrical devices like motor to supply water if it requires and also update about temperature and measures the level of water. We have used Android application to capture and process, as Android operating system is used in 80% of the smartphones. After processing the data such as, water temperature and depth level are provided through sensors, which is sent to mobile application, on which a person can easily get to know the condition of the pond. The sensors will extract the analog data from soil and air. An automatic water pump connected through a relay has been added to provide water for the pond or water-body automatically thus reducing the extra work. When the water level or temperature level change from the ideal state then it will let the caretaker know through an SMS via GSM. II. LITERATURE REVIEW Several research efforts have been directed towards IOT base acquaponic system. For this, the approach of our system is to have new and innovative ways for determine the water level and measured temperature. But, these techniques are not convenient to configure and deploy smart water-quality sensors that provide remote, continuous, and real-time information of indicators related to water quality, on a graphical user interface (GUI).In the past years researchers have made efforts for creating “An Internet of Things (IOT)- based aquaponics facility” [].In order to eradicate this issue, there has been quite a number of attempts to provide such a system which will be affordable by the poverty-stricken section of people. Taking advantage of the advancements in Internet of Things (IOT), embedded systems and cloud computing has eased the task of evaluating the water quality by deploying various sensors and actuators around the aquaponic platform [6]. The parameters are constantly monitored and kept under control. The system proposed is based on Modbus TCP communication protocol which is widely used as a standard within industrial applications. The use of Modbus and IOT technology has permitted the
  • 2. development a smart aquaponic system for Industrial Internet of Things (IOT) [4]. The reasons behind this popularity are its easy functionality & low moderate cost [2] There are also some other gesture based on smart Monitoring and Control System for Aquaponics based on OpenWrt, IOT powered portable acquaponic system etc. The true goal of this paper is to deliver a system that can be used in betterment of aquaponic system which will be easy functional and affordable that handle by the farmer and owner. A developing country like Bangladesh, farmers are hardly familiar uses of advance technology and system. Which is why, a low-cost system is required to be made in order to make it available for all section of people. III. PROPOSED MODEL Figure 1. Block diagram of the proposed system . The above prototype of the system shows how the sensors and motor can be placed in a pond. The components and server used to build the system are given below: ● Blynk local server ● Blynk App ● NodeMcu ● Solder less breadboard ● DS18B20 waterproof temperature sensor ● 4.7k ohm resister ● HC-SR04 sonar sensor ● 12V power adapter ● Step-down module ● Jumper Cables ● 1 channel 5v Relay Module The model is proposed keeping in mind that; with the advancement of technology the agriculture and fish culture system of our country can be upgraded. The system reduces the dependency of manual monitoring process. As a result, an owner is able to monitor the system even from outside of their territory having just an internet connection on mobile-phone. IV. EXPERIMENTAL SETUP AND RESULT ANALYSIS A. Implementation The proposed system is controlled directly from mobile phone of the user through internet connection. The Blynk app gives the user flexibility to run the project whenever needed by just pressing a play button. However, the system and the user must be connected with internet no matter if the connection type is different or not. If the NodeMcu is not connected with internet for some reason, the blynk app notifies the user by showing the device offline. The system can also be run by time intervals where the user would not need to run the project by himself where the updates will be shown and saved in the app automatically. At first, the program is set with initial values of the required temperature of the pond and the desired water- level of the pond. After the initial process, when the app and nodemcu both are connected to internet the values taken by temperature sensor and water-level sensor and the condition of the motor is send to the app via local blynk server. The waterproof temperature sensor input is converted into Celsius format by the following equation: Temp in Celsius= [V_out(mv) -500]/10; Here, the Vout is in millivolts and it takes input voltage of 5V. Similarly, the sonar sensor measures the water level of the pond using another equation: Distance = duration*0.034/2; Here, the duration is the total travel time of ultrasound emitted by the sonar sensor and multiplied by 0.0340 (the speed of sound in air in 1000). The result is divided by two as it is the time to go and coming back to the sensor. Finally, when the two readings are done from the temperature and sonar sensor it is send to the app. Besides, the water-level output is also compared with the required level, if the new water level is below the required level it triggers the relay module which is acting as switch to activate the motor used to pump water in pond from external water tank. The motor runs from external 12V power source. During the water pumping process, the sonar sensor remains in active state and takes reading continuously to check if the water level reached to the required level or not. When the level is reached the relay is triggered again to turn off the power of the motor to stop water pumping. Thus, the whole function of the system is run.
  • 3. Figure 8. Hardware implementation. B. Result Analysis The system is operated by internet which is why the system as well as the user or owner must have internet connection. As, it is an aquaponic system, its’ main function is to monitor the temperature and water level in the pond primarily. According to the water-level it will perform an action to pump water in the pond if necessary. The prototype system included a box as sample pond which had depth of 13cm. The desired water level in the sample pond declared at 8cm. If the water level decreases and measured under 8cm the relay switch triggers the motor to pump water and continues until the level is low in the table : Table 1. Experimental Data Observation no. Measured temperature (degree °C) Measured water- level (cm) Performed action(motor) (level>8=> On Level<8=>Off) 1 27 °C 13 Motor-ON (empty sample pond) 2 27.5 °C 6 Motor-off 3 29 °C 9 Motor-On 4 33 °C 10 Motor-On 5 33°C 3 Motor-off 6 25 °C 5 Motor-off 7 26 °C 9 Motor-On 8 24 °C 8 Motor-off V. CONCLUSION The proposed system can continuously monitor and control water level, temperature intensity that automatically send early warnings in form of SMS, and push notification; and rectify system abnormality without human interference. Future work includes (1) adding a dissolved oxygen sensor and a nitrate sensor to detect oxygen level and nitrate concentration level in the water respectively, (2) incorporating solar panels to harness solar energy to power the actuators, and (3) providing live video streaming of the aquaponics system using the mobile application. With a large- scale implementation, the proposed system can significantly reduce labor and operating costs, while increasing livestock production and profitability, which contributes towards sustainable and livable cities. REFERENCES [1] 1. “An Internet of Things (IOT)-based aquaponics facility” paper published in 2017 IEEE Global Humanitarian Technology Conference (GHTC) [2] 2. https://www.milkwood.net/2014/01/20/aquaponics-a-brief-history/ [3] 3. ‘Smart Aquaponics System for Industrial Internet of Things (IOT)’ International Conference on Advanced Intelligent Systems and Informatics [4] 4. http://www.instructables.com/id/Automatically-water-your-small- indoor-plant-using-/ [5] 5. instructables.com/id/Automatically-water-your-small-indoor-plant- using-/ [6] 6. ‘Smart Aquaponic with Monitoring and Control System Based On IOT’ The Second International Conference on Informatics and Computing (ICIC 2017), At Aston Hotel, Papua_Indonesia. [7] 7. Shafeena T., “Smart aquaponics system: challenges and opportunities,” European Journal of Advances in Engineering and Technology, vol. 3(2), pp. 52–55, 2016. [8] http://www.content/plugins/ijetcse/file/upload/docx/694Environmental- [9] https://www.leaffin.com/optimum-temperature-aquaponics/