You are a great teacher, this video is 9 years old but for me it is fresh, just like you were standing there. Thank you.
@DanHaiduc6 жыл бұрын
This is the best relay tutorial I have seen.
@bradfordhenson6 жыл бұрын
I appreciate that. Thanks for watching.
@juanmanuelalcortavillarrea90986 жыл бұрын
Thanks, great explanation on the difference between JDVcc and Vcc pros and cons to use a jumper connector
@mattbz59674 жыл бұрын
Just stumbled on this looking for info on how to wire up a traffic light, thanks for the great explanation!
@troymorley902 Жыл бұрын
That's exactly what I was looking for. Thanks Brad
@darrylbanjoo26755 жыл бұрын
best relay tutorial on connection signal
@daichemed97805 жыл бұрын
Thank u from algeria, the best relay tutorial ever I seen.
@bradfordhenson5 жыл бұрын
Thank you very much
@sultanawwad42672 жыл бұрын
It really helped me a lot better understand the concept of relays Nice job and thanks a million
@ytfp7 жыл бұрын
Hands down the best relay presentation and explaintion for arduino and relay control.
@bradfordhenson7 жыл бұрын
Thanks a lot.
@tpobrienjr4 жыл бұрын
Good explanation, Brad. Thank you.
@justAUserName1236 жыл бұрын
Best explanation I've seen
@robertilie25074 жыл бұрын
You made a very good tutorial. Thank you.
@vp.81814 жыл бұрын
I loved to the way u taught. ❤️❤️❤️ U kept it very simple to understand. Thanks.
@bradfordhenson4 жыл бұрын
Thank you
@sachithlakmal21183 жыл бұрын
Very good detailed explanation about relays ❤ thank you
@maurofuji72055 жыл бұрын
Your tutorial was very enlightening and helpful to me. Thank you very much.
@atlantishiruma71972 жыл бұрын
Thanks for the video and the explanations.
@Rivenbourn7 жыл бұрын
By far the best explanation i've seen. Thanks!! :)
@bradfordhenson7 жыл бұрын
Thank you.
@eduardoarevalo32084 жыл бұрын
Great explanation!
@Eric-zg4xd5 жыл бұрын
Perfectly explained, thank you so much
@abhinavmishra18616 жыл бұрын
everything is explained very well good job 👍
@abhishektripathi82135 жыл бұрын
Thanks a lot. You helped me understand the concept...
@tushardas98254 жыл бұрын
Nicely Explaind. Thank you 👍
@crispychickenwing3 жыл бұрын
hello thanks for the detailed explanation in the video. however I have a question to ask, what external source can I connect the jdvcc to? a battery?what are the options
@llanzafa6 жыл бұрын
Well done buddy, really informative
@bostitch0014 жыл бұрын
Verry usefull, Thank you!
@iRuf125 жыл бұрын
like others have said , best tutorial I've seen on using these relay modules. i also have this model as well as a few more complex boards with timers, delays etc. Brad I wish to use this Relay without a controller , just using 12v from an led driver, to trigger relay. can you tell me which ins id use to do this pretty please dude? serious lack of info from manufacturers and on net in general. thanks alex
@blackz064 жыл бұрын
Don't use 12v on these 5v relays.
@hometv97575 жыл бұрын
Thank you...very helpful, liked and subbed
@Yelloworld7 жыл бұрын
Great work... I like the deep dive explanation. Awesome job.
@fernandol19965 жыл бұрын
Thank you, I have a question if I have a single relay module and external power supply. How should I connect it?
@jeanlouis59667 жыл бұрын
Well done! I LOVE IT.
@bradfordhenson7 жыл бұрын
Thank you
@bryansu7 жыл бұрын
if I have 12v/150ma triggering rail (2 rail only) , how do I activate the relay? should I connect the negative rail to both IN and GRD, and the positive rail to the VCC/JDCC ?? please advice
@jamesrtheaker58967 жыл бұрын
Very nice. Done in language that I could understand
@vikas2.o18210 ай бұрын
Make video on 12 v & 24 v relay with Arduino
@robzgregorio5 жыл бұрын
Great Stuff. Thanks.
@tobotdolce95565 жыл бұрын
sir i have relay module 30A 250VAC/30VDC how many watts my relay can hold? thank you sir
@eimbh5 жыл бұрын
Excellent sir
@bradfordhenson5 жыл бұрын
Thanks
@ryangill69897 жыл бұрын
Why do you need two transistors? Why couldn't you connect the relay along with the diode between the JD-VCC and the collector of the the opto-isolator transistor and have the emitter of that go to ground?
@bradfordhenson7 жыл бұрын
Great question. In this module the opto-isolator isn't designed to carry the current required to activate the relay, so it is instead used to drive the transistor. With that being said, there are isolators that can carry more current and it is of course possible to build a circuit to do what you mentioned.
@vp.81814 жыл бұрын
hey i used a basic relay on off code to check if its working so its finally working.. connection were as jdvcc and ground from external and vcc,grd, vin from arduino . This actually worked. But when i used everything same in my project then the relay is not working . same connection as in previous one but when i connect grp to arduino the led goes off and when i disconnect it is on again. So now what should i do.what should my connection be. i even tried but jumpinng vcc and jdvcc but even that didnt work. the is working but not in my project. it only works on basic program . please let me know the proper connections.
@bradfordhenson4 жыл бұрын
When troubleshooting a problem like that I would double check voltages. Make sure you are getting the expected voltages between JDVCC and GND, then check the voltage between VCC and IN1. If you are connecting the relay for use with an external power supply, using JDVCC, then you shouldn't have to connect the Arduino GND. In this type of set up the IN1 pin acts as the GND for the VCC from the Arduino. The idea is when IN1 pin is high, the voltage potential is the same as VCC, so the relay is not activated. When IN1 pin is low, the voltage potential between the pin and VCC is 5 volts which activates the opto-isolator and ultimately the relay.
@vp.81814 жыл бұрын
@@bradfordhenson huge respect for yur reply bro. Now the issue is like relay is working and I am finally done with my project but the relay was wired . When I set low it went high and vice versa. Why so?
@bradfordhenson4 жыл бұрын
@@vp.8181 When the Arduino pin goes low, the voltage difference between VCC and IN0 allows a little bit of current to flow logically from VCC to IN0. In this case IN0 is the lower "negative" side of the circuit. It is safe to source current like this up to 40 mA on an Arduino pin. The effect is that the Arduino pin has to be low for current to flow and activate the opto-isolator. If the Arduino pin connected to IN0 is High, then the voltage potential between VCC and IN0 is the same, which does not allow the opto-isolator to turn on. This is why when the Arduino pin is High the relay is off and when the Arduino pin is low the relay is on.
@valentindesquien18035 жыл бұрын
HI everybody, I need to do a stroboscop with LED bands so I copy exactly all the connections (2nde exemple shown) , I just used a 12V battery to aliment the LEDs but they stay switch on instead of alternate between on/off, the led on the relay do the on/off delay I've code however, I don't understand... Somebody to help me ? ( sorry for my frenchy english ) Nice video ! The only one I've totally understood
@bijuphilipjacob29617 жыл бұрын
Just Awesome! Thank you so much. Very Descriptive and Academic. I have a request please. Would you be kind and make a tutorial video on how to connect an AC well water pump to a relay? If you could also advise on the correct pump start relay spec to purchase please. I plan to control my pump for the house from my cell phone using my Arduino UNO and a WiFi sheild. AC Well Pump Specs (India): -> 240 V -> 50 Hz -> 1.5 HP -> 6.6 A -> 2800 rev/min -> HEAD: 30 Feet If there is anything else you would need to know, kindly let me know. Eagerly awaiting your reply. Thanks & Best regards, Philip
@bradfordhenson7 жыл бұрын
Unfortunately, I wont be able to make a specific video on how to do this. However, there are a lot of videos out there that explain how to configure an arduino for that type of operation, and as far as the pump in concerned you only have to splice in a relay on one leg of the input power. Good luck with your project.
@bijuphilipjacob29617 жыл бұрын
Thanks Brad. Any information I can get is worth it. Yes, I need to complete this and many such mini projects for my home.
@davidprice28615 жыл бұрын
I'm confused with ext supply no common ground for arduino board, or does the pin output going low obviate the need. Anyone know??
@bradfordhenson5 жыл бұрын
When the pin goes low, the voltage difference between VCC and IN0 allows a little bit of current to flow. That is what activates the opto-isolator and ultimately there is enough voltage present on the transistor's gate to turn the transistor on. In this case we are using the output pin to sink current (it is safe to do this up about 40 mA). Anymore current then 40 mA and you run a serious risk of damaging the pin on the Atmega chip.
@bassy9007 жыл бұрын
Is there a max distance between Your arduino and the Relay module
@bradfordhenson7 жыл бұрын
There technically is a max distance, but it would depend on what kind of wire you are using to hook the Arduino up to the relay. The longer the wire, the more resistance there is. You have to account for the voltage drop of the wire, due to resistance, when you start getting to really long wire lengths.
@ihodeputa29056 жыл бұрын
Take my sub!
@ershekharsolanki7 жыл бұрын
nice video
@gilbertgababonwe7046 жыл бұрын
Genius
@kalkvand7 жыл бұрын
The thing that i dont understand is how the light is connected..
@bradfordhenson7 жыл бұрын
The light is connected to a standard two prong power cable which is plugged into a wall outlet. The relay is effectively spliced into the "hot" wire connection.