I've searched many vid. and like this but only your tutorial worked Thank you very MUCH IT WORKS!!!!
@erikhoffman4 жыл бұрын
I am looking to incorporate in my project using arduino with 5 buttons to pulse the associated relay That means that each switch will create a short single output pulse no matter how long the button is pressed Your help will be greatly appreciated Many thanks Erik Hoffman London, UK
@TechieBaksh4 жыл бұрын
Yes, you can do with the use of Delay() function .. between on and off timings of your output.
@Ausssie_adventures_with_4Paws3 жыл бұрын
Wheres the code you were going to upload later??
@11-stem3avancenarenzel63 жыл бұрын
Where is the code?
@harshverma85805 жыл бұрын
You have written in code that when switch output is high then led output will be high but in video when you press button led turns off means it is getting output low🤔
@KKMaity4 жыл бұрын
he did it wrong when wiring .. switch was pulled to ground
@hafeezmughal8064 жыл бұрын
Thank you, Bhai ya bta de k led light or black color ky wire, white color k bord me jha mrzy dal sktay ha
@hafeezmughal8064 жыл бұрын
Ya Jo ap wires lga rhay ha is ky blkl smjh nhy lg rhy koncy wire ks number k sath lgany he. College lock down ky wja se bnd he kuch chezo ky smjh nhy lg rhy
@gmlcks19084 жыл бұрын
@Shyam Sundar we can operate this in VSCode using Platform I/O?
@exoticwriting86484 жыл бұрын
Yes
@sheshanhettiarachchi55953 жыл бұрын
something is wrong with code didn't work
@karthikkannekanti54343 жыл бұрын
bro, you have enabled access to ur personal data too !!
@jamescarlosnava7012 Жыл бұрын
the codes were not readable
@Fpvcrewgr6 жыл бұрын
Can you tell me how I can write the code so when I press the push button the led turns ON and stays ON and when I press it again it turns OFF and stays OFF untill I press it again to turn ON. Thank you !!!
@kavi27906 жыл бұрын
if(digitalRead(BUTTON) == HIGH) { digitalWrite(LED,HIGH); } if(digitalRead(BUTTON) == HIGH && digitalRead(LED) == HIGH) { digitalWrite(LED, LOW); } try this one you might blow up something be careful
@alexradoi83185 жыл бұрын
forum.arduino.cc/index.php?topic=200933.0 this is what you need You will find a lot of info on that matter sorry for the late response
@MinecraftXXXXL5 жыл бұрын
Int state = 0 ; //initialize as global variable or in setup If(digitalRead(buttonpin)) { State! = state; } digitalWrite(ledpin, state) ;
@copycatpenguin2k9905 жыл бұрын
it did not work why???
@anonymniuzivatel31642 жыл бұрын
you have to put a resistor in there or it will burn out over time
@aarontaylor71503 жыл бұрын
Great video sir can you do you a video on 5 push buttons?
@michaelalbaer80773 жыл бұрын
Of course you can do it ... Just follow same steps on each pushbutton
@Mazitorgaming3 жыл бұрын
Plz give me link arduinobord plz
@christianbautista90102 жыл бұрын
can you give me the code dude?
@ALPHARICCO875 Жыл бұрын
Super 👍 Thanks
@noorussabasaeed22882 жыл бұрын
Code please
@Funkytai Жыл бұрын
give me the cod e
@kaushalyepalugaswewa31686 жыл бұрын
Very simple
@ankamamaladze37103 жыл бұрын
thats not blinking!
@nartymmd5 жыл бұрын
God, where is pull down resistor? Stop teaching people this madness.
@shyamsundarsaravanan73985 жыл бұрын
Arduino has very low output current that's why I didn't add it.
@dawsonyang2253 Жыл бұрын
@@shyamsundarsaravanan7398 some time you'll get error signal
@summerarduino35953 жыл бұрын
Code!
@conquerorzzz5 жыл бұрын
Bro i will subsceibe you if you will make more videos
@motornowindia73425 жыл бұрын
Very simple and basic blaahhhhhhhhhh
@Mazitorgaming3 жыл бұрын
Plz sir plz
@MinecraftXXXXL5 жыл бұрын
What about blinking using Millis? People who use delays in the program are stupid