Skip to content

An IoT-based system to monitor the water flow in a specific area, presenting visualized data and useful inferences.

Notifications You must be signed in to change notification settings

coniferousdyer/Water-Flow-Monitoring-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Water Flow Monitoring System

Team Members

This is the code for an IoT-based system to monitor the water flow in a specific area, such as a water cooler or a pipe leading to a tank. The data obtained can help us understand water consumption patterns (eg. how much water a person drinks per day) or abnormalities in water flow patterns (eg. low water flow can indicate a pipe leak). The system consists of 3 layers:

  • Hardware: A water flow sensor, a microcontroller (an ESP32 was used by us in deployment), connecting wires and an OLED display, which would have to be deployed at the site.

  • Cloud Storage: The data read by the sensor is sent by the microcontroller to a ThingSpeak channel (which must be created by you beforehand) and a OneM2M server.

  • Software: A dashboard fetching data from ThingSpeak and presenting it in the form of charts. The metrics measured are water flow and volume. In addition, an admin dashboard is present at the /admin route which is protected via token-based authentication and provides features that could be used by admins, such as:

    • Remotely setting calibration factor
    • Viewing WiFi downtime at the deployment site.
    • Viewing status codes of requests made to OneM2M/ThingSpeak from the microcontroller.

About

An IoT-based system to monitor the water flow in a specific area, presenting visualized data and useful inferences.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published