IoT Based Water Level Monitoring system using ESP32 Blynk & Ultrasonic Sensor

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 248

  • @TechStudyCell
    @TechStudyCell  Год назад +1

    Buy components from TechStudyCell online store at LOWEST price:
    Our Catalogue: wa.me/c/918097259277

  • @TechStudyCell
    @TechStudyCell  Год назад

    Watch [NEW] video on Automatic Pump controller using 555 IC: ruclips.net/video/bgARqosK7T4/видео.html

  • @วิระพิทักษ์ถิร

    GREAT SOLUTION FOR BEGINERS AND EXPERT PERSONS FOR STARTING UP NEW IDEA PROJECT. THANK YOU A LOT.

  • @TechStudyCell
    @TechStudyCell  Год назад

    [NEW] Water Level Indicator using NodeMCU with Pump control: ruclips.net/video/NHxnWQF2504/видео.html

  • @nitesh7633
    @nitesh7633 Год назад +9

    So for any one of you facing water buildup on sensor you can use cheap anti moisture sheet used in cars side mirror. And make sure to ad a little tilt to the sensor so that water goes to opposite side . I have used one esp 32 with 3 sensors works great

    • @EnzoVince
      @EnzoVince Год назад +1

      a float valve can do this, people just making things complicated.

    • @prafulltiwari8929
      @prafulltiwari8929 7 месяцев назад +1

      ​@@EnzoVinceit's not just about wanting a signal when the tank fills up completely but to get continuous monitor of water level in the tank

    • @Sekhar_Home
      @Sekhar_Home 12 дней назад

      ​@@EnzoVincefloat valve cannot display water level dynamically...

  • @jacktepper1
    @jacktepper1 Год назад +10

    Great video and tutorial, I am a newbie to the whole lot business, and where I live water is scarce and has to be strictly rationed and managed, I would like to point out that the arduino/ESP32 script has to be adjusted to real life usage, in my case to properly get a reading of distance and after some very frustrating hours of not getting a precise reading on the depth measurement, I realized that sound does not travel at the same speed at different altitudes, with temperature and humidity being a variable, living at 3300 +/- feet altitude, I have adjusted the formula of the speed of sound from 343/Meters per second x to 354//Meters per second, the other problem encountered was how to get the true volume or porcentaje of remaining water in the tank, with a depth of 4 meters I have only 3 working meters of usable water and to avoid the sensor from getting wet or splashed by the street inlet, adding a safe distance of 30 Cms, which sums up to 330 Cms. Given that i had to calculate the volume for 3 meters of water I assumed that declaring on the sketch to :
    //Set Water Level Distance in CM
    int emptyTankDistance = 300 ; //Distance when tank is empty
    int fullTankDistance = 30 ; //Distance when tank is full
    Would be true and accurate, again very frustrated with wrong percentages of water, until I realized that it was necessary to declare the full 330 Cms to get an accurate reading of the waters volume at 3 meters.
    //Set Water Level Distance in CM
    int emptyTankDistance = 330 ; //Distance when tank is empty
    int fullTankDistance = 30 ; //Distance when tank is full
    I hope my stumbling and fumbling is of some help to others, and Again very grateful for the tutorial and sketch it has been of great help to create a truly useful toll, Great Work!!!

  • @Tarnovgrad
    @Tarnovgrad Год назад

    Благодарим ви!

  • @mr.bianchirider8126
    @mr.bianchirider8126 2 года назад +3

    I really like that paper overlay.

  • @kartikhegde9368
    @kartikhegde9368 2 года назад +34

    I also did similar to this using waterproof ultrasonic sensor, working good, but the problem is it will show the wrong readings when the moisture inside the water tank is deposited on the sensor.

    • @buildmaker
      @buildmaker 2 года назад +3

      Ok, but if you will measure level from bottom to surface? i.e. place sensor at the bottom. I have the same project, but using waterproof pressure sensor (low range, 0-0.25 bar)- no problems. As secondary independent means - floater switch at 98% of capacity, to avoid ovelflow of the tank. Ultrasonic sensor may give you wrong readings also by secondary reflected echo signal.

    • @kartikhegde9368
      @kartikhegde9368 2 года назад

      @@buildmaker ok, what about the accuracy of the pressure sensor? Can we measure each level?

    • @buildmaker
      @buildmaker 2 года назад +2

      @@kartikhegde9368 yes, you can measure +/- few cm of level difference. Pressure to be converted into water level above the sensor. Just choose right pressure sensor range close to your tank height. i.e. 1 meter of the height (water) ~ 0.1 bar. Good quality sensors giving about 1% of accuracy. Important to place sensor away from inlet pipes, so in shadow area, to measure static pressure only.

    • @kartikhegde9368
      @kartikhegde9368 2 года назад

      @@buildmaker ok, thank you, can you suggest me some good sensor in less budget?

    • @OGH3294
      @OGH3294 2 года назад +1

      I have the same experience with mine

  • @rob1589
    @rob1589 10 месяцев назад +1

    Thank you so much for this video.
    I have learned a whole lot about Arduino and Blynk.
    Thanks !

  • @Wempei7
    @Wempei7 5 месяцев назад

    Pak Asun hebat banget bisa rekomendasiin video yang sangat keren ini 😎

  • @SilvianiFauziah-cq2ms
    @SilvianiFauziah-cq2ms 5 месяцев назад

    Wow, the video is very interesting and very useful for those of us who are learning Io T🤩👍

  • @Kartikeyahm
    @Kartikeyahm Год назад +4

    Hey there, I've made quite the same circuit and used the same sensor for water level measurement but the problem is that after a few days time there is moisture building up on the surface of waterproof sensor which messes up the readings.

    • @hi-fr6gb
      @hi-fr6gb Год назад

      Can you help me for programming I already messes up . For my project purposes only plss

  • @sanjaybhatikar
    @sanjaybhatikar 5 месяцев назад

    I like it! I have had water issues and the sensors from the vendor who installed our sump pump are useless. I am gonna try this approach with ultrasound sensor instead.

  • @Abhishekmishra-td6jx
    @Abhishekmishra-td6jx Год назад

    8:19 brother i have a doubt, in the code there is a line where we have to give the wifi credentials that is ssid and pass, from where i can get those credentials

    • @ITSALLELECTRONICS
      @ITSALLELECTRONICS 9 месяцев назад

      You need to have a wifi connection at home. Or the wifi you use , you need to give the router or the modem's id & password to it to connect

  • @mohamed7afez603
    @mohamed7afez603 Год назад +2

    I have been following you for a very long time and I adore your videos and your way of explaining
    Can you do home automation through esp32, but with sensors such as temperature and humidity sensor, distance sensor, motion sensor, light intensity sensor, rain sensor, fire sensor, fingerprint sensor, rfid card, and more outputs for each sensor, knowing that you can add atmega328p to increase the number of outputs through an application blynk or esp rainmaker

    • @mcdls5
      @mcdls5 Год назад +1

      Yes you can.

  • @agronomist4g
    @agronomist4g 2 года назад

    Sir home automation app or hardware may mqqt code kho kaise implement kare

  • @iamrafic
    @iamrafic 2 года назад +3

    Good useful project bro, will try to implement in my home 😀

    • @TechStudyCell
      @TechStudyCell  2 года назад +1

      All the best

    • @shinesa9199
      @shinesa9199 2 года назад

      You will not get water level stable

    • @OGH3294
      @OGH3294 2 года назад +1

      Just keep in mind that the humidity might mess up readings.

  • @KhansaAsySyifa-x9x
    @KhansaAsySyifa-x9x 5 месяцев назад

    Very cool, hopefully this can continue to innovate

  • @saniisna
    @saniisna 5 месяцев назад +1

    Great work 👍🏻

  • @pereerecodes
    @pereerecodes 2 года назад +4

    Great job. The problem with this approach is the water or liquid will evaporate and condense on the surface of the sensor and that's a problem.

  • @Best-Cover
    @Best-Cover 11 дней назад

    For different volume tanks how to measure the quntity of fuel level

  • @Zonuna_Chawngthu
    @Zonuna_Chawngthu 10 месяцев назад

    will it be possible to add a multi tanky monitoring option

  • @gokulrajl4664
    @gokulrajl4664 Год назад +1

    Bro does it require level shifter in nodemcu for connecting trigger and echo pins of ultrasonic sensor? To convert 5v to 3.3v

  • @setton7365
    @setton7365 10 месяцев назад

    can it be monitored in long distances? or you must be close to the device to monitor in your phone?

  • @kumbanggmg7484
    @kumbanggmg7484 5 месяцев назад

    this is a good solution, for me who is currently learning about IoT
    *Adit

  • @silversurfer787
    @silversurfer787 Год назад

    May i know what software did you use to draw the circuit on the strip board?

  • @alyaqiin1758
    @alyaqiin1758 Год назад

    can you do proteus simulation of this project

  • @ConradR
    @ConradR Месяц назад

    For people to use the waterproof ultrasonic sensor over long distance use a 2 pair telephone cable and connect from the esp32 to the sensor controller board..... do not extend just the sensor with 2 wires

  • @thesridewshani5487
    @thesridewshani5487 Месяц назад

    Please tell me how to program the display and alarm without connecting to the phone. A big help.

  • @vaibhavtandel8546
    @vaibhavtandel8546 Год назад +1

    Can I order the whole unit? If yes, then how much it can cost

  • @thesridewshani5487
    @thesridewshani5487 Месяц назад

    Things needed to program - The water level should be indicated on the display. An alarm should sound when the water overflows. Make it with waterproof ultrasonic sensor. Please help me.

  • @THASMOHAMED
    @THASMOHAMED Год назад +1

    Can we use this for petrol bunks to measure the remaining fuel levels??

    • @fooballers7883
      @fooballers7883 Год назад +1

      NO >>>>>>NO...one spark and the petrol tank will be in outer space.

  • @mahadabdillahi276
    @mahadabdillahi276 2 года назад +1

    Good evening CONGRATULATIONS my friend I follow all your videos. Could you do how to turn non-smart TV into smart TV

  • @vitraanggraini2548
    @vitraanggraini2548 5 месяцев назад +1

    this is a good project👍🏻

  • @franciscoaugustocaldasdeal6185
    @franciscoaugustocaldasdeal6185 5 месяцев назад

    Thank you for this! i am looking for something similar. Is it possible for using this in a well, with the following demensions: 8.20 m deep, wide: 2.55 meters. Water level in the winter is max 7.90 meter, and in the summer, minmum of 1.5 meter. Or is it better to use other solutions?

  • @marvelfans0
    @marvelfans0 2 года назад +1

    Sir can i programme node mcu by using Android Arduino ide app.

  • @katamabhishek8844
    @katamabhishek8844 2 года назад +1

    Can u keep block diagram by using breadboard in description

  • @ehsanjafarian7232
    @ehsanjafarian7232 Год назад +1

    Hi dear. How can I compare the level values ​​in terms of time? for example, apply conditions in the programming file that will give different actions, such as turning on an LED, according to the level values ​​per unit of time?

    • @ITSALLELECTRONICS
      @ITSALLELECTRONICS 9 месяцев назад

      You have to implement code for it. Your have to Know about c/c++ and Arduino coding for it

  • @PeterMisovicProfile
    @PeterMisovicProfile 2 года назад

    I used switches to monitor water level as moisture causes incorrect readings

  • @donmisi0664
    @donmisi0664 2 месяца назад

    hello how change
    //Set trigger value in percentage
    int triggerPer = 10 ; //alarm will start when water level drop below triggerPer
    for the alarm to sound above 170

  • @jaroslawpiotrowski210
    @jaroslawpiotrowski210 2 года назад

    Super project, good description.

  • @oshan_malith
    @oshan_malith 2 года назад +2

    Good project ❤️ , how many maximum distance

    • @TechStudyCell
      @TechStudyCell  2 года назад

      Depends on what ultrasonic sensor you are using?

    • @oshan_malith
      @oshan_malith 2 года назад

      Is available any ultrasonic can measure 2m range ?

  • @buutranhoang5455
    @buutranhoang5455 2 года назад +1

    please tell me how to change the code if using esp8266 and how are its pins can you help me, thank you

    • @tjones99
      @tjones99 2 года назад

      If you do not have the ability to figure that out on your own then I would suggest stay with the original design and spend the $10 for an ESP32 board as used in the project.

  • @knowledge_seeker80
    @knowledge_seeker80 Год назад

    By the way, after a research can get data from ultrasonic module just by using 2 wires by carry data over dc lines :)

  • @shandradm911
    @shandradm911 Год назад

    great work but you can make rf433 water level

  • @anandhu4328
    @anandhu4328 2 года назад

    How to connect relay module for motor automaton?

  • @davidjobe9876
    @davidjobe9876 2 года назад +1

    Can you make a tutorial of a soil moisture sensor with stainless steel rods
    that you can use with arduino thanks in advance ;)

  • @mohammedswalih4622
    @mohammedswalih4622 Год назад

    Always suggests float switches for better efficiency and accuracy

  • @tmltttcbaelin
    @tmltttcbaelin Год назад

    Thanks for sharing and I am trying to write IoT project.

  • @saranjohn-zw4xd
    @saranjohn-zw4xd Год назад

    hello, whether this method is applicable for diesel tank monitoring system..?

  • @DineshChandran2005
    @DineshChandran2005 Год назад

    How can I add one more ultrasonic sensor for well

    • @ITSALLELECTRONICS
      @ITSALLELECTRONICS 9 месяцев назад

      Sure just add it to the code and to you are set

  • @happygaming8985
    @happygaming8985 4 месяца назад

    Oh my God !! it's so very Interesting but i don't have a Knowledge in Electronic Equipment and Circuit Before , i want to follow by this videos but i have a problem with langauge as well
    can you reccommend me to see your Video in English absense

  • @katamabhishek8844
    @katamabhishek8844 2 года назад

    Can u keep block diagram(connections) by using breadboard in description

  • @roopesh668
    @roopesh668 Год назад

    Hi! I need to use this sensor in a 5 inch diameter borewell pipe. Where there is 0.5 inch dia pipe inside the 5inch dia pipe which is connected to motor to suck water. In this case, can I use this sensor to get the water level. Because the 0.5 inch pipe will distort the sound waves from the sensor which will affect the reading.

    • @ITSALLELECTRONICS
      @ITSALLELECTRONICS 9 месяцев назад

      Well.. you can use a float sensor
      Or need to place sensor precisely

  • @fooballers7883
    @fooballers7883 Год назад +1

    Tidy work...Well done

  • @PutraJuanda-k9l
    @PutraJuanda-k9l 3 месяца назад

    Hallo, I am interested in this product, what is the price that must be met for this product?

  • @trongtanle1271
    @trongtanle1271 7 месяцев назад

    Can I connect this to homebridge?

  • @DimitriosLazanas
    @DimitriosLazanas Год назад

    Can I order one;ready for install.

  • @manivannanb.a7558
    @manivannanb.a7558 Год назад

    Can I purchase the complete product with a waterproof ultrasonic sensor?

  • @markopalikko6986
    @markopalikko6986 2 года назад +1

    Awesome video, thank you Sir!

  • @jarvis_.20
    @jarvis_.20 2 года назад +1

    How to program esp 01s with Arduino Uno and mobile phone ....?

  • @rajujyani3539
    @rajujyani3539 Год назад

    I have tried already this sensor. But when you cover tank some water drops amid the sensor and sensor malfunctions. So this is usedless when tank closed in summer

    • @AyasJewels-lo1pg
      @AyasJewels-lo1pg 8 месяцев назад

      Yes same problem, condensation make it useless, reading is not accurate when tank starts to cool down in evening. Someone told me to place a Incandescent bulbs 12 volt bulb near sensor, This may work I haven't tried yet. Another problem with Incandescent bulbs is, it may cause MICROBIAL in water.

  • @talhayasinbora947
    @talhayasinbora947 Месяц назад

    is it okey to use this kind of sensors that use 5 V, because i thought esp requires 3.3 V so is it not dangerous?

  • @AgachartSukchouy
    @AgachartSukchouy Год назад

    Float ball vs US sensor ,which 's better?

  • @dagnolof
    @dagnolof 7 месяцев назад

    try go detect a distace > 1200mm, my sensors are way off above this distances.

  • @nid274
    @nid274 2 года назад

    could you please help me with where can I get water proof ultra sound distance sensor?

  • @AmochaSagolsem
    @AmochaSagolsem Год назад

    i have made this before for the purpose of monitoring the water level and turning off the water pump but due to heavy flow of the water and creating turbulence the level reading is fluctuating. please reply if you can solve this problem. Do i use another type of sensor or mechanism???

    • @ITSALLELECTRONICS
      @ITSALLELECTRONICS 9 месяцев назад

      Take multiple readings and take the average value of it. Like take 1000 value and take average

    • @AyasJewels-lo1pg
      @AyasJewels-lo1pg 8 месяцев назад

      @@ITSALLELECTRONICS for more precise result, take 50 readings , sort these reading in ascending order, now eliminate first 10 and last 10 readings, this will eliminate worse low and worse high readings. now take the average of remaining 30 readings.

  • @DunOpondo
    @DunOpondo 2 года назад

    Nice project, I'll try this

  • @narenselvan8838
    @narenselvan8838 Год назад

    Hi bro, by using atmega328p in standalone can do the same project?

  • @FauL_UppU
    @FauL_UppU 2 года назад

    Bro i want to use micropython for coding is it better?

  • @محمد-ن7م7ص
    @محمد-ن7م7ص Месяц назад

    Excuse me, can you work with me to create the codes I need (do you have a special social networking site so we can communicate)?

  • @dammam07
    @dammam07 Год назад

    thank you . I have make this project and works fine.

  • @soumitrabhattacharjee2181
    @soumitrabhattacharjee2181 Год назад

    The water level has sensor through mobile where we saw the enough space of information

  • @joseluisbasurto4650
    @joseluisbasurto4650 Год назад

    Bro... Very good job. I would love a model with esp32 that would check the level of the cistern and the water tank level with an ultrasonic sensor and turn on the pump and indicate the food via Wi-Fi to the smartphone. Could you do it?

  • @RohitKumar-mh1pk
    @RohitKumar-mh1pk Год назад

    34:21: error: variable or field 'button1Handler' declared void
    How to solve this problem 👆

  • @santosharu3577
    @santosharu3577 Год назад

    Dear sir, Please make a video with upper and lower water level tank both tank system with one arduino uno and two altrasonic sensor for upper tank level and lower water tank level .

  • @nileshdharap
    @nileshdharap Год назад

    How is this IOT? what are you computing over internet? .
    I think this more like a dashboard.

  • @gyaanstotram8891
    @gyaanstotram8891 Год назад

    what is the total cost of this project?

  • @sureshsukumaran7474
    @sureshsukumaran7474 2 года назад

    Can make it low cost?

  • @AmazingCorn21
    @AmazingCorn21 Год назад

    I'm making a system to detect fluid level and I am wondering if I can replace the ultrasonic sensor with a 24GHz radar sensor? I want to have an enclosed system and not be in contact with the water.

  • @rohanparanjape2951
    @rohanparanjape2951 Год назад

    Could i purchase it?

  • @rexmatthew5543
    @rexmatthew5543 Год назад

    But my esp32 WROOM is not showing port in my laptop.. and I downloaded drivers and another options but issue not resolved.. please give some idea

  • @Motiurrahman-b7t
    @Motiurrahman-b7t 9 месяцев назад

    How many mobiles can be monitored and controlled

  • @onicankun5238
    @onicankun5238 4 месяца назад

    Is it possible that if the water reaches 75% it will automatically turn on the water pump?

  • @nisarhussainlaghari2055
    @nisarhussainlaghari2055 Год назад

    Sir please answer. I wanna create a Parking system with Camera sensor and it should show live data on Android App.. how can I sene Ardino data to mobile app??

  • @thangoanngoc7534
    @thangoanngoc7534 Год назад

    Can I answer me why the fulltankdistance must be greater than 25 ?

    • @Sekhar_Home
      @Sekhar_Home 12 дней назад

      Because waterproof ultrasonic sensor can measure distance beyond 25 cm.. check datasheet

  • @aravindhanvivekanandhan5649
    @aravindhanvivekanandhan5649 2 года назад

    Nice project usefully Canby doing esp rain maker

  • @gorsitech2645
    @gorsitech2645 2 года назад

    Bro will it work without internet as well? i mean show the data on oled while there is no internet and get back to app when internet restored, Please Reply

  • @sundararajann6007
    @sundararajann6007 Год назад

    What do you mean by wireless? everything connected through wire.

  • @satyanagarajudodda8269
    @satyanagarajudodda8269 Год назад

    how I get this product

  • @tirupurpatel
    @tirupurpatel 2 года назад

    Good useful project bro😍😍😍😀😀

  • @sheetaldo
    @sheetaldo Год назад

    Try touch blood glucose meter

  • @GokulS-hk4rj
    @GokulS-hk4rj Год назад

    Sir this project report how to download

  • @nurazmi629
    @nurazmi629 5 месяцев назад

    Amazing dan good idea👍

  • @jorgebarcelo1272
    @jorgebarcelo1272 Год назад

    Hi there, I have a water tank in a location where there is no electric power available and I want to find a device that, powered by solar energy I assume, can send a signal to my cell phone indicating the water level of the tank. Can your project be applied to my case? Thanks
    thanks,

    • @ITSALLELECTRONICS
      @ITSALLELECTRONICS 9 месяцев назад

      Place the sensor and use a long wire to take it to your desired location and use it. Also you need wifi for the phone app functionality.

  • @shinesa9199
    @shinesa9199 2 года назад

    I tested this sensor years ago in my tank after
    I Removed it because the reading was fluctuated. i googled lot to fix but not solved . just 30 cm was stable. i choosed hc-04 with arduino. finaly i got better result in pressure transducer

    • @shauryaaditya169
      @shauryaaditya169 2 года назад +1

      how its working now and model of pressure sensor ....and what about corrision

    • @shinesa9199
      @shinesa9199 2 года назад

      @@shauryaaditya169 i used 30psi pressure transducer.
      0 to 5 v output we can convert to level. 30 psi is almost equal to 2 meter tank

    • @dellibabu2601
      @dellibabu2601 Год назад

      can u send me diagram & code details

  • @ranjithkumar.s3657
    @ranjithkumar.s3657 Год назад +1

    Great work

  • @raghuvanshprasad1230
    @raghuvanshprasad1230 2 года назад

    Sir. It is a good product. What will be the cost if you give me complete sensor ????

  • @kyfran88
    @kyfran88 Год назад

    Tengo un problema (error) al configurar: Compilation error: macro "pulseIn" requires 3 arguments, but only 2 given