DOCUMENTATION (1)
DOCUMENTATION (1)
DOCUMENTATION (1)
On
Degree of
BACHELOR OF TECHNOLOGY
in
INFORMATION TECHNOLOGY
Submitted By
APARNA P (20BIT4005)
MATHUMITHA P (20BIT4055)
(Autonomous)
May, 2023
VISION
education.
MISSION
professional associations.
VISION
industry.
MISSION
Technology
providing an environment.
world.
PROGRAM EDUCATIONAL OBJECTIVES (PEOs)
PEO1: Graduates will be able to solve real world problems using learned
PEO2: Encompass the ability to examine, plan and build innovative software
PEO3: Graduates will be able to carry out the profession with ethics, integrity,
engineering problems and design system components or processes that meet the
specified needs with appropriate consideration for the public health and safety,
conclusions.
PO5: Modern tool usage: Create, select, and apply appropriate techniques,
limitations.
PO6: The engineer and society: Apply reasoning informed by the contextual
knowledge to assess societal, health, safety, legal and cultural issues and the
activities with the engineering community and with society at large, such as,
being able to comprehend and write effective reports and design documentation,
one’s own work, as a member and leader in a team, to manage projects and in
multidisciplinary environments.
PO12: Life-long learning: Recognize the need for, and have the preparation
practice professional ethics and the concerns for societal and environmental
well-being.
PSO2: Competency Skills: Design software in a futuristic approach to support
(Autonomous)
BONAFIDE CERTIFICATE
(20BIT4005),BHARATHIPRIYAP(20BIT4009),KALPANA P(20BIT4046),
Signature Signature
Ph.D
Thalavapalayam-Karur,639113. Thalavapalayam-Karur,639113.
ABSTRACT
Pollution of water is one of the main threats in recent times as drinking water is
getting contaminated and polluted. The polluted water can cause various
diseases to humans and animals, which in turn affects the life cycle of the
be taken and critical situations can be avoided. To make certain the supply of
pure water, the quality of the water should be examined in real-time. Smart
solutions for monitoring of water pollution are getting more and more
of Things (IoT) technology. In this paper, a detailed review of the latest works
that were implemented in the arena of smart water pollution monitoring systems
is presented. The paper proposes a cost effective and efficient IoT based smart
uninterruptedly. The developed model is tested with three water samples and the
Nowadays Internet of Things (IoT) and Remote Sensing (RS) techniques are
used in different area of research for monitoring, collecting and analysis data
from remote locations. Due to the vast increase in global industrial output, rural
to urban drift and the over-utilization of land and sea resources, the quality of
water available to people has deteriorated greatly. The high use of fertilizers in
farms and also other chemicals in sectors such as mining and construction have
is an essential need for human survival and therefore there must be mechanisms
put in place to vigorously test the quality of water that made available for
drinking in town and city articulated supplies and as well as the rivers, creeks
and shoreline that surround our towns and cities. The availability of good
well as improving the quality of life. Fiji Islands are located in the vast Pacific
Ocean which requires a frequent data collecting network for the water quality
monitoring and IoT and RS can improve the existing measurement. This paper
presents a smart water quality monitoring system for Fiji, using IoT and
remote_sensing_technology.
TABLE OF CONTENTS
No. No.
ABSTRACT 2
LIST OF TABLES 3
LIST OF FIGURES 6
1 INTRODUCTION 12
1.1 General 12
2 LITERATURE REVIEW 14
4 EXISTING SYSTEM 18
5 PROBLEM DESCRIPTION 22
6 PROPOSED SYSTEM 25
6.2 Working
8 CONCLUSION
9 REFERENCE
List of Figures
6.4 19
Circuit Diagram
7.1 19
Output Shots
List of Tables
22
CHAPTER - 1
INTRODUCTION
CHAPTER-1
1.Introduction
water sources like ponds, rivers, lakes, seas and oceans, gets
These materials will not alter the color of the water always,
The Internet of Things (IoT) describes the network of physical objects things
that are embedded with sensors, software, and other technologies for the
purpose of connecting and exchanging data with other devices and systems over
the internet.
sampling (Sanders et al. 1987). The type of information sought depends on the
2. Literature Review
Nikhil Kedia entitled “Water Quality Monitoring for Rural Areas-A Sensor
domain. While automatically improving the water quality is not feasible at this
point, efficient use of technology and economic practices can help improve
Jayti Bhatt, Jignesh Patoliya, Iot Based Water Quality Monitoring System,
IRFIC, 21feb,2016.
Jayti Bhatt, Jignesh Patoliya entitled “Real Time Water Quality Monitoring
System”. This paper describes to ensure the safe supply of drinking water the
quality should be monitored in real time for that purpose new approach IOT
(Internet of Things) based water quality monitoring has been proposed. In this
paper, we present the design of IOT based water quality monitoring system that
monitor the quality of water in real time. This system consists some sensors
which measure the water quality parameter such as pH, turbidity, conductivity,
dissolved oxygen, temperature. The measured values from the sensors are
to the core controller that is raspberry pi using Zigbee protocol. Finally, sensors
Required
1 Turbidity 1
2 Cable Wires 4
3 4
4 4
5 4
6 12
7 -
8 -
Arduino IDE:
(IDE) - contains a text editor for writing code, a message area, a text console, a
toolbar with buttons for common functions and a series of menus. It connects
4.Existing System
quality monitoring.
electronics.
presented.
CHAPTER-5
5.problem Description
Existing water treatment systems cannot detect thedissolved contaminants
such as chemicals.
diseases.
and viruses.
• Moreover, there is no single instrument that can detect all the possible
• Thus, our model will help curb water borne diseases by developing a
• With this model we can detect all the possible water quality parameters
• Fuzzy logic was implemented in the system to predict at the local level
• Moreover, the scarcity of the drinking water will result in the increase of
by the different water pollutions such as leakages in the sea and coastal
restricted access.
For the water distribution network, the wireless sensor networks have a limited
costly.
6.2 Working
• The unit that we use to measure the acidity of a substance is called pH.
• The term “H” is defined as the negative log of the hydrogen ion
concentration.
CHAPTER-7
8. Conclusion
water detection sensor with unique advantage and existing GSM network.
• The system can monitor water quality automatically, and it is low in cost
Good quality water means that it is not only safe for public consumption but
also good for our health, as well as that of animals and plants, as it provides
processes..
CHAPTER-9
REFERENCE
CHAPTER-9
9.Reference
• Nikhil Kedia, Water Quality Monitoring for Rural Areas- A Sensor Cloud
traffic-light-controller-using-arduino-8636ad
System,IRFIC, 21feb,2016
• https://www.slideshare.net/Binayakreddy/iot-based-water-quality-
monitoring-system
• Michal lom, ondrej priby & miroslav svitek, Internet 4.0 as a part of
• https://www.researchgate.net/publication/
287647835_Smart_Water_Quality_Monitoring_System
•
CODING
#include <OneWire.h>
#include <DallasTemperature.h>
#include <ArduinoJson.h>
OneWire oneWire(2);
DallasTemperature temp_sensor(&oneWire);
StaticJsonBuffer<1000> jsonBuffer;
for(int i=0;i<10;i++)
buffer_arr[i]=analogRead(A0);
delay(30);
for(int i=0;i<9;i++)
for(int j=i+1;j<10;j++)
if(buffer_arr[i]>buffer_arr[j])
temp=buffer_arr[i];
buffer_arr[i]=buffer_arr[j];
buffer_arr[j]=temp;
for(int i=2;i<8;i++)
avgval+=buffer_arr[i];
float volt=(float)avgval*5.0/1024/6;
temp_sensor.requestTemperatures();
int moisture_analog=analogRead(A1);
int moist_act=map(moisture_analog,0,1023,100,0);
root["a1"] = ph_act;
root["a2"] = temp_sensor.getTempCByIndex(0);
root["a3"] = moist_act;
root.printTo(Serial);
Serial.println("");