아두이노 > ARDUINO FLOW RATE SENSOR INTERFACING: THE BEST TUTORIAL

TODAY3,706 TOTAL4,842,400
사이트 이용안내
Login▼/회원가입
최신글보기 질문게시판 기술자료 동영상강좌

아두이노 센서 ATMEGA128 PWM LED 초음파 AVR 블루투스 LCD UART 모터 적외선


BASIC4MCU | 아두이노 | 아두이노 | ARDUINO FLOW RATE SENSOR INTERFACING: THE BEST TUTORIAL

페이지 정보

작성자 키트 작성일2017-09-13 15:41 조회8,045회 댓글0건

본문

ARDUINO FLOW RATE SENSOR INTERFACING: THE BEST TUTORIAL

Arduino flow rate sensor tutorial

Ever wanted to measure liquid flowing through a pipe / container? Wanted to create a control system based on the water flow rate or quantity ? For example while gardening, to measure the amount of water used to water your plants , to prevent wastage , etc.  If yes, then this very easy DIY project is for you. Here, step by step instructions are given on how to measure water flow rate and quantity using an arduino flow rate sensor. Have fun with this DIY hacking tutorial!

What are the stuff required to do this project?
Hardware :

  1. Arduino / Arduino Clone or make your own custom arduino board with this tutorial.
  2. Water/Liquid flow meter like : Flow meter.
  3. Connecting wires.

Software :

  1. Arduino IDE : Arduino

So how does this work ?
The arduino flow meter mentioned in the above link works on the principle of “Hall Effect”. According to which, a voltage difference is induced in a conductor transverse to the electric current and the magnetic field perpendicular to it. Here, Hall Effect is utilized in the flow meter using a small fan/propeller shaped rotor which is placed in the path of the liquid flowing.

The liquid thus pushes against the fins of the rotor, causing it to rotate. The shaft of the rotor is connected to a hall effect sensor. It is an arrangement of a current flowing coil and a magnet connected to the shaft of the rotor. Thus a voltage/pulse is induced as this rotor rotates. In this flow meter, for every litre of liquid passing through it per minute it outputs about 4.5 pulses.This is due to the changing magnetic field caused by the magnet attached to the rotor shaft, as seen in the picture below. We measure the number of pulses using an arduino. And then calculate the flow rate in L/hr using a simple conversion formula explained in step 2.

Arduino flow rate sensor tutorial

Working of a flow rate sensor

Step 1 : Connecting the arduino flow rate sensor

Here, the connections required for this flow rate sensor with respect to arduino is very minimal. There are only three wires coming from the flow rate sensor. The 5V Vcc (Red wire) , The Gnd (Black wire) , and the signal/pulse (Usually yellow) line. Connect the Vcc and Gnd of the flow meter to the arduino’s Vcc and Gnd. The pulse line of the flow rate sensor is connected to arduino’s digital pin 2. The arduino’s digital pin 2 serves as an external interrupt pin (interrupt pin 0). Now you have hooked up your flow meter to the arduino.

Arduino flow rate sensor tutorial

Arduino flow rate sensor connections

Step 2 : Upload the flow meter code to the arduino and measure water flow rate

Upload the following code to your arduino : Flow Meter Code. Here the code uses an external interrupt on arduino’s digital pin 2. This is used to read the pulses coming from the flow meter. When arduino detects the pulse, it immediately triggers the pulseCounter() function . This function then counts the total number of pulses.

In this arduino flow rate sensor, for every litre of liquid passing through it per minute it outputs about 4.5 pulses. Thus dividing the total pulse count obtained by 4.5 will give you the total amount of liquid passing through it in litres/minute. Further dividing it by 60 will give you the flow rate in litres/hr. And hence the total amount or quantity of water/liquid that has passed through it. The sensor  is accurate to within 3%.

A video showing the arduino flow rate sensor in action :


Use this arduino flow rate sensor with a solenoid valve to monitor and control the water used. You can use it in your gardening system. Or interface it with an LCD display for other applications that require you to measure water flow rate and quantity. Have fun with your arduino flow rate sensor!

Arduino flow rate sensor tutorial DIY Hacking

Arduino flow rate sensor




댓글 0

조회수 8,045

등록된 댓글이 없습니다.

아두이노HOME > 아두이노 > 전체 목록

게시물 검색

2022년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2021년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2020년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2019년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2018년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
Privacy Policy
MCU BASIC ⓒ 2020
모바일버전으로보기