Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.46 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.46 KB

DOMESTIC WATER MONITORING DASHBOARD

Netlify Status

Introduction

What does the application do?

This is the frontend application to a Domestic Water Quality Monitoring system I built using Arduino. The system comprises of 3 sensors, i.e. pH, turbidity and temperature, NodeMCU and an Arduino UNO. Together, they log sensor data and relay it to a channel created on the ThingSpeak IoT platform.

Functionality

  • The app displays the current status of the most recent pH and turbidity values fed into the system.
  • It also fetches graphs from the ThingSpeak channel and displays them on the site.
  • It displays a table of the sensor values being logged at different time intervals.
  • It notifies the user of the most recent outlier changes in the parameters by email

Installation

Prerequisites

  • Yarn as the package manager of choice.

To get the project:

  • Clone the repository using git clone https://github.com/d-rita/my-water-dashboard.git
  • Change into directory using cd my-water-dashboard

To run the app:

  • Install dependencies using yarn add
  • Use yarn start to run the app on your local machine

Live App

  • This app is hosted here

Author