FlowSensor-Arduino
FlowSensor-Arduino copied to clipboard
Water Flow Sensor / Flow Meter Arduino Library, Flow Rate, Volume, YF-S201, YF-B1, OF10ZAT, OF10ZZT, OF05ZAT, OF05ZZT
My project is to make a flowmeter with different sessions (with a selector to measure the water consumption of different people). I measure the flow of a session and I...
May be stupid but I would like to know how do you know (or calculate) number of pulse by liter in your sensors definition ```cpp // Sensor Type // -----------------------...
I am facing issues with the Waterflow sensor garbage data. I need help with the following issue: I am using ESP32, SIM800l, and YF-S401. The idea is to send water...
# Description Add the calibratrion parameter for YFD50 sensor. ## Type of change - [x] New feature (non-breaking change which adds functionality) # How Has This Been Tested? Please describe...
In the FlowSensor.h file, line 35 appears this line: `digitalWrite(this->_pin, INPUT_PULLUP); // Optional Internal Pull-Up` `INPUT_PULLUP` is intended to be used with `pinMode` function. Instead, LOW or HIGH must be...
YF-B10 - new 1" Flowsensor Flow pulse characteristic: F = (6*Q-8) ==> 352 to be added to the def table: #define YFB10 352 # Description This is a request to...