IoT Based Aquaculture
Abstract – Aquaculture, also known as aqua farming, is the farming of aquatic organisms such as fish, crustaceans and crabs by using the various sensors to reduce the risks. Water problem is the major effect for the growth of fish. Monitoring is essential for water quality. This can help to save number of lives.
The proposed work supports remote monitoring of the fish farming system based on Internet of Things (IOT) for real time monitor and control of a fish farming system. This will be helpful to be aware of the danger and can take necessary safety measures.
IoT is used in this project helps updating the information about water quality through mail. pH sensor, Water level Indicator, Temperature Sensor & Turbidity sensor is used to measure the water quality level. Esp32 takes the information and sends the information through the mail if the water quality is not in the given thresholds suitable for aquatic organisms.
1.INTRODUCTION
With the rapid development of the economy, more and more serious problems of environment arise. Water pollution is one of these problems. In 2014 Hindustan company mercury wastes are dissolved in Kodaikanal Lake due to this effect many lives get into danger. It contaminates the whole water in the lake. So it affects thousands of fishes. It is important to collect this measurement because these factors might affect and be affected by organisms in the pond. Because of continuous monitoring the parameters helps to reduce the problems arrived in future. Research in aquaculture is an input to increase stabilized production.
In last decade various scientists have made sustained efforts that resulted in development of modern production technologies that have revolutionized farm production. The main aim of the project is to remote monitoring of the fish farming system by using the various sensors to reduce the risks. In this processes we use sensors like pH value, temperature and level sensors. By using these sensors all the work is automated and it will also be easy to monitor the fish farming remotely from other location. Fish farming have been used for more than three decades. Research in aquaculture is an input to increase and stabilize production.
Fish farming refers to farming variety of marine species such as shellfish, sport fish, bait fish, ornamental fish, crustaceans, mollusks, algae, sea vegetables, and fish eggs to breed, rear and harvest in different water environments such as ponds, rivers, lakes, and ocean. Fish are coldblooded animals, regulating their body temperature directly by the water environment. Changes in water temperature affect the amount of dissolved oxygen in the water and fish oxygen consumption. Although the fish can withstand a broad water temperature range, any sudden, extreme changes in water temperature will have a considerable impact on fish physiology. A chilling injury will cause the fish to rush into, paralysis with a loss of balance, leading to death.
The reason may be the respiratory center, or osmotic regulation is affected at high temperatures. As the water temperature increases the fish suffer respiratory arrest. Fish World magazine found that the amount of dissolved oxygen in water increases or decreases with the seasons. When the water temperature rises, fish metabolic rate will be increased and results in less dissolved oxygen in the water.
Low water temperature decreases fish metabolic rate and increases amount of dissolved oxygen in the water. If the amount of dissolved oxygen in water is reduced to below a certain limit fish growth will be hindered. When the amount of dissolved oxygen becomes lower than the fish survival conditions the fish will die.
In general fish farming the acidity and alkaline of the water should be maintained between 6 to 8.Too acidic or alkaline will cause adverse effects, acid erosion of the gill tissue, tissue coagulation necrosis, increased mucus secretion, abdominal congestion and inflammation. If the PH value is less than 4.5, the fish will die. Water quality will directly affect the growth of aquaculture objects which affects the production and economic benefits.
In the promotion of health culture concept and environment friendly aquaculture, it has greater demands on water quality management. In the introduction a definition of monitoring suggested that monitoring was for compliance with regulatory standards for protection and safeguarding environmental quality. This is true and forms the basis for monitoring, but other reasons are also important. The aquaculture industry has an important & interest in environmental quality.
As pointed out earlier water quality (in particular) is of essential importance in maintaining the health of the cultured resource. This is true whether the reason be for optimization of fish growth to legal liability in case of litigation due to unacceptable environmental change which affects other resource users Environmental monitoring is therefore an important part of fish farm management.
The continuous and real-time automatic monitoring of water parameters will not only lead to a high quality aquaculture management but also provide accurate experimental data which help to optimize breeding process reduce farming costs and improve breeding efficiency.
2. Proposed Method & System Architecture
This section comprises of two subsections which are the introduction of required hardware and software technologies and description of the functionality of the architecture.
2.1 Required hardware and software:
1) Sensors: Analog pH Sensor for ESP 32 (shown in Fig.1(a)) is used to measure pH of water in this work. This pH sensor is specially intended for ESP 32 and has built-in convenient connection and features. A BNC connector is required to connect the sensor with ESSP 32. The range of this sensor is 0-14 pH. It has an accuracy of ±0.1 pH at a standard temperature of 25ºC and operating temperature range is 0-60°C. Just a few sections of the sensor may be inserted into the water. The reliability of this pH sensor can last for a half year when the water is clean and one month for water with high turbidity [13].
Temperature sensor (DS18B20) connected to the connecting terminal of the terminal sensor adapter with Arduino. This sensor has an accuracy of <±10% F.S and operating temperature range is 5-40°C [14]. We also use Waterproofed DS18B20 Temperature sensor (shown in Fig.1(b)). It has ±0.5°C accuracy from -10°C to +85°C. The upside of this sensor is just required one pin data communication for multiple sensors at once. One Wire Library for ESP 32 is used to measure temperature with this sensor [15].
2) ESP 32: ESP32 is a series of low-cost, low-power system on a chip microcontrollers with integrated Wi-Fi and dual-mode Bluetooth. The ESP32 series employs a Tensilica Xtensa LX6 microprocessor in both dual-core and single-core variations and includes built-in antenna switches, RF balun, power amplifier, low-noise receive amplifier, filters, and power-management modules. ESP32 is created and developed by Espressif Systems, a Shanghai-based Chinese company, and is manufactured by TSMC using their 40 nm process. It is a successor to the ESP8266 microcontroller.
2.1.Processors:
- CPU: Xtensa dual-core (or single-core) 32-bit LX6 microprocessor, operating at 160 or 240 MHz and performing at up to 600 DMIPS b. Ultra low power (ULP) co-processor
- Memory: 520 KiB SRAM
- Wireless connectivity:
- Wi-Fi: 802.11 b/g/n
- Bluetooth: v4.2 BR/EDR and BLE (shares the radio with Wi-Fi)
- Peripheral interfaces:
- 12-bit SAR ADC up to 18 channels
- 2 × 8-bit DACs
- 10 × touch sensors (capacitive sensing GPIOs)
- 4 × SPI
- 2 × I²S interfaces
- 2 × I²C interfaces
- 3 × UART
- SD/SDIO/CE-ATA/MMC/eMMC host controller
- SDIO/SPI slave controller
- Ethernet MAC interface with dedicated DMA and IEEE 1588 Precision Time Protocol support
- CAN bus 2.0
- Infrared remote controller (TX/RX, up to 8 channels)
- Motor PWM
- LED PWM (up to 16 channels)
- Hall effect sensor
- Ultra low power analog pre-amplifier
- Security:
- IEEE 802.11 standard security features all supported, including WFA, WPA/WPA2 and WAPI
- Secure boot
- Flash encryption
- 1024-bit OTP, up to 768-bit for customers
- Cryptographic hardware acceleration: AES, SHA-2, RSA, elliptic curve cryptography (ECC), random number generator (RNG)
- Power management:
- Internal low-dropout regulator
- Individual power domain for RTC
- 5μA deep sleep current
Wake up from GPIO interrupt, timer, ADC measurements, capacitive touch sensor interrupt.
2.2 System architecture
Now we will describe the architecture of our proposed monitoring system. Fig.3 shows the general scheme of our monitoring system.
The input to the circuit is applied from the regulated power supply. The a.c. input i.e., 230V from the mains supply is step down by the transformer to 12V and is fed to rectifier. The output obtained from the rectifier is a pulsating d.c voltage. So in order to get a pure d.c voltage, the output voltage from the rectifier is fed to a filter to remove any a.c components present even after rectification. Now, this voltage is given to a voltage regulator to obtain a pure constant dc voltage.
-
pH Sensor
pH sensor senses electro-chemical potential between a known liquid inside and outside the glass. Glass bulb allows agile and hydrogen ions to interact with glass and the glass electrode senses electro-chemical potential of hydrogen ions. To complete electrical circuit a reference electrode is needed. A pH sensor not be used in moving liquids of low conductivity.
-
Temperature Sensor
The DS18B20 temperature sensor is a integrated-circuit, whose output voltage is proportional to Celsius temperature. DS18B20 has advantage over linear temperature sensors because user can obtain convenient Centigrade scaling without subtract a large constant voltage from its output.
-
Internet of Things
This is the latest technology to transfer data from source to destination. We are using intra network for demonstration of this project. It is a kind of network of network Technology which is based on information sensing equipment such as Wi-Fi module etc. Cloud computing is a large scale processing unit which processes in run time and it is also a very low cost technology. It is remote server hosted on the internet to store, manage and process data, rather than a local server or a personal computer. The application area of IoT are Home automation, Water quality monitoring, Smart garbage The ESP 32 also gives a mail if the values are not in the desired range. Mail sending program can be shown in the following flowchart in Fig.4.
Fig. 5 Screenshot of the mail
2.3 IMPLEMENTATION & RESULT
Our proposed system was implemented in our previously selected pond for some hours. Obtained values are shown in TABLE II.
CONCLUSIONS
By successfully completing this project we have concluded that this IoT based Aquaculture can be used for the Aqua farmers in order to get the good output and reduce the risk of the fishes getting killed in large numbers. Also it will save the time of the farmers to do the manual testing of the every factor as they are getting it very easily through this project. This project is reliable, cost efficient and time saving for the Aqua farmers.
Even though this project is helping the aqua farmers for good results there can be always something advancement in the prior technology. The advancement here will be the microcontroller can be replaced with raspberry pi 3 which consists of in built Wi-Fi module and for IoT one can buy website to make it more advanced and secure. Also more sensors can be used to monitor different factors in water like ammonia, Nitrate, Bicarbonates, Salt, etc. The solution can also be automated for every undesired factor. Using this maybe one can get maximum throughput with minimum loss of fishes.
If you have any query please write us at info@zbotic.in
YOU CAN BUY ITEMS ONÂ ON ZBOTIC (https://www.zbotic.in)
Leave a reply