Water Quality Tester

by barzillialloyd in Circuits > Arduino

7098 Views, 35 Favorites, 0 Comments

Water Quality Tester

012acc9949896534f60e0ca4dfcba8c08043d245b8.jpg

This is a much bigger project and includes a lot more sensors such as Ultrasonic sensor, Dissolved Oxygen sensor, Infra-Red camera, a mobile App for graphical representation of the test results, just to mention a few.

But thought to put this up for anyone having the desire to build their own simple water monitoring system or build upon this for their project as a beginner or novice.

I might upload the final completion of the major project which will be completed somewhere in September in case someone's interested in the big thing coming.

Getting Your Sensors and Equipments

Turbidity.jpg
SimMod.jpg
Tmep sensor.jpg
PH meter.jpg
Wires.jpg
Mega.jpg

Anyway this project make use of following devices;

  1. DS1820 waterproof temperature sensor
  2. Arduino Sim 800L for this (but will be using the sim900 on my project)
  3. PH sensor
  4. Turbidity sensor
  5. Arduino Mega or UNO (I used mega because of the many sensors that will be added)
  6. Jumper wiresSIM card with minutes for text
  7. breadboard

with this items available you can make yourself a water monitoring system that will test the water quality and alert you by SMS of the result.

The Processor

PinMap2560sma_.png

Studying more about the Arduino memory processor module can help you to understand better what you doing. For a beginner you can just glance through for now, lets go to the fun part.

Circuit Diagram

Curcuit Quaity test.PNG

Build your circuit as shown in the picture. the the sensors will be ready and waiting for the command to do the work.

Built Circuit

01b36ee6dbfb3198f99eae74aed53c5ce12804663e.jpg
0193d6b8437ff50d4caadaca9f85cc468efc9c6e8b.jpg
01bb755efc7aa87a3e770ed9bdf03aa5c8eb6fa7f9.jpg

after connection, the circuit should look something like this. check to see if the GSM module blinks when you insert the Sim card in. when all sensors ready, now upload the code unto the Arduino using the Arduino IDE software which you should have by now installed on you computer, if not you can download it online and its free.

Test and Its Results

01adea198049a3f338eec71870286089f5aeb13366.jpg
01084578c48f093f594dbef9e2321dc1d516042e90.jpg
015039461750a548e9845db3350bd2b0e977649575.jpg
015039461750a548e9845db3350bd2b0e977649575_00001.jpg

The code above included needs to be uploaded.

Now that the code is uploaded, try testing the sensors in a cup of water, try orange juice and other liquids just to be sure the sensors are all working accurately as this needs calibration in the code. if all works find open the serial monitor on the Arduino IDE to view what the sensors are doing presently in real time.

waits for the text message after the sensor have completed the test, the code says text every 20 seconds. you can change that and update it depending on what you want.

All the best and Good luck!!!! have fun

Downloads