Skip to content

water quality monitoring system arduino project for monitoring water sources.

License

Notifications You must be signed in to change notification settings

pushpak1300/wqms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Water Quality Monitoring System (Arduino & Blynkk)

Hardware Components

  • Arduino Mega 2560
  • ESP Serial 8266
  • Ph Sensor Module
  • Ds11b20 waterproof tempreture sensor
  • 4 Pin Ultrasonic sensor

Software


Installation

-Install Required Libraries and import libraries in adruino IDE.
Blynk Arduino Library
One WireArduino Library
Dallas TempreturArduino Library

-Edit and Add Your Auth token from blynkhere

char auth[] = Your Auth Token;

-Add your wifi ssid and passwordhere

char ssid[] = "Your ssid here";
char pass[] = "your password leave blank for open network";

-Compile and Upload code on Arduino Board.

-Add Vitual pin input from arduino to blynkdocumentation


Contributing

We accept contributions for stability bugfixes, new hardware support, or any other improvements. Here
Feel free to open pull request or issues.

License

This project is released under The MIT License (MIT).


Documentation and other helpful links

Full Blynk Documentation - a complete guide on Blynk features
Community (Forum) - join a 500,000 Blynk community to ask questions and share ideas
Ph sensor - helpful articles on ph sensor calibration
Code Examples Browser - browse examples to explore Blynk possibilities
Arduino Documenattion -Arduino Documenattion

About

water quality monitoring system arduino project for monitoring water sources.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages