Review On Water Measuring Using Arduino
Review On Water Measuring Using Arduino
Submitted by
Mr. Nachiketh G Ramagiri – USN:2SD21EC046
Mr. Itte Samarpan – USN:2SD22EC401
Mr. Laxman T Hiremani – USN:2SD22EC403
Mr. Nilesh M Kadolkar – USN:2SD22EC406
Flow meter includes a paddle wheel, a sensitive element for measuring the
wheel's rotation speed (number of revolutions), and consumption rectifiers. For the
flowmeter to work without problems (without errors), there must be no turbulence
(accumulation) in the fluid flow entering the turbine.
2. Design Process:-
PROPOSED SYSTEM ARCHITECTURE:-
Steps:-
3. Implementation Process:-
The steps for implementation are as follows:
1. Hardware setup:-
Connect the VCC pin of the YF-S201 sensor to the 5V pin of the Arduino.
Connect the GND pin of the YF-S201 sensor to the GND pin of the Arduino.
Connect the signal pin of the YF-S201 sensor to a digital pin of the Arduino
(e.g., pin 2).
If the sensor requires an external power source, provide it.
2. Software implementation:-
Install the required libraries.
Search for and install the "PulseSensor Playground" library or similar
(libraries for reading pulses that are useful for this sensor).
3. Integration and data display:-
Integrate a display module (e.g., 16x2 LCD, OLED) to show real-time flow
rate and total volume readings.
Modify the code to output data to the display module.