1 of 13

Automated Water Monitoring/Control�System

By: Ariev Diamond, Esteban Moreno, Olajide Ogunmola

2 of 13

Purpose

  • Implement automated water valves into Supervisory Control and Data Acquisition (SCADA) systems

3 of 13

SCADA System

Supervisory control and data acquisition (SCADA) is a system of software and hardware elements that allows industrial organizations to :

  • Control industrial processes locally or at remote locations
  • Monitor, gather, and process data
  • Directly interact with devices such as sensors, valves, pumps, motors, and more through human-machine interface (HMI) software
  • Record events into a log file

4 of 13

5 of 13

6 of 13

7 of 13

8 of 13

Sensors

  • pH levels
    • Safe level between 6.5 - 8.5
  • Water Conductivity
    • The less the better
  • Water level/pressure

9 of 13

Microcontrollers

  • For our design, we will be working with a Pyboard and ESP32 Microcontroller
  • We will be implementing our code with MicroPython and our data will be communicating through ThingSpeak, an open source Internet of Things (IoT) application via WiFi.

10 of 13

Types of MicroControllers

Pyboard ESP32

11 of 13

Consumable Data

12 of 13

Remote controlled valve

  • Solenoid valve is an electromechanically controlled valve
  • controlled remotely
  • can be programmed using arduino or MicroPython

13 of 13

References