ARDUINO: Water Level MEASUREMENT With ULTRASONIC Sensor + LCD Display @TMEEducation

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

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

  • @ismailighmour2717
    @ismailighmour2717 9 หลายเดือนก่อน +6

    #include
    #include
    HCSR04 hc(12, 10); //initialisation class HCSR04 (trig pin , echo pin)
    LiquidCrystal_I2C lcd(0x27, 16, 2);
    float resetDistance;
    void setup()
    {
    // initialize LCD
    lcd.init();
    // turn on LCD backlight
    lcd.backlight();
    Serial.begin(9600);
    }
    void loop()
    {
    float distance = hc.dist();
    //Serial.println(distance);
    if(distance

    • @uploadideaswithitamar
      @uploadideaswithitamar  9 หลายเดือนก่อน

      👍🏿

    • @kingofnoobs7336
      @kingofnoobs7336 9 หลายเดือนก่อน

      Where can we get hcsr04 and who is the author​@@uploadideaswithitamar?

    • @uploadideaswithitamar
      @uploadideaswithitamar  9 หลายเดือนก่อน

      @@kingofnoobs7336 Author? You mean, the owner of the page?

    • @HemalathaMukalla
      @HemalathaMukalla 7 หลายเดือนก่อน

      Please upload overall code

    • @FikremariamTsega-h4h
      @FikremariamTsega-h4h หลายเดือนก่อน

      Please uploade all code pls

  • @jahedarij2290
    @jahedarij2290 3 วันที่ผ่านมา +1

    Upto how deep can it measures....what if we could replace it with hypersonic sensor??

  • @thegreattttttt3051
    @thegreattttttt3051 4 หลายเดือนก่อน +2

    Could you please tell me what to download to solve : Compilation error: HCSR04.h: No such file or directory...... Which library do I need to download and who is the owner of it. Pls explain step by steppp.

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

    How does the circuit look like in proteus...I wanna run a simulation 😢

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

    what app did you use for coding

  • @anjuanju6514
    @anjuanju6514 2 หลายเดือนก่อน +1

    Hcsr04 doesn't type a name...how to resolve 😢

  • @sujaysinha4651
    @sujaysinha4651 6 หลายเดือนก่อน +1

    Compilation error: 'HCSR04' does not name a type; did you mean 'UCSR0A'?
    I installed all the libraries for hcsr04 still this error shows up
    could you please help with this

    • @uploadideaswithitamar
      @uploadideaswithitamar  6 หลายเดือนก่อน

      Which library did you installed?

    • @sujaysinha4651
      @sujaysinha4651 6 หลายเดือนก่อน

      @@uploadideaswithitamar now it worked

    • @sujaysinha4651
      @sujaysinha4651 6 หลายเดือนก่อน

      @@uploadideaswithitamar it was because it was reading the wrong library

    • @sujaysinha4651
      @sujaysinha4651 6 หลายเดือนก่อน

      @@uploadideaswithitamar thanks for the project btw it's really good and simple

    • @sujaysinha4651
      @sujaysinha4651 6 หลายเดือนก่อน

      @@uploadideaswithitamar display is not coming in lcd

  • @emmanueljuma3859
    @emmanueljuma3859 9 หลายเดือนก่อน +1

    Which microcontroller did you use

  • @shahzadhussain6943
    @shahzadhussain6943 9 หลายเดือนก่อน +4

    Plz help i have a compilation error in code uploading error is " HCSR04 does not name a type" how can i solve it

  • @JoaneMarielleDelaCruz
    @JoaneMarielleDelaCruz 9 หลายเดือนก่อน

    where is the library for the hc-sr04?

    • @uploadideaswithitamar
      @uploadideaswithitamar  9 หลายเดือนก่อน

      You can install from Arduino IDE

    • @islemaria
      @islemaria 9 หลายเดือนก่อน

      @@uploadideaswithitamarhow?

  • @HemalathaMukalla
    @HemalathaMukalla 7 หลายเดือนก่อน +1

    Which display is used ? module or display

  • @shahzadhussain6943
    @shahzadhussain6943 9 หลายเดือนก่อน

    What is the unit of depth wich shows on lcd

  • @God_Existence5
    @God_Existence5 9 หลายเดือนก่อน +1

    " HCSR04 does not name a type" how to resolve this error bro

    • @uploadideaswithitamar
      @uploadideaswithitamar  9 หลายเดือนก่อน

      Maybe, the library was updated

    • @omkardarake785
      @omkardarake785 8 หลายเดือนก่อน

      What can we do now?​@@uploadideaswithitamar

  • @HemalathaMukalla
    @HemalathaMukalla 7 หลายเดือนก่อน +1

    there is no code in given folder
    it shows empty

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

    can you please tell us in which library file we have to compile in arduino IDE

  • @brucy9785
    @brucy9785 7 หลายเดือนก่อน +1

    HCSR04: No such file or directory how can i fix this thankyouu

  • @sathviksdevadiga2679
    @sathviksdevadiga2679 5 หลายเดือนก่อน +1

    project report?

  • @jus234
    @jus234 2 หลายเดือนก่อน +1

    \Documents\Arduino\sketch_oct2a\sketch_oct2a.ino:15:1: error: 'HCSR04' does not name a type; did you mean 'UCSR0A'?
    HCSR04 hc(TRIG_PIN, ECHO_PIN);
    ^~~~~~
    \Documents\Arduino\sketch_oct2a\sketch_oct2a.ino: In function 'void loop()':
    \Documents\Arduino\sketch_oct2a\sketch_oct2a.ino:28:22: error: 'hc' was not declared in this scope
    float distance = hc.dist();
    ^~
    Multiple libraries were found for "HCSR04.h"
    Used: C:\Documents\Arduino\libraries\HCSR04
    Not used: C:\Documents\Arduino\libraries\HCSR04_ultrasonic_sensor
    exit status 1
    Compilation error: 'HCSR04' does not name a type; did you mean 'UCSR0A'?
    im getting this error

  • @paragghadge.
    @paragghadge. 7 หลายเดือนก่อน +1

    IT IS STILL SHOWING EMPTY

  • @PraveenKumar-ij8hh
    @PraveenKumar-ij8hh 7 หลายเดือนก่อน +1

    HCSR04 does not a type:did you mean By UCSROA

  • @AmandaSoares-18
    @AmandaSoares-18 6 หลายเดือนก่อน +1

    Hey, I can't acess the arduino code link, can you please send me a new link?

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

    hello bro can you send me the link of all products and most importantly pls share the code and also tell how to execute it pls I am yoor very old subscriber used to watch it for fun but i need to make projectusing arduino pls make a separate video on thus if it is possible pls bro its a huge request

  • @HemalathaMukalla
    @HemalathaMukalla 7 หลายเดือนก่อน +1

    Arudino code not opened

  • @ranarajput2061
    @ranarajput2061 7 หลายเดือนก่อน +1

    Sir folder is empty kindly share code on comment box and pin it so that everyone can use
    Thanks

  • @ghanashyam_06
    @ghanashyam_06 6 หลายเดือนก่อน +1

    there is no code ?

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

    bang ijin nanya, library LiquidCrystal_I2C.h nya kok gada ya bg?

  • @krishnamukkala260
    @krishnamukkala260 7 หลายเดือนก่อน

    How to code open

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

    Circuit diagram

  • @HemalathaMukalla
    @HemalathaMukalla 7 หลายเดือนก่อน

    Please send the code

  • @AljayCabbab
    @AljayCabbab 6 หลายเดือนก่อน

    Bro plss send me the code