I have not used it yet but I really appreciate you for your work. I have been searching it for a very long time. Bro,Thank you very much.
@Codician3 жыл бұрын
you are welcome.
@sarkarji9604 жыл бұрын
Wow that's an Amazing, 1st time i saw a VBA Coding for using Hardware Activity, you are Awesome i must visit n view your Channel everyday because it's quite interesting. 👍 Also request you to continue your videos in Hindi language so it will be much Interested to us to listen n understand the things easily. I have very much to Compliments about you but sorry for not much interested in typing. So Once again thanks for your Videos regarding VBA coding
@Codician4 жыл бұрын
Thanks but Arduino coding is in Arduino language. Sure i will try hindi
@MohammedNasrulla3 жыл бұрын
This helped me a lot. Thank you for sharing information!
@Codician3 жыл бұрын
Welcome bro
@girieshchakaravarthy52393 жыл бұрын
Hi Mate, Good content and knowledgeable. Can you please post it in english so that I can try it. Once again thank you for sharing the knowledge.
@Codician3 жыл бұрын
you can refer to ppt here . its in english github.com/deepaklohia/waterDetector/blob/master/pipe%20line%20water%20detector%20(presentation).pdf
@pratikjadhav37373 жыл бұрын
Very helpful sir I'm searching for exactly what you made. Can you please make video on how this module work. (Video at the time working of module ) Please sir
@Codician3 жыл бұрын
Practical is already there
@manmohanrathi62833 жыл бұрын
Hey, can you please share the circuit diagra for this? Or else just tell me where did you connect the yellow wires which detects water ?
@mayur2811903 жыл бұрын
Same question here. Please share the complete circuit diagram. I have ordered the items. Pls share ASAP. Thanks in advance.
Bro, can't i just use a transistor (as a switch) with a led instead of microcontroller ?
@muhammadmisbah7731 Жыл бұрын
I guess transistors can't switch for AC appliances. For AC switching there is a device called triac can be used. Ssr (solid state relay) incorporate these traics to switch AC appliance.
@muhammadmisbah77314 жыл бұрын
ss relay k ilawa koi or relay use krskte hain? for 1hp motor current 5A.
@Codician3 жыл бұрын
i have used 10 amp normal relay . but ss relay works best .
@indermohan56774 жыл бұрын
hi really nice and useful automation. i have a doubt as you are using rtc so whats the use of digital timer
@Codician4 жыл бұрын
Asi said ' digital timer will only do energy saving " digital timer is optional- you can skip it . if we do not use digital timer , chip will run 24/7 . so to save it from running 24/7 i have used digital timer so that it will power the chip from for 2-3 hours and save power and energy
@vijay2205 Жыл бұрын
Water detector ko direct nutral se connect kar ke Bina controller use kar sakte hai kya
@Codician Жыл бұрын
there is adapter required.
@NaveenKumar-mg3lh3 жыл бұрын
l love your project can you please share circuit diagram .
@NaveenKumar-mg3lh3 жыл бұрын
i make it more better . if anyone want video or circuit for this project then tell me.
@mayur2811903 жыл бұрын
@@NaveenKumar-mg3lh please share asap since i have ordered the required items.
@MuhammadAzhar-ix7mc3 жыл бұрын
@@NaveenKumar-mg3lh I need circuit diagram please contact me
@sumitdangi200123 жыл бұрын
@@NaveenKumar-mg3lh please upload video and provide the link and share the circuit diagram withh complete components specifications
Hello i have implemented everything but facing problem. Pins connected to water and lcd showing motor is running but motor is not physically running. Its just showing in LCD display.
@Codician2 жыл бұрын
Check power using multimeter
@mayur2811902 жыл бұрын
@@Codician i have checked. Power is ok. One thing i noticed here is that while changing the code “digitalwrite(motorRelay1,OFF)” to “digitalwrite(motorRelay1,ON)” its working fine. I mean above code is working opposite to what it means.
@mayur2811902 жыл бұрын
I mean to stop the motor i need to put “ON” and to start the motor i need to put “OFF”. I don’t know why so.
@Codician2 жыл бұрын
@@mayur281190 there is switch declared at top , if it’s acting opposite then use HIGH or LOW if that works . U can change the switch as per ur absorption. It switch acted differently on my Mac . So u may change it just google the issues u face. Good luck
@mayur2811902 жыл бұрын
@@Codician Thanks. It worked. 👍
@ShubhamKumar-ld9zf3 жыл бұрын
exactly what I was looking for. Thanks a lot How is the Soil Moisture sensor working?(aren`t we using those to wire inserted in water pipe{Liquid / Water detector }) please explain me this. Is there some sensor that detects quality of water (TDS or something more) and shows that data on screen. also you have good presentation skills
@wakilyadav40192 жыл бұрын
243
@imtiyaz0272 жыл бұрын
Very nice project,can u please share adruino code or give link ...
@Codician2 жыл бұрын
if you read description you will see everything
@HarbansSingh-ce2tm2 жыл бұрын
This video is very excellent bro...... But Compilation ERROR This Scope Sketch_Sep29a.ino:269:13: error: ' Class DS3231' has no member named ' get Date Time' Return code is not 0. , Please help mi bro.......
@HarbansSingh-ce2tm3 ай бұрын
Bro... Pls help code error
@kiaanwalia80992 жыл бұрын
Could you please tell me the code for 1 moter.
@Codician2 жыл бұрын
Just don’t do motor 2 connection or understand the code and remove variable with number 2 . I guess it will be a little difficult talk and u might run into errors but you can try . Simple method would be no connection for motor 2 . So that in future u can add more
@dineshkhatri8492 Жыл бұрын
Bhai Maine bahut hi aasan tarika use Kiya Pani aate hi auto me chalu ho jana ,, bas Pani jane ke bad off karne ka idea ni aa raha ,, kya kuch help kro ge ?
@Codician Жыл бұрын
Sensor jab kuch read ni karega toh pani gaya
@Rahulasr89 Жыл бұрын
Can i buy this product from amazon flipkart. Any leads are welcome
@Codician Жыл бұрын
you can not buy readymade . you would need to assemble .
@kikuverma12 жыл бұрын
sir , very nice but code is not working erro ......... error: 'RTCDateTime' does not name a type; did you mean 'DateTime'? RTCDateTime now; ^~~~~~~~~~~plz help me..
@Codician2 жыл бұрын
Rtc library missing
@kikuverma12 жыл бұрын
@@Codician sir kari h .but no working #include #include #include #define ON LOW #define OFF HIGH const String verDate = "01-Mar-20" ; const int startHour = 5 ; //*******
@goutamrakshit5522 жыл бұрын
Can you please build the complete setup , if I will provide the complete details to you . Please help i need a urgent requirement
you can make . for purchase you can contact me on fiverr
@mdimtiyaz432 жыл бұрын
Can we get readymade setup
@MANISHYADAV-bh2yr2 жыл бұрын
Bro can u make it,so many PPL are waiting for this.we will pay also.we will be so thankful to u
@Codician2 жыл бұрын
brother there is time issue . thats why i have uploaded diagram with ppt. anyone can make it who is serious about it or hire someone . but not me. thank you for understanding
@anjansinoy3 жыл бұрын
Where we can buy this solution
@Codician3 жыл бұрын
equipment links in description
@kikuverma12 жыл бұрын
sir kari h .but no working #include
@arughana Жыл бұрын
'RTCDateTime' does not name a type; did you mean 'DateTime'? I am getting this error please tell solution
@Codician Жыл бұрын
check for the library it might be upgraded by now.