Liquid Flow Measuring and Monitoring System
Liquid Flow Measuring and Monitoring System
Presented by
Deeksha.M(15k41A0494)
Sandeep(15k41A04A0)
Kalyan(15k41A0474)
Rohith(15K41A04B1)
Objective:
• Objective of this project focuses on
monitoring of use of water.
• The sensor will sense the flow of water to
each pipe which ultimately tells the usage of
water at one block ideally.
Components used
• NODE MCU:
NodeMCU Development
board is featured with wifi
capability, analog pin,
digital pins and serial
communication protocols.
• It supports serial
communication protocols
i.e. UART, SPI, I2C etc.
Node MCU Development Board/kit
v1.0
Contd...
• RELAY:
A relay is a switching
device as it works to
change the state of an
electric circuit from one
state to another.
• FEATURES:
• Data Collection, Multi-Admin, Data Visualization,
Device Management , Security.
Contd...
Block diagram & Description of the
Project
Tank
water Flow
sensor
D5
ESP8266 cloud
D6
Relay Motor
Result Analysis:
• Pulses per lit:440 i.e 440 pulses = 1 lit/min
• IF(c>=440){
• lit++;
• c=0;
• }
String TerminalCommands = cloudchip.Terminal();
• int limit=TerminalCommands.toInt();
• if(Liters>=limit)
• {
• Serial.println(TerminalCommands);
• Serial.println("OFF");
• digitalWrite(14,HIGH);
• }
• else
• {
• Serial.println("ON");
• digitalWrite(14,LOW);
• }
contd...