项目作者: pushpak1300

项目描述 :
water quality monitoring system arduino project for monitoring water sources.
高级语言: C++
项目地址: git://github.com/pushpak1300/wqms.git
创建时间: 2019-11-06T07:06:51Z
项目社区:https://github.com/pushpak1300/wqms

开源协议:MIT License

下载



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

  1. char auth[] = Your Auth Token;

-Add your wifi ssid and passwordhere

  1. char ssid[] = "Your ssid here";
  2. 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).


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