ความคิดเห็น •

  • @mjneil
    @mjneil 4 ปีที่แล้ว +79

    As an electrician I suggest you consider using low voltage examples. The method you used to strip and terminate the cables is dangerous at best and potentially deadly for people less familiar with electricity. exposed wiring is an accident waiting to happen

  • @briantoste904
    @briantoste904 3 ปีที่แล้ว +4

    Super useful, could not for the life of me figure out why the relays were energised when the arduino outpu was set to low! Wish i had found this video before i spent the past few hours trying to figure out what i did wrong! Thanks!

  • @royramirez3343
    @royramirez3343 6 ปีที่แล้ว

    Dude you are amazing!

  • @diegoscala4505
    @diegoscala4505 6 ปีที่แล้ว

    Good job man!!!

  • @conradstanley1027
    @conradstanley1027 3 ปีที่แล้ว

    Nice I can hardly wait!!

  • @Shibu11229
    @Shibu11229 ปีที่แล้ว +1

    Thank you for posting this. I would love to see a follow up video with the Arduino controlling a relay based on input to the Arduino. In other words if I press one button the relay would be activated for one second. If I press a second button the relay would be activated for 10 seconds and if I press a third button the relay would stay activated unless a separate signal told Relay to shut off.
    I am trying to control an AC motor that will raise a platform to various heights.

  • @JanosTerroz
    @JanosTerroz 5 ปีที่แล้ว

    Nice job sir.

  • @azimalif266
    @azimalif266 3 ปีที่แล้ว

    Can you convert these modules into a solid state relay by switching out the relay with with a mosfet?

  • @jimbrownza
    @jimbrownza 6 ปีที่แล้ว +21

    It's recommended that just in front of the pinMode command, you make the pin high with a digitalWrite. That way, the pin will never be accidentally randomly low when it changes to output from the default of input: that could be catastrophic if it was say a motor or something that might activate accidentally in setup().

  • @nathanjohnson5955
    @nathanjohnson5955 ปีที่แล้ว

    Is the surge protector necessary for this setup to work?

  • @gordonbrown2204
    @gordonbrown2204 6 ปีที่แล้ว +53

    Nice video... but dude, buy some wire strippers XD

    • @EvenTheDogAgrees
      @EvenTheDogAgrees 5 ปีที่แล้ว +3

      And while you're at it, some ferrules and a crimper. Those individual strands are an accident waiting to happen.

    • @mlee6050
      @mlee6050 4 ปีที่แล้ว +4

      @Juan Rial at least this is safer than electroboom things

    • @android3447
      @android3447 4 ปีที่แล้ว +1

      😂but thanks for the video man💪

  • @raj_srikar
    @raj_srikar 3 ปีที่แล้ว

    Can I use two 3.7V lithium ion (18650) batteries to connect to the JDVCC pin to get opto isolated circuit?

  • @Mat-vb8er
    @Mat-vb8er 4 ปีที่แล้ว +3

    Why does the relay need 2 VCC's'? One VCC is coming from the BB PS and then you connected 5V from Uno? Why is that? Cheers

  • @azazer1700
    @azazer1700 4 ปีที่แล้ว +9

    even though i never used high voltage, i would not recomment leaving the wires exposed. just in case sombody tryied to do it,but greatvideo anyways! :)

  • @rubenvaneupen7327
    @rubenvaneupen7327 ปีที่แล้ว

    Can you explain how to connect the high voltage circuit? I want a 12V circuit: for the load, on the output side. + goes to NC, - goes to com, but where to wire up the input + and - wires from the 12V battery?

  • @omyfreakingawd789
    @omyfreakingawd789 4 ปีที่แล้ว +1

    Super clear - appreciate it.

  • @ericlessard5021
    @ericlessard5021 5 หลายเดือนก่อน +1

    Can someone help me? I need to control 4 relay with a 4 axys joystick. On position 1 of the joystick, 3 relay need to be on. On position 2, 2 relay need to be on. On position 3, 2 relay beed to be on. On position 4, one relay need to be on. Those relay will control some hydrolic valve...

  • @ekanshdeepgupta658
    @ekanshdeepgupta658 4 ปีที่แล้ว

    At 1:02 why do you remove the jumper? Can it be used without the jumper? Does removing the jumper pose any risks?

  • @sharankumar8861
    @sharankumar8861 6 ปีที่แล้ว +1

    Thank u for your... video which helps me a lot in my project...
    Can I know the reason why? you used YWROBOT as a isolated supply..instead of direct supply from arduino…?

    • @tinkerbuild6798
      @tinkerbuild6798 6 ปีที่แล้ว +4

      It's for electrical isolation. If there's back emf in the relay or something goes wrong then the Arduino could get damaged without it. This blog post helped me understand it: howtomechatronics.com/tutorials/arduino/control-high-voltage-devices-arduino-relay-tutorial/

  • @maximilianklein7779
    @maximilianklein7779 4 ปีที่แล้ว

    Hey - I was wondering if you could elaborate which of the three pins on the relay you connected the GND/VCC and why there Is a third pin...

    • @xenith0351
      @xenith0351 4 ปีที่แล้ว

      The three pins are
      N/O normally/open
      COM common
      N/C normally/closed

  • @TheMscandy123
    @TheMscandy123 4 ปีที่แล้ว

    Can I use a 12v relay?

  • @AshiqurRahman
    @AshiqurRahman 3 ปีที่แล้ว

    Can I use this method to connect esp32 board? [Esp32 provides 3.3v ]

    • @AshiqurRahman
      @AshiqurRahman 3 ปีที่แล้ว +1

      Yes. I have tested it.

    • @novertrunnions2721
      @novertrunnions2721 2 ปีที่แล้ว

      @@AshiqurRahman Why did you respond with an answer to your own comment like you were on a different account? :D

    • @moeyali123
      @moeyali123 16 วันที่ผ่านมา

      @@novertrunnions2721 hahahahahaa

  • @dveram47
    @dveram47 4 ปีที่แล้ว +1

    What if I want to add a second light bulb to another relay from the same power source, how would I able to do this?

    • @faisal7823
      @faisal7823 4 ปีที่แล้ว

      I guess you can’t

  • @jmscnny
    @jmscnny 4 ปีที่แล้ว +35

    I was going to comment about the AC wiring, but what's the point? He's probably already dead.

    • @eddie5556
      @eddie5556 4 ปีที่แล้ว +4

      I almost spit out my coffee...:>

    • @PeterSedesse
      @PeterSedesse หลายเดือนก่อน

      This is like watching one of those wingsuit videos. You see the video, see the date it was published, then scroll down and all the comments are RIP..

  • @cafauer5195
    @cafauer5195 3 ปีที่แล้ว

    Heads up some of the affiliate links do not work in the description

  • @zColdEli
    @zColdEli 3 ปีที่แล้ว +1

    Why do I need to provide 5V to the VCC port from the arduino if you are already providing it in the isolated channel?

    • @aakashsetty266
      @aakashsetty266 2 ปีที่แล้ว

      I also have this question. Any help is appreciated!

  • @youssefmosalam4638
    @youssefmosalam4638 5 ปีที่แล้ว

    Hey sir
    Now i connect like this
    And the relay is active LOW
    But i set the code to switch on by High
    And switch off by set it Low
    Which is wrong (you said this)
    When i connect the relay to the lamp it works normally but after a while it lags and the lamp switch off but the relay green lamp blinks as it switch on and off but the lamp doesn’t work
    And this is problem
    I found also that when i connect the relay to the pin a voltage drop occurs and the volt become around 3.2 not 4.5 or more and the lag occurs (( I’m using atmega not the arduino and 9 v battery))
    Please help me

  • @pound7108
    @pound7108 4 ปีที่แล้ว

    I am facing problem doing wiring of "LED will relay module".
    If I attach both wire in
    1&2 it starts automatically/instantly
    In 1&3 or 2&3 nothing happens

  • @SultanAlawad
    @SultanAlawad 4 ปีที่แล้ว

    What if I want to use a battery?

  • @Esteapen
    @Esteapen 5 ปีที่แล้ว

    Hello guys, just wanna ask, I want to connect my arduino to a 12v battery (It's possible right?), if so, I want to control a light bulb with the same power source also 12v battery, do I still need a relay? If so what volt should I use?

    • @myrkazamora2140
      @myrkazamora2140 4 ปีที่แล้ว

      I'm trying to do the same thing did you ever figure it out?

    • @xenith0351
      @xenith0351 4 ปีที่แล้ว

      From what i understand u can get 12 v relays the adrino only runs on 5v (which u can get from a 12v phone charger) the arduino can only take very low current . So yes u need tge relays

  • @Nocturnes1984
    @Nocturnes1984 3 ปีที่แล้ว

    Wire strippers and please....some plugs for your cables... its a good video but i'm puking at the electrical wiring :)

  • @MrSpock-sm3dd
    @MrSpock-sm3dd 3 ปีที่แล้ว

    I don't get when you say "digital pin 3" in 1:55 but in your code 3:15 the digital pin is equal 2

  • @cym.1867
    @cym.1867 2 ปีที่แล้ว +3

    As pointed out by many, the stripping of the Hot wire was done poorly and, the naked wires fairly dangerous although it's just the Hot wire and not very dangerous since not touching the ground or eart, but what if a student tries this standing barefooted on a damp concrete floor and the electricity was earthed ! Otherwise nice job explaining the function and usage of a Relay. Thanks.

  • @walterhynson2898
    @walterhynson2898 7 หลายเดือนก่อน

    yes you made a good video and the instructions are on point however please purchase a pair of wire strippers and learn to properly connect an AC circuit insure there are no exposed wires by using the proper size or guage of wire and when connecting a wire open (unscrew) the terminal far enough so the wire is inserted and there is no exposed copper hanging behind the terminal.

  • @GTTalera
    @GTTalera 5 ปีที่แล้ว

    Why had you collected all those drink cans?

  • @megankilinski4580
    @megankilinski4580 5 ปีที่แล้ว +1

    I wish you had gone into more detail about how this set-up was wired, the power supply, each relay circuit, Arduino.

  • @zColdEli
    @zColdEli 3 ปีที่แล้ว

    This video is a fkin bible for someone trying to learn how to even start powering a high powered device.

  • @DannZylman
    @DannZylman 4 ปีที่แล้ว

    so the relays are 5 v right ?

  • @protonengineer2934
    @protonengineer2934 5 ปีที่แล้ว

    How to program an aurdwino

    • @liberated_geek4428
      @liberated_geek4428 4 ปีที่แล้ว

      #define BLYNK_PRINT Serial
      #include
      #include
      char auth [ ] = "key";
      char ssid [ ] = "name";
      char pass [ ] = "pass";
      void setup ()
      {
      Serial.begin(9600);
      BLYNK.begin(auth, ssid, pass);
      }
      void loop ()
      {
      Blynk.run ();
      }

  • @bartbonnyns
    @bartbonnyns 4 ปีที่แล้ว

    Hello @UCXRkG_PB-qAR67_LBMLONcA,
    Thnx a lot for your great TH-cam, It means a lot if you share what you’re good in, so we can learn from each other. I hope you have time for a small simple question. Is there power on your relay coil when the NO contact is closed (when you’re hooked up appliance is on) like a standard relay or does it gets a pulse each time you switch on and off you’re appliance?
    Greats
    Bart

  • @Fringedweller1000
    @Fringedweller1000 3 ปีที่แล้ว +3

    The idea and the code are great.... BUT SERIOUSLY
    If anyone follows your technique they are putting themselves at very high risk of:
    o Getting an ELECTRIC SHOCK from the AC supply
    o Slicing their fingers open with that knife
    Firstly - NEVER EVER allow that much copper to be exposed at the relay terminals. The chances are the wires will make contact causing a spark or even fire.
    Second - allowing that much exposed copper open someone up to inadvertently touch it.
    The wire should be stripped back with wire strippers (not a knife) and only a little copper showing on the TIP of each end of the cut wire. (Far better to use bootlace crimps to reduce risk) insert into relay output screw terminals with wire installation hard against outside of terminal block
    Third the knife… arrgh like others have stated get a set of wire strippers why run the risk

  • @arifcaka3627
    @arifcaka3627 3 ปีที่แล้ว

    helal lan adamsın

  • @diegoscala4505
    @diegoscala4505 6 ปีที่แล้ว

    First!!! ;)

  • @leftitbe
    @leftitbe 4 ปีที่แล้ว

    ....next time the video looks more suitable (professional) when you put first the alu cans in the waste paper basket.

  • @garycahill6574
    @garycahill6574 4 ปีที่แล้ว

    Great info but with high voltage wiring like that someones gunna die...

  • @theonewhowas7709
    @theonewhowas7709 2 ปีที่แล้ว

    THANK GOD, someone that speaks proper english finally explaining this correctly... thank you a ton!!!!..
    you definitly earned my sub and like!!!! but just wanna say that wiring job was horrid.. and why were you shaking so much.. dang

  • @shadowpaars
    @shadowpaars 5 หลายเดือนก่อน

    speaking of safety, if ur not an electrician pls don't do it with 230VAC

  • @Metallicafan818
    @Metallicafan818 3 ปีที่แล้ว

    rip hope i dont die

  • @antiquarian1773
    @antiquarian1773 2 ปีที่แล้ว

    thats a lot of redbull.

  • @Legend813a
    @Legend813a 9 หลายเดือนก่อน

    The cringing begins at 2:34

  • @aniessaboulsoof
    @aniessaboulsoof 2 ปีที่แล้ว

    even if you are alone in your room and nobody touch your equipment and you are sure 100 percent from that, you should never connect the relay to the ac 220 volt this way,,, its dangerous man,,, safety first before anything ............

  • @madbrit5053
    @madbrit5053 4 ปีที่แล้ว +1

    Thanks, but you need to slow down, and drink less red bull ITS BAD FOR YOU as we can here

  • @CHALLENGER3000
    @CHALLENGER3000 4 ปีที่แล้ว

    i think he took his redbull addiction little too far, judging by the shear amount of empty cans in the background and HIS SUPER SHAKY HANDS!!!

  • @13anomalous16
    @13anomalous16 4 ปีที่แล้ว

    the relay is active LOW???? What in the fuck?

  • @bentimiday9123
    @bentimiday9123 2 ปีที่แล้ว

    Ummm dont fuck about with mains voltage? Ever?

  • @karlhill6652
    @karlhill6652 3 ปีที่แล้ว

    Nice video but please re-do it!!!!.. or you will be sued by someone!
    Those over exposed wires to the mains is HORRIBLE! If someone tries out the way you handle live voltages they will DIE!!!
    I know, a suggestion after almost 3 years on the tube but rather later then never, this is DANGEROUS!!!

    • @FastGamingSeries
      @FastGamingSeries 3 ปีที่แล้ว

      Yes this isnt safe, but I do not think you know how electricity works.

  • @burstfireno1617
    @burstfireno1617 2 หลายเดือนก่อน

    Ehh please dont cut and strip wires like this.. looks very unprofessinal. Where are your tool? 😅

  • @wayneshephard
    @wayneshephard 3 หลายเดือนก่อน

    Wow, fancy TH-cam leaving a video up like this with such dangerous work, really disgraceful and dangerous workmanship, nobody should follow this video in regards to the AC terminations, clearly no clue or capability to deal with AC voltages.

  • @bcddd214
    @bcddd214 3 ปีที่แล้ว

    Horrible job of showing how it's wired together.

  • @freelectron2029
    @freelectron2029 4 หลายเดือนก่อน

    bro.... you butchered those wires. do yourself a favour and buy some side cutters and strippers.