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

Water Quality Monitoring and Notification System U PDF

This document describes a water quality monitoring and notification system using an Arduino and GSM. The system monitors water level, temperature, turbidity, and pH levels. It uses sensors to collect this data and sends SMS notifications with the information to authorized personnel. The system components include an Arduino Mega, LCD display, temperature/pH sensor, turbidity sensor, GSM shield, ultrasonic sensor, RGB LEDs, and buzzer. It provides the code, circuit diagram, and links to libraries and a video of the project.

Uploaded by

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

Water Quality Monitoring and Notification System U PDF

This document describes a water quality monitoring and notification system using an Arduino and GSM. The system monitors water level, temperature, turbidity, and pH levels. It uses sensors to collect this data and sends SMS notifications with the information to authorized personnel. The system components include an Arduino Mega, LCD display, temperature/pH sensor, turbidity sensor, GSM shield, ultrasonic sensor, RGB LEDs, and buzzer. It provides the code, circuit diagram, and links to libraries and a video of the project.

Uploaded by

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

technology workshop craft home food play outside costumes

Water Quality Monitoring and Notification System using Arduino Based GSM
System.
by emmanuel.ani on February 28, 2016

Table of Contents

Water Quality Monitoring and Notification System using Arduino Based GSM System. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1

Intro: Water Quality Monitoring and Notification System using Arduino Based GSM System. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 1: Components Needed. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 2: Graphical View and Circuit Diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Step 3: The Arduino Code and Library Used . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

File Downloads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Step 4: Video of the Project . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

http://www.instructables.com/id/Water-Quality-Monitoring-and-Notification-System-U/
Intro: Water Quality Monitoring and Notification System using Arduino Based GSM System.
This instructable video is all about how to monitor the Quality of water, interns of monitoring the level of water, the temperature of the water and its surrounding, the
turbidity of the water (how clean the water is) as well as the PH levels of the Water. So this system monitors all of these aspect and finally when all check have been
completed, its sends the information or data as an SMS to notify the authorized personnel.

Step 1: Components Needed.


For you to be able to complete this project you need to get these specific kind of devices.

1. Arduino Mega Board.

2. (16 * 2) LCD display.

3. The 2 in one Temperature and PH sensor.

4. The Turrbidity Sensor.

5. A GSM shield.

6. An ultrasonic Sensor.

7. 4 RGB led.

8. A buzzer.

http://www.instructables.com/id/Water-Quality-Monitoring-and-Notification-System-U/
Step 2: Graphical View and Circuit Diagram
Attached are the circuit diagram and the Fritzing view of the project.

Step 3: The Arduino Code and Library Used


Attached are the whole code for the Project and the library used to run the Code.

File Downloads

final_good.ino (27 KB)


[NOTE: When saving, if you see .tmp as the file ext, rename it to 'final_good.ino']

NewPing..zip (11 KB)


[NOTE: When saving, if you see .tmp as the file ext, rename it to 'NewPing..zip']

Temperature_library_master.zip (28 KB)


[NOTE: When saving, if you see .tmp as the file ext, rename it to 'Temperature_library_master.zip']

http://www.instructables.com/id/Water-Quality-Monitoring-and-Notification-System-U/
OneWire..zip (14 KB)
[NOTE: When saving, if you see .tmp as the file ext, rename it to 'OneWire..zip']
Step 4: Video of the Project
This is the link for the Youtube page.

Related Instructables

Make distance
and temperature Portable The 'know-it-all' Measuring Laptop Home
measuring Heating and Shower... by water level with Controlled Automation
Cooling System ism_syed ultrasonic Robot v2.0 by using
sensor by
by asamietz sensor by Saiyam Raspberry Pi,
Dushyanta Arduino,
vonPongrac
Domoticz,
MySensors. by
sureshmali

Advertisements

Comments

http://www.instructables.com/id/Water-Quality-Monitoring-and-Notification-System-U/

You might also like