pcsingh / Water-Monitoring-System

Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.

Home Page:https://vinitshahdeo.github.io/Water-Monitoring-System/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license GitHub stars GitHub forks GitHub top language

You can view the demo here. Click here to view the homepage.

Water Monitoring System IoT

Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes. The water tanks can be fixed with ultrasonic sensors that is placed over the container. Ultrasonic sensor is used to measure, compare container depth and liquid level.

The status of the system could be monitored by an LCD screen or a web page that provides a brilliant graphical representation. Colours are used to depict various scenarios with respect to the amount of liquid in the tanks or containers and the buzzer buzzes when the limit exceeds the permissible quantity of fill.

Goals of this project :

  • To reduce the wastage of water across the city
  • To provide better water supply to the people
  ____                   __        __    _            
 / ___|  __ ___   _____  \ \      / /_ _| |_ ___ _ __ 
 \___ \ / _` \ \ / / _ \  \ \ /\ / / _` | __/ _ \ '__|
  ___) | (_| |\ V /  __/   \ V  V / (_| | ||  __/ |   
 |____/ \__,_| \_/ \___|    \_/\_/ \__,_|\__\___|_|   
  ____                    _     _  __                 
 / ___|  __ ___   _____  | |   (_)/ _| ___            
 \___ \ / _` \ \ / / _ \ | |   | | |_ / _ \           
  ___) | (_| |\ V /  __/ | |___| |  _|  __/           
 |____/ \__,_| \_/ \___| |_____|_|_|  \___|           
                                                      

Click here to download the report.

The IoT(Hardware) components required are:

  • AVR family microcontroller
  • LCD screen
  • Wifi modem
  • A buzzer
  • 12V transformer

Issues

GitHub issues PRs Welcome Open Source Love GitHub last commit

TITLE LEVEL
UI Enhancements EASY
Project Documentation VERY EASY
Setting up Cloud APIs to send/receive data MEDIUM
Admin Dashboard HARD
Notify stakeholders ADVANCED

NOTE: Feel free to open issues. Make sure you follow the Issue Template provided.

Contribution Guidelines

GitHub pull requests GitHub contributors Vinit Shahdeo

  • Write clear meaningful git commit messages (Do read this).

  • Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (Check this for more info)

  • When you make very very minor changes to a PR of yours (like for example fixing a text in button, minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at here)

  • When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker.

  • Please follow the PR Template to create the PR.

  • Always create PR to develop branch.

Maintainer

Vinit Shahdeo

Need help? Feel free to contact me @ vinitshahdeo@gmail.com

GitHub followers Twitter Follow


if (isAwesome) {
    // thanks in advance :p
    starThisRepository();
}

built with love powered by water smile please

About

Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.

https://vinitshahdeo.github.io/Water-Monitoring-System/

License:MIT License


Languages

Language:JavaScript 52.3%Language:HTML 47.7%