So many thanks for your helpful tutorials. I applied this project using A02YYUW on ESP8266. Pins of the sensor as following: 1 to VCC, 2 to GND, 3 Trig to D5, 4 UART/Eco to D6. As a result, it’s getting wrong, fast flashing 2 values 24% and 100% all the time. What I made wrong?
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?
Could you please tell me solution for water getting condensed over the ultrasonic sensor fitted on the inner surface of OHT lid. Sensor gets damaged and stops working
@@naranisrimani7343 just define one pin like int buzzer= D5 Then use conditional statement lke if soil moisture sensor value increases certain value then digitalwrite buzzer HIGH
please help, i can barely know about this but can you help me, i did the code but the result in blynk doesn't work says the level in 100 cm but actually it's not. i use ultrasonic HY-SRF05 and ESP32 :)
sir, this project i have tried and i done it successfully, thank you sir. if i want to use 3 water tank what will be the coding , cause i tried this using more 2 functions but program not working
It's very simple just define one pin for example int buzzer = 7; Then use the conditional statement Like if level is low then Digitalwrite (buzzer,HIGH); It's simple just give it tey
What power supply you have used to turn on the board? And what port you have used to upload the code in ESP8266? please give me the circuit diagram of this project.
The port is there in the port section o have selected that and for power supply i have powerd it using the micro usbcable. And circuit diagram is there in the video and code is in the description Thanks
Thank you so much for this great video!! I successfully managed to install my water level meter thank to your video. Do you know how to link this Blynk device to Home Assistant?
Hi can you help me pleas , I tried all the steps and they are all correct, but when I try to control the devices via the phone, it appears offline ? what i do 💔
Ultrasonic sensor is not suitable for this type of monitoring. The dampness will kill the sensor within days. Even the waterproof versions of ultrasonic sensor can't give accurate readings because moisture condenses on the sensor body and it gives false readings. A better way to measure the level is through a pressure sensor that is placed at the bottom of the tank.
arduino ide it shows me this msg below: sketch_jan30a:28:10: fatal error: ESP8266WiFi.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. exit status 1 ESP8266WiFi.h: No such file or directory This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
I am getting an error message how can I fix it.? Traceback (most recent call last): File "C:\Users\Hamza Khalid\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/tools/upload.py", line 66, in esptool.main(cmdline) File "C:/Users/Hamza Khalid/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool\esptool.py", line 3575, in main esp = esp.run_stub() File "C:/Users/Hamza Khalid/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool\esptool.py", line 728, in run_stub raise FatalError("Failed to start stub. Unexpected response: %s" % p) esptool.FatalError: Failed to start stub. Unexpected response: b'HAI' Failed uploading: uploading error: exit status 1
@@ImpulseTech Thanks for Responce.. My program is upload succesfully.. Now I want 100% when the water is 28cm away from the sensor.. So, where should I change in the programming.?
Thank you so much 🙏
I was trying to do it watch all other videos but was getting error while uploading.
Finally your code is the best
Your welcome ❤️
do subscribe to the channel and share with other
👍🏻 💖 *really good project.*
Excellent 👍👍👍
Thanks 🙏🏻
Water reflects like all radiowaves like a frigging mirror, why didnt i think of this. :P
How far can I lay the cable from ESP32 to the ultrasonic sensor ? 30m ok with STP cat 5e ?
how can we avoid turbulance, while water is being filled?
So many thanks for your helpful tutorials. I applied this project using A02YYUW on ESP8266. Pins of the sensor as following: 1 to VCC, 2 to GND, 3 Trig to D5, 4 UART/Eco to D6. As a result, it’s getting wrong, fast flashing 2 values 24% and 100% all the time. What I made wrong?
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?
Could you please tell me solution for water getting condensed over the ultrasonic sensor fitted on the inner surface of OHT lid. Sensor gets damaged and stops working
you are god , you are god i say , Congratulations.. i love u sir........
Thanks ❤️ your words motivate me to do more
@@ImpulseTech sir can you please tell how to deploy the buzzer into it , we are not getting it . Please help..
@@naranisrimani7343 just define one pin like int buzzer= D5
Then use conditional statement lke if soil moisture sensor value increases certain value then digitalwrite buzzer HIGH
I did everything as you described in the video but the platform show me that the device offline even that it's online on my router app
what to do
please help, i can barely know about this but can you help me, i did the code but the result in blynk doesn't work says the level in 100 cm but actually it's not. i use ultrasonic HY-SRF05 and ESP32 :)
sir, this project i have tried and i done it successfully, thank you sir. if i want to use 3 water tank what will be the coding , cause i tried this using more 2 functions but program not working
You can use it with the 3 ultrasonic sensor as well don't create the separate function, just send the readings of the 3 sensor using one function
sir, blynk is connected to node mcu but the readings of ultrasonic sensors is not showing in the blynk. please resolve my issue.
thanks
Is the device showing online try to check the connection of ultrasonic sensor with esp8266.
And also try to see the output on the serial monitor
@@ImpulseTech thank you sir, you have made my day and carrier too. I love you
Thats nice to hear ❤️
Hello Sir In your code it is showing D5 is not declared so what can I do ?
Could you post a program adding buzzer in the circuit when water level reach low or hig
It's very simple just define one pin for example int buzzer = 7;
Then use the conditional statement
Like if level is low then
Digitalwrite (buzzer,HIGH);
It's simple just give it tey
Helped us more Sir, Sir can we get report for this project?
How would I program arduino/Blynk with just using a 2-wire float switch to show a Red led in blynk?
What power supply you have used to turn on the board?
And what port you have used to upload the code in ESP8266?
please give me the circuit diagram of this project.
The port is there in the port section o have selected that and for power supply i have powerd it using the micro usbcable. And circuit diagram is there in the video and code is in the description
Thanks
@@ImpulseTech thank you 😊
Welcome ❤️
hello dear, can this be integrated with home assistant?
Thank you so much for this great video!! I successfully managed to install my water level meter thank to your video.
Do you know how to link this Blynk device to Home Assistant?
Thanks for your kind words.
You can make this project on arduino IoT cloud and then you can integrate Alexa to the Arduino IoT cloud
Sir can i get notification alert from blynk app when water level reaches 90%?
Hi can you help me pleas , I tried all the steps and they are all correct, but when I try to control the devices via the phone, it appears offline ? what i do 💔
Ultrasonic sensor is not suitable for this type of monitoring. The dampness will kill the sensor within days. Even the waterproof versions of ultrasonic sensor can't give accurate readings because moisture condenses on the sensor body and it gives false readings. A better way to measure the level is through a pressure sensor that is placed at the bottom of the tank.
Thanks a lot for the information
hi, I am not getting an authorization token, is this feature paid?
can i replace esp32 with stm32?
If it has internet connectivity capabilities then you can do that
why are mine still can't online please help me
How much will be the cost
Can you send me the mail at impulsetech101@gmail.com
Not getting automation in advanced options
Now Blynk iot platform has switched the automation tab separately in template itself. Also have created the separate video for it explained the same
My device is showing offline,, how to turn it to online,, or why it is not showing online, after done everything you said
yep me too
How to enable port option?
Which port you are talking about ?
@@ImpulseTech port option in arduino 1.8.18 sir
@@kannanvasanthi3222 i can see there is option of port.
Make sure that you are using the right USB cable then only your device will appear
@@ImpulseTech sure sir
My reading is showing always 100 , can you please guide me
the same is happing to me did you find a solution?
Did you find any solution bro?
You need to add libraries for blynk too which the youtuber missed in the video😁thank me later
Bro why I'm getting reading 100 all time except my sensons reading
My reading is not changing,please help me about this
You need to recheck the connections and internet connectivity
HI, Sir i liked this project, but i didn't know how to get the code.
If u can help please ,I really appreciate.
Thank you.
Ziad.
I have pasted the code in my blog if you not able to get it please contact me at impulsetech101@gmail.com I can send you the file
@@ImpulseTech thank you for your reply
@@ziadayoub2102 your welcome ❤️
@@ImpulseTech i sent u an email ,when you have time share with me the code , Thank you.
@@ziadayoub2102 ok i will do it in the evening
code for esp 32??????????????
ok sir i will try to make one for you actually i made this for esp8266
@@ImpulseTech when u will give
??
@@sankettalebailkar6963 can you just mail me here impulsetech101@gmail.com so that I remember it
arduino ide it shows me this msg below:
sketch_jan30a:28:10: fatal error: ESP8266WiFi.h: No such file or directory
#include
^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
ESP8266WiFi.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
me also
solution?
I Need the esp32 code
I need this project
Ok you can email me @impulsetech101@gmail.com
maksud mu gano
I am getting an error message
how can I fix it.?
Traceback (most recent call last):
File "C:\Users\Hamza Khalid\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/tools/upload.py", line 66, in
esptool.main(cmdline)
File "C:/Users/Hamza Khalid/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool\esptool.py", line 3575, in main
esp = esp.run_stub()
File "C:/Users/Hamza Khalid/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool\esptool.py", line 728, in run_stub
raise FatalError("Failed to start stub. Unexpected response: %s" % p)
esptool.FatalError: Failed to start stub. Unexpected response: b'HAI'
Failed uploading: uploading error: exit status 1
Have you installed the board and selected the correct com port
@@ImpulseTech Thanks for Responce.. My program is upload succesfully.. Now I want 100% when the water is 28cm away from the sensor.. So, where should I change in the programming.?
Total hight is 140 cm
@@maryamchaudhry9691 help me why my device is not showing online?
@@ImpulseTech sir my device showing offline what the reason behind this?
Hi sir i have questions can I have your Instagram?
impulsetechy
you are my god sir 🥲🥲. finally i did
can i apply number of tank monitoring like railway coach water tank....?
second thing control remotely....?
Yes you can do that