Arduino Water Sensor and Servo (Water sensing windshield wipers)

  Рет қаралды 39,020

Robotic Nation

Robotic Nation

Күн бұрын

Пікірлер: 50
@rofikghozali388
@rofikghozali388 4 күн бұрын
"Beautiful!! If I try not to use a breadboard, do I also have to change the coding?"
@richakulkarni9638
@richakulkarni9638 5 жыл бұрын
I enjoyed this video. The music was on point sister!!!
@sahanimalitha2179
@sahanimalitha2179 3 күн бұрын
It was very helpful.
@yoonie8587
@yoonie8587 2 жыл бұрын
I'm using a mini breadboard! Will it work?
@charette3230
@charette3230 Жыл бұрын
We’re trying to run a code similar but with two servos doing the exact same thing for an automatic gutter how would we code this?
@chuiwxteyiez889
@chuiwxteyiez889 4 күн бұрын
can I do it without writing code please answer
@constantin-marin-dan
@constantin-marin-dan 5 жыл бұрын
Beautiful!!! Can the sketch change the servomotor to rotate 90 degrees one time to close a water tap?
@RoboticNation
@RoboticNation 5 жыл бұрын
Constantin Marin Dan change the 180 in the for loops to 90. And if you just want it to close once you can delete the else statement
@constantin-marin-dan
@constantin-marin-dan 5 жыл бұрын
@@RoboticNation Thank you! I succeeded.
@Ming0417
@Ming0417 4 жыл бұрын
Robotic Nation how to delete the else statement?
@galactic89
@galactic89 2 жыл бұрын
Is there a way to make it so that the servo will work if only the water level is low?
@vincentngcl
@vincentngcl 2 жыл бұрын
Hello, I would like to build a water sensor for a specific purpose, are you able to do prototypes?
@juansalvadordinfotan9559
@juansalvadordinfotan9559 6 жыл бұрын
hey, i tried your code and setup, but when i uploaded it, my servo instantly turned on without even having my water sensor get wet, can you help me with this? thank you
@RoboticNation
@RoboticNation 6 жыл бұрын
First try just reading the data on your sensor. You can do this by using the Serial.println(sensorValue); command. Open the serial monitor. Dip the sensor in water and see the value it reads. If it reads 1023, then you don't have to change anything. If it displays 0 when it is submerged in water, then you must reverse the negative and positive terminals of the sensor. This just means to connect the sensor + to GND and the sensor - to 5V. If you would rather not do this, then you can change the code. In the if statement change it to if(sensorValue
@gourangakhande8036
@gourangakhande8036 6 жыл бұрын
thanks bro....
@ramakrishnajagannath2393
@ramakrishnajagannath2393 4 жыл бұрын
Lp
@RSar07
@RSar07 4 жыл бұрын
Sir what will be the code if we do it with soil moisture sensor ,? when i am giving this code that u have provided then servo mortor is rotation continuously
@kn1ght945
@kn1ght945 6 жыл бұрын
can you help me. when I uploaded the program, my servo instantly turned on regardless of my water sensor detecting no water on it.
@RoboticNation
@RoboticNation 6 жыл бұрын
I sent you an email with some ways to solve the issue.
@gabrielboggie684
@gabrielboggie684 6 жыл бұрын
Would you kindly also send me how to fix it I have a project to make it thanks
@PartyshopChile
@PartyshopChile 2 жыл бұрын
I can not find the code, can you help me?
@heigenburg2678
@heigenburg2678 6 жыл бұрын
which sensor you used?
@lewhite9714
@lewhite9714 6 жыл бұрын
Hey your link to the source code doenst work. Would you mind fixing it?
@RoboticNation
@RoboticNation 6 жыл бұрын
I fixed the code link. Sorry for the inconvenience!
@brownbrearbrownbearwhatdousee
@brownbrearbrownbearwhatdousee 6 жыл бұрын
Hi! So I'm doing this too and I guess it worked for you but I was wondering how you got the code sync. Thanks for hopefully getting back to me soon!
@brownbrearbrownbearwhatdousee
@brownbrearbrownbearwhatdousee 6 жыл бұрын
It keeps saying Problem uploading to board. Did that ever happen to you?
@lewhite9714
@lewhite9714 6 жыл бұрын
use this image to solve it cdn.discordapp.com/attachments/274619023449128963/405056570100023307/20180122_071317.JPG
@RoboticNation
@RoboticNation 6 жыл бұрын
Hi Sylvie! If your having trouble uploading the code check the port your Arduino is connected to. Just pick any port to connect to other than the bluetooth ports(they won't work). If none of the ports are showing up then try restarting or shutting down your computer. If this doesn't work then make sure you have copy and pasted the code correctly and of course make sure your Arduino is properly connected to your computer via USB. Let me know if this helped.
@gourangakhande8036
@gourangakhande8036 6 жыл бұрын
Gud one thank uu...bro
@RoboticNation
@RoboticNation 6 жыл бұрын
gouranga khande Happy to help!
@zeynepsedabirinci1905
@zeynepsedabirinci1905 6 жыл бұрын
can you help me. when I uploaded the program, my servo instantly turned on regardless of my water sensor detecting no water on it. by the way ı changed the blue and white wires places because it wasnt working before it.
@RoboticNation
@RoboticNation 6 жыл бұрын
zeynep seda birinci try switching the + wire (red) and - wire (brown) on the water sensor
@mandarkulkarni5431
@mandarkulkarni5431 4 жыл бұрын
what does" else: my servowrite(0)" do
@RoboticNation
@RoboticNation 4 жыл бұрын
mandar kulkarni when the sensor doesn’t sense water it will make the servo go to position 0 (basically stops the servo from moving)
@PartyshopChile
@PartyshopChile 2 жыл бұрын
the link does not work anymore, thanks
@alexjose2946
@alexjose2946 6 жыл бұрын
Can you please provide me the program to start a dc motor by sensing the water
@imraazali237
@imraazali237 6 жыл бұрын
Alex Jose replace the servo with dc motor controller
@ruscuber4658
@ruscuber4658 5 жыл бұрын
What about multi speed
@PangMount
@PangMount 4 жыл бұрын
Where’s output ?
@sscoconut1265
@sscoconut1265 6 жыл бұрын
help me too my servo suddenly turns on.. i already did what u said in the video
@RoboticNation
@RoboticNation 6 жыл бұрын
COCO LOOPIE switch the negative and positive wires on the water sensor
@sscoconut1265
@sscoconut1265 6 жыл бұрын
actually i just did and what happens is that the water sensor doesnt light up but the servo motor keeps spinning
@sscoconut1265
@sscoconut1265 6 жыл бұрын
my servo motor is just spinning like a mad man
@sscoconut1265
@sscoconut1265 6 жыл бұрын
@@RoboticNation im using continous servo motor btw it rotates 360 deg
@RoboticNation
@RoboticNation 6 жыл бұрын
COCO LOOPIE try using a regular servo
@uttam9001
@uttam9001 6 жыл бұрын
I want the program
@RoboticNation
@RoboticNation 6 жыл бұрын
Mr Smartphone Hacker the code is in the link in the description
Arduino Water Detection Alarm Project
16:08
Programming Electronics Academy
Рет қаралды 74 М.
I tried finding Hidden Gems on AliExpress AGAIN! (Part 11)
15:01
GreatScott!
Рет қаралды 584 М.
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 15 МЛН
Yay, My Dad Is a Vending Machine! 🛍️😆 #funny #prank #comedy
00:17
VAMPIRE DESTROYED GIRL???? 😱
00:56
INO
Рет қаралды 9 МЛН
SISTER EXPOSED MY MAGIC @Whoispelagheya
00:45
MasomkaMagic
Рет қаралды 18 МЛН
Motion-activated Sound Effects with Arduino, PIR Sensor & MP3 Player
25:26
Automatic rain sensing car wipers| Electronic Buzz| 💧🚗
6:29
Electronic Buzz
Рет қаралды 40 М.
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,1 МЛН
463 Why most Arduino Soil Moisture Sensors suck (incl. solution)
10:59
Rain drop sensor with servo motor
3:44
Passion Tech KLM
Рет қаралды 23 М.
3 Creative ideas with Arduino
10:38
NDA Hack
Рет қаралды 4,4 МЛН
10 Arduino Projects with DIY Step by Step Tutorials
5:30
How To Mechatronics
Рет қаралды 2,5 МЛН
Arduino Water Level Sensor with RGB Module Tutorial
8:20
RFID Locks are way too easy to "Hack"! Let me show you!
11:41
GreatScott!
Рет қаралды 1,3 МЛН
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 15 МЛН