Fluid Flow Sensor Connection to Arduino Uno R3 and Working- Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 มี.ค. 2021
  • Fluid flow sensor working principle explained. Arduino Uno basic information, working, and specification discussed in detail.
    Link for Software download: www.arduino.cc/en/software
    Sensor Code: drive.google.com/file/d/1imgq...
    Note: Once you upload programming code on Arduino Uno, You just need to power the board from an external source using Barrel Connection. One can use a digital panel also. Connection to the digital panel will be discussed in a new video.
    #Fluid flow sensor
    #Arduino Board
    #Arduino working
    #water flow sensor working
    #Fluid floe sensor working
    #How fluid flow sensor work
    #How water flow sensor work
    #Fluid flow sensor connection to Arduino board
    #Flow sensor
    #Flow measurement
    #Flow meter
    #How flow meter work
    #Water flow meter
    #Arduino Uno
    #Arduino working
    #Arduino Uno working principal
    #How to connect flow meter to Arduino board
    #How to connect flow meter to Arduino board
    #working of the fluid flow sensor
    #Working of water flow sensor
    #How to measure water flow
    #How to measure fluid flow
    #How to measure flow of fluid
    #How to measure flow of liquid

ความคิดเห็น • 30

  • @shashideepaksingh8265
    @shashideepaksingh8265 2 ปีที่แล้ว +1

    Mam this is too good video 👌

  • @jalavikas7539
    @jalavikas7539 3 ปีที่แล้ว

    Nice information thanks for sharing

  • @samimhossaindalyactivity6994
    @samimhossaindalyactivity6994 3 ปีที่แล้ว

    Nice and informative vid

  • @ahtizazahmed199
    @ahtizazahmed199 2 ปีที่แล้ว

    Great video

  • @motiramgangurde5844
    @motiramgangurde5844 11 หลายเดือนก่อน

    Very very nice👏👏👏👍😊

  • @davidsingh5541
    @davidsingh5541 3 ปีที่แล้ว +1

    Nice

  • @HiteshKumar-ci3ef
    @HiteshKumar-ci3ef 3 ปีที่แล้ว +1

    I love your video mam …
    Can you please tell me with the help of water flow meter and Arduino we can measure the input volume of liquid but in addition of this how we can show the tottal amount of liquid on the LCD display connected to arduino ????

  • @NIKUNJ9868
    @NIKUNJ9868 10 หลายเดือนก่อน

    Kya ise direct 5 v me bhi chala sakte hai mujhe in se out flow cheye

  • @smfirro1015
    @smfirro1015 2 ปีที่แล้ว +3

    Hi madam can u make a small project for me like liquid filling machine using Arduino UNO ... I just want program and little instructions .. it's possible I I'll pay u

  • @ayushmane1619
    @ayushmane1619 ปีที่แล้ว

    appreciate your work, mam. can we use it for the fuel flow meter? if you know what i mean

  • @navnathdale9008
    @navnathdale9008 2 ปีที่แล้ว +1

    Petrol count kar sakte hain kya

  • @mahadimohammadbhuiyan9827
    @mahadimohammadbhuiyan9827 2 ปีที่แล้ว

    can we measure flow of air with that?

  • @arduinomaquinas
    @arduinomaquinas ปีที่แล้ว +1

    subscribed to your chanel, Like 226

  • @BhaveshBhalala
    @BhaveshBhalala ปีที่แล้ว

    Getting an error "sei was not declared in this scope. Please help.

  • @atruekashmiri8461
    @atruekashmiri8461 2 ปีที่แล้ว +2

    Can we measure the amount of the water which you passed from the sensor

    • @schemsci6835
      @schemsci6835  2 ปีที่แล้ว +1

      Nop, but u can calculate it with respect to time , if you know the flow rate.

  • @shashideepaksingh8265
    @shashideepaksingh8265 2 ปีที่แล้ว

    Mam mujhe 300ml per hour ke lia flow meter chahia to Mai kis flow meter ko choose karu

  • @manjeeyadav2986
    @manjeeyadav2986 ปีที่แล้ว

    7 segments 4digit clock controller program ke bareme

  • @matheen847
    @matheen847 ปีที่แล้ว

    Can we use two flow sensors in one Arduino Uno board?

  • @pallakarthik8656
    @pallakarthik8656 2 ปีที่แล้ว +1

    How can this be useful in real time ... Can I use it in petrol tank

  • @sanshrerosy
    @sanshrerosy 2 ปีที่แล้ว +1

    is it necessary to connect computor always while working .

    • @schemsci6835
      @schemsci6835  2 ปีที่แล้ว +1

      No, you may use display

    • @raftaarR
      @raftaarR 10 หลายเดือนก่อน

      ​@@schemsci6835 ma'am how to connect display with sensor.. Please suggest me...Thankyou.

  • @katariyaameesh6742
    @katariyaameesh6742 2 ปีที่แล้ว +1

    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");
    }
    }

  • @abhayspieler7021
    @abhayspieler7021 3 หลายเดือนก่อน +1

    are didi code explain kariye please

  • @user-du2pz6ci1b
    @user-du2pz6ci1b ปีที่แล้ว

    Please explain whole the code.

  • @suvonkarmondal6400
    @suvonkarmondal6400 2 ปีที่แล้ว

    Pcb price khia

  • @whitenight3147
    @whitenight3147 11 หลายเดือนก่อน

    Mam please give me circuit

  • @smfirro1015
    @smfirro1015 2 ปีที่แล้ว

    Reply me madam

  • @aurangzebkhan5624
    @aurangzebkhan5624 ปีที่แล้ว

    Aap phone no do 📞