Arduino Project: Water level monitoring using Ultrasonic Sensor | Water Tank level monitoring

  Рет қаралды 93,662

Electronic Clinic

Electronic Clinic

Күн бұрын

Пікірлер: 73
@ElectroniClinic
@ElectroniClinic 5 жыл бұрын
Watch my video on How to make Automatic Spot Welding Machine using a Microwave Oven transformer kzbin.info/www/bejne/rp-zeqaorbuisK8
@kamdynjaxon8479
@kamdynjaxon8479 3 жыл бұрын
I realize it's kinda randomly asking but does anybody know a good place to stream newly released tv shows online ?
@arianmerrick9067
@arianmerrick9067 3 жыл бұрын
@Kamdyn Jaxon I would suggest flixzone. Just google for it =)
@gunnerandy7957
@gunnerandy7957 3 жыл бұрын
@Arian Merrick definitely, I've been watching on flixzone for years myself =)
@kamdynjaxon8479
@kamdynjaxon8479 3 жыл бұрын
@Arian Merrick Thank you, signed up and it seems like they got a lot of movies there :) I really appreciate it !!
@arianmerrick9067
@arianmerrick9067 3 жыл бұрын
@Kamdyn Jaxon You are welcome =)
@alexnewton3376
@alexnewton3376 5 жыл бұрын
Iot based water level monitoring, that will be great project.
@KellyBradyPilot
@KellyBradyPilot 4 жыл бұрын
This is really cool. Is there any issue with using a larger enclosed, non lit sealed bucket? I was going to do this using a 55 gallon black bucket. I would think it would work?
@chris9h1bw
@chris9h1bw 5 жыл бұрын
I would like to use this for a large tank (13 feet) . How does the system detect the depth to calibrate itself?
@badalsinghibindia2776
@badalsinghibindia2776 3 жыл бұрын
okkk \
@burnermaster5375
@burnermaster5375 2 жыл бұрын
Thank you for the great lesson. Exactly the basis I'm looking for. I like how you teach, not just show, you know what I mean? New subscriber here!
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
thank you so much.
@Zonuna_Chawngthu
@Zonuna_Chawngthu 2 жыл бұрын
Great tutorial ... Just what ive been looking for ... But will it work on large plastic tank about 10ft height ?
@techadmomarine3429
@techadmomarine3429 4 жыл бұрын
HC-SR04 Ultrasonic sensors will work if connected by 30 mtr long cable. I.e placed at a distance of 30 mtr from the uno board? Please reply
@nooruddinpanjwani8573
@nooruddinpanjwani8573 4 жыл бұрын
Dear, I am staying in a building with 10 floors and the water tank is on the terrace. So can we make this project using transmitter and receiver module. Also, how to add pump auto on off relay in this circuit.
@victorinborsciov6817
@victorinborsciov6817 4 жыл бұрын
Good job.
@saurabhzizou
@saurabhzizou 4 жыл бұрын
Brother does the humidity or wet environment affect the ultrasonic sensor?
@elijahsimango8044
@elijahsimango8044 3 жыл бұрын
There is a water proof one
@roneydiego2439
@roneydiego2439 2 жыл бұрын
It does. I tried it and my ultrasonic sensor got water in it, it didn't stop working but it was giving measures of 0.65 cm due to the water inside of it
@ariffirfan303
@ariffirfan303 2 жыл бұрын
Bro does this way can apply to fuel tank measurement?
@sabrinaiberr8309
@sabrinaiberr8309 4 жыл бұрын
Can you explain how can be program if i add a buzzer ???? . Like when the first led turn on and light up ,the buzzer sounds and the pump activate
@ElectroniClinic
@ElectroniClinic 4 жыл бұрын
define another pin for the buzzer. when the first led turns on, also turn on the buzzer for lets say 3 seconds and then turn off the buzzer.
@ElectroniClinic
@ElectroniClinic 4 жыл бұрын
watch my other videos in which i have used the buzzer, if in case you dont know how to use a buzzer.
@esraagamal4774
@esraagamal4774 3 жыл бұрын
plz how you get 29 in the formula, and how you divide the duration by the velocity to get the distance
@sameerk12982
@sameerk12982 4 жыл бұрын
Thank you very much for this helpful tutorial.
@arslanjaved6
@arslanjaved6 4 жыл бұрын
Dear sir please tell me how can i add buzzer in the code when the water level exceeds becomes full the buzzer will turned on with just 2 second timer.
@ashwinipatil2387
@ashwinipatil2387 5 жыл бұрын
Duration=pulseIn(echo,HIGH) And Distance=(duration/2)/29 Plz sir explain this formula
@Pk_cg_07
@Pk_cg_07 2 жыл бұрын
Input power kitna voltage h
@mrdl4ML
@mrdl4ML 4 жыл бұрын
Can u name the ultrasonic sensors and ther capability to measure the distance
@roshan2940
@roshan2940 4 жыл бұрын
In circuit diagram what is 4,5 and 27 pls tell me
@vishnubharathit6192
@vishnubharathit6192 3 жыл бұрын
Can we make it wireless using transmitter for two floors?
@ElectroniClinic
@ElectroniClinic 3 жыл бұрын
yes you can. watch my latest video, the one i uploaded yesterday. that video is about two way wireless communication system
@vishnubharathit6192
@vishnubharathit6192 3 жыл бұрын
@@ElectroniClinic thanks for the suggestion, I am checking them. BTW we can also, make receiver to display messages from two transmitters rite? (ex., transmitter from overhead tank, and transmiter from underground main tank, with help of toggle switch to receiver signal from transmitter A or transmitter B)
@ElectroniClinic
@ElectroniClinic 3 жыл бұрын
of course you can. you can watch my video on multiple nrf24l01 modules and single receiver.
@vishnubharathit6192
@vishnubharathit6192 3 жыл бұрын
@@ElectroniClinic Thanks.
@vishnubharathit6192
@vishnubharathit6192 3 жыл бұрын
@@ElectroniClinic Hey, I watched the video. I got a quick question, the LCD displays T1_d1 and T2_D2 (both have one line of data each, and LCD has two rows- good).. In my case I have two row of data in T1_d1 itself (So, data from two receivers cannot be displayed as it will have four rows simultanously). In this case is it possible to make the receiver, to display data from each transmitter for set time t? eg., T1_d1 display for 5 seconds and T2_D2 display for next 5 seconds? with slight modification in the code, can we do that?
@NewageLu
@NewageLu 4 жыл бұрын
Do you think it could work for a 6 meter deep well?
@ElectroniClinic
@ElectroniClinic 4 жыл бұрын
you can check the maximum range of the Ultrasonic Sensor in the datasheet. Long range ultrasonic sensors are also available.
@ElectroniClinic
@ElectroniClinic 4 жыл бұрын
the one I have used can detect up to 4 meters.
@ichapuramboys7791
@ichapuramboys7791 3 жыл бұрын
I did this but shows some error in code bro can u help me...plz
@ivansalazar5553
@ivansalazar5553 5 жыл бұрын
Hello, very good video, my question is if this sensor can be made with an arduino nano, thanks
@ElectroniClinic
@ElectroniClinic 5 жыл бұрын
yes you can use nano or mega etc
@rajeshprasad7374
@rajeshprasad7374 4 жыл бұрын
Can you please make water level indicator using 5 digit 7 segment common cathode, HC-SR 04 Sensor and Arduino uno. which can show water level in liter.
@ElectroniClinic
@ElectroniClinic 4 жыл бұрын
everything remain the same only add the seven segment.
@mohamedrizwan7644
@mohamedrizwan7644 5 жыл бұрын
Sir please make IOT Based garbage monitoring system
@ArunG273
@ArunG273 5 жыл бұрын
How about showing it on real overhead tank?
@darrellraindityo
@darrellraindityo 3 жыл бұрын
what can u do to waterproof the sensor?
@ElectroniClinic
@ElectroniClinic 3 жыл бұрын
watch my latest video on water level monitoring. i used a laser tof sensor
@elijahsimango8044
@elijahsimango8044 3 жыл бұрын
There is a water proof ultrasonic sensor so no worry
@SaadKhan-om8sd
@SaadKhan-om8sd 5 жыл бұрын
sir can you explain veroboards connections please
@shankarnathmajumder
@shankarnathmajumder 5 жыл бұрын
👍👍👍👍👍
@gajananlakade3108
@gajananlakade3108 5 жыл бұрын
bro project ka report milega kya
@gajananlakade3108
@gajananlakade3108 5 жыл бұрын
gajananlakade147@gmail.com
@ElectroniClinic
@ElectroniClinic 5 жыл бұрын
Data is available on website
@monojithalder3993
@monojithalder3993 3 жыл бұрын
This is not working in real-life solutions because the ultrasonic sensor is damage by water vapers.
@ElectroniClinic
@ElectroniClinic 3 жыл бұрын
i.made the other version of it and used it in hydroponics system. i used tof10120 laser distance sensor. you can check the video.
@monojithalder3993
@monojithalder3993 3 жыл бұрын
@@ElectroniClinic Can you please provide the video link?
@Jeeker17
@Jeeker17 5 жыл бұрын
Please tell me the name of that fancy french music
@ElectroniClinic
@ElectroniClinic 5 жыл бұрын
When i get online i will check the name
@Jeeker17
@Jeeker17 5 жыл бұрын
@@ElectroniClinic ill be waiting
@hyuwooshinely4541
@hyuwooshinely4541 5 жыл бұрын
Your code sir? Can you send it to me?
@dakshinamurthyr696
@dakshinamurthyr696 5 жыл бұрын
Bro pls send me code to my mail bro......the code ur given shows error
@ElectroniClinic
@ElectroniClinic 5 жыл бұрын
it's available on my website.
@ichapuramboys7791
@ichapuramboys7791 3 жыл бұрын
Bro r u made this project
@cmupt2850
@cmupt2850 10 ай бұрын
not compiling
@hernancoronel
@hernancoronel 3 жыл бұрын
Pls stop with the subscribe animation. It is very annoying and only makes sure I will NOT subscribe. EVER!
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 24 МЛН
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 11 МЛН
Хасанның өзі эфирге шықты! “Қылмыстық топқа қатысым жоқ” дейді. Талғарда не болды? Халық сене ме?
09:25
Демократиялы Қазақстан / Демократический Казахстан
Рет қаралды 352 М.
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 275 #shorts
00:29
Use this Sensor to measure the water level!
8:12
Androbot TECH
Рет қаралды 856 М.
Ultrasonic Water Level Indicator using HC-SR04 & Arduino
10:32
talkingStuff Network
Рет қаралды 42 М.
How to make Wireless Water Level Indicator with Alarm
16:26
Anurag Projects
Рет қаралды 626 М.
ARDUINO: Water Level MEASUREMENT With ULTRASONIC Sensor + LCD Display  @TMEEducation
5:54
Waterproof Ultrasonic Distance Sensors - JSN-SR04T & A02YYUW 💧☔
32:11
DroneBot Workshop
Рет қаралды 192 М.
Water Your Garden with IoT - Soil Moisture Sensors
54:46
DroneBot Workshop
Рет қаралды 411 М.
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 24 МЛН