How to connect water flow sensor with arduino

  Рет қаралды 79,501

Robokart

Robokart

5 жыл бұрын

In this video, you will learn how to connect water flow sensor with arduino
Components required to make this project are :
1) Arduino UNO
2) Arduino UNO Cable
3) Water Flow Sensor
4) Jumper Wire (M To M ) and (M TO F)
Arduino code :drive.google.com/open?id=1Qln...
To buy any of these components :
Arduino UNO : robokart.com/product/detail?i...
For Participating in the Contest you have to send us the video on
care@robokart.com
For Any inquiries you can call us on +91 9136333101
About Robokart :
Robokart started in November 2014 with very small team and product range which can help learners to design and develop refine products. Later, we started to take supplementary training in various schools & colleges to teach robotics, augmented reality, 3D Printers, Android app design etc. which helped students to learn by practicing the subject.
Robokart is serving 150+ labs pan India and growing.
To know more things visit us
robokart.com
Our facebook page
robokartindia
#everydayrobokart #dailyrobokart #robokart #dailydoseofstemeducation #stemlearning #atllab #ataltinkeringlabs # Water Flow Sensor #Arduino #ArduinoUNO #jumperwires #electronics #stem #technology #science #innovation #arduinonano #arduinomega #DIY

Пікірлер: 29
@bhuvaneshpb6347
@bhuvaneshpb6347 3 жыл бұрын
Perfectly working and well explained..thanks 🥰
@ronaldbarrett1506
@ronaldbarrett1506 2 жыл бұрын
Great video and very good technology. Thank you Hydrokinetic Energy Corp. (HEC) Key West Fl.
@Bianchi77
@Bianchi77 Жыл бұрын
Nice video, thanks :)
@XperiaLovers
@XperiaLovers 3 жыл бұрын
Wow! Great tutorial. May I know, if it is possible to connect 2 flow sensor on a single Arduino board?
@kencoker5771
@kencoker5771 Жыл бұрын
Thanks this helped a lot and works. I do have a question. When I compile your code I get the following warning: water_flow_sensor.ino:22:61: warning: invalid conversion from 'byte {aka unsigned char}' to 'void (*)()' [-fpermissive] attachInterrupt(t1FlowInterrupt, t1FlowPulseCount, FALLING); //you can use Rising or Falling
@muhammadhammoudeh9415
@muhammadhammoudeh9415 3 жыл бұрын
Hello @Robokart, What code is written after pinMode(flowsensor, INPUT)?
@pulkitthapar
@pulkitthapar 3 жыл бұрын
volatile int flow_frequency; // Measures flow sensor pulses unsigned int l_hour; // Calculated litres/hour unsigned char flowsensor = 2; // Sensor Input unsigned long currentTime; unsigned long cloopTime; void flow () // Interrupt function { flow_frequency++; } void setup() { pinMode(flowsensor, INPUT); digitalWrite(flowsensor, HIGH); // Optional Internal Pull-Up Serial.begin(9600); attachInterrupt(0, flow, RISING); // Setup Interrupt sei(); // Enable interrupts currentTime = millis(); cloopTime = currentTime; } void loop () { currentTime = millis(); // Every second, calculate and print litres/hour if(currentTime >= (cloopTime + 1000)) { cloopTime = currentTime; // Updates cloopTime // Pulse frequency (Hz) = 7.5Q, Q is flow rate in L/min. l_hour = (flow_frequency * 60 / 7.5); // (Pulse frequency x 60 min) / 7.5Q = flowrate in L/hour flow_frequency = 0; // Reset Counter Serial.print(l_hour, DEC); // Print litres/hour Serial.println(" L/hour"); } }
@PawanSharma-by9zt
@PawanSharma-by9zt 3 жыл бұрын
Will you provide me the Working of ultrasonic flow sensor of two pins (Red and White)??
@bubba1984
@bubba1984 3 жыл бұрын
excellent project! Good work !
@Robokart
@Robokart 3 жыл бұрын
Thanks a lot! dont forget to share this video.
@user-un3lh9zc3f
@user-un3lh9zc3f 4 ай бұрын
where can we find the liquid crystal app
@akmaljai1749
@akmaljai1749 2 жыл бұрын
Gow to display on lcd 16x2 (4 wire)
@ennaiarindhal3141
@ennaiarindhal3141 3 жыл бұрын
Bro can be possible arduino readings upload in raspberry pi
@madhavgajjalwad9012
@madhavgajjalwad9012 3 жыл бұрын
Mam plz give me the flow meter programme/ software
@user-fm7cn6bf6r
@user-fm7cn6bf6r 6 ай бұрын
which arduino bro? then which arduino version ?
@theskepticcoder7883
@theskepticcoder7883 2 ай бұрын
cant it measure ML?
@mulyono-ur3bk
@mulyono-ur3bk 3 жыл бұрын
Give me water flow sensor library for proteus ,sir
@saumyayt2583
@saumyayt2583 3 жыл бұрын
*-*please provide link for buying the sensor-**
@gamemode4483
@gamemode4483 2 жыл бұрын
How about using Bluetooth HC 05 Arduino bro🥺
@earthpower1230
@earthpower1230 4 жыл бұрын
Make water ATM
@protechnology550
@protechnology550 4 жыл бұрын
How we can connect a 12V relay to it?
@jhonydepp7734
@jhonydepp7734 3 жыл бұрын
Mam provide me flow chart
@CreativeTree
@CreativeTree 3 жыл бұрын
How to turn on the pump when there is flow and it will automatically turn it off if there is no flow
@CreativeTree
@CreativeTree 3 жыл бұрын
@@GThirivigiramaAbhishekG yes I found a system
@abhishekgopalakrishnan8688
@abhishekgopalakrishnan8688 3 жыл бұрын
@@CreativeTree can u please share that code or information regarding that, it would be much useful to me, thanks in advance
@ahmadarrabi1661
@ahmadarrabi1661 3 жыл бұрын
There are a special sensor for your application to turn on and Off a water pump when water is flowing you need to use this pressure controller you can buy on ebay enter this link on ebay www.ebay.com/itm/New-Automatic-Water-Pump-Pressure-Controller-Electronic-Pressure-Switch-145PSI/274596649097?hash=item3fef3c5889:g:FWgAAOSw0Z1fxhLl Follow instruction how to connect it. It is direction sensitive means you have to check where the side that says water in which connects directly to the pump and water out connect to your pipe or Faucet. ( In summary it connects in series with the water output side. Once you open the water faucet that you install after the unit, the pump turns on. Once you shut off the faucet after the pressure is built up inside the unit the pump shuts off)
@mr.sonuverma1320
@mr.sonuverma1320 3 жыл бұрын
I want this machine can you sell me i m from Myanmar
@clipvideosubindo573
@clipvideosubindo573 4 жыл бұрын
hai
MEASURING WATER FLOW WITH ARDUINO #arduino #esp32 #waterpump
19:28
Mikael Abehsera
Рет қаралды 6 М.
Дибала против вратаря Легенды
00:33
Mr. Oleynik
Рет қаралды 4,2 МЛН
ROCK PAPER SCISSOR! (55 MLN SUBS!) feat @PANDAGIRLOFFICIAL #shorts
00:31
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 4,2 МЛН
How To Use Water Flow Sensor Using Arduino
6:15
Robokart
Рет қаралды 18 М.
User Input Based Liquid/Water Filling Machine using Flow Sensor & Arduino
7:01
Water Flow sensor and Raspberry pi - Testing & Setting
18:13
hydrosys4 raspberry
Рет қаралды 21 М.
Interface Water Flow Sensor With ESP32 Board [BM]
3:05
Cytron Technologies
Рет қаралды 37 М.
DIY Water, Juice & Milk Filling Machine using Arduino & Flow sensor -100ml to 9999ml
15:33
Water Flow Rate & Volume Measurement using Water Flow Sensor & Arduino
3:01
How To Electronics
Рет қаралды 238 М.
Main filter..
0:15
CikoYt
Рет қаралды 13 МЛН