banggood How To Use and connect arduino with 5V 8 Channel Relay Module

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Instagram : / unboxingchannell
    How To Use and connect arduino with 5V 8 Channel Relay Module
    thank you for watching
    More videos / @unboxing.channel
    Page Facebook bit.ly/2UWPj2C
    link of the site bit.ly/2zgnvN2
    Flash deals bit.ly/2Nbjq35
    code arduino bit.ly/2WiW4fy
    Arduino bit.ly/2EXvjHF
    Wire bit.ly/2EYjfFR bit.ly/2SS1Cv9
    5V 8 Channel Relay Module Board bit.ly/2OaN21d
    12v 16 Channel Relay Module Board bit.ly/2UJE3Gz
    5v 16 Channel Relay Module Board bit.ly/2Fdng8q
    24v 16 Channel Relay Module Board bit.ly/2UKG7yd
    5V 4 Channel Relay Module bit.ly/2Y5dI8d
    5V 1 Channel Relay Module bit.ly/2Y7sCe2

Комментарии • 61

  • @sushildamle3449
    @sushildamle3449 3 года назад +4

    Can I further connect Relay (Normally Open & -ve) to railroad turnout (total 4 sets) and if so, do I have to connect / give external power supply to Relay and if so, how much VDC and Amp required ?

    • @Unboxing.Channel
      @Unboxing.Channel  3 года назад +1

      i didn't understand

    • @sushildamle3449
      @sushildamle3449 3 года назад

      Thanks a ton. I. Wanted to do similar as shown in the following video:ruclips.net/video/OZw8n_Sn_eE/видео.html. They have shown only one turnout, instead i wanted to add one more turnout and LED signals (only 4 LED's will be ON at any given time). Hence wanted to know how much external power i will have to give. Just for your knowledge i am a retired person from ceramic field and train is my hobby. I do not have any education in the field of electronics. Hence. Please guide me in this regard. Thanks in advance.

    • @Unboxing.Channel
      @Unboxing.Channel  3 года назад +1

      yes you can do this just you need the code

  • @ericlessard5021
    @ericlessard5021 8 месяцев назад +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...

  • @WrappedInPlasticine
    @WrappedInPlasticine Год назад +1

    Can you make a video on controlling the relays from a PC? As in can you make a video on sending commands to the Arduino so the arduino will activate whichever relay it's told to do?

  • @vilgax2578
    @vilgax2578 Год назад +1

    void setup() {

    pinMode(6,OUTPUT);

    pinMode(7,OUTPUT);

    pinMode(8,OUTPUT);

    pinMode(9,OUTPUT);

    pinMode(10,OUTPUT);

    pinMode(11,OUTPUT);

    pinMode(12,OUTPUT);

    pinMode(13,OUTPUT);

    }



    void loop() {

    digitalWrite(6,HIGH);

    digitalWrite(7,HIGH);

    digitalWrite(8,HIGH);

    digitalWrite(9,HIGH);

    digitalWrite(10,HIGH);

    digitalWrite(11,HIGH);

    digitalWrite(12,HIGH);

    digitalWrite(13,HIGH);

    delay (1000);

    digitalWrite(6,LOW);

    delay(1000);

    digitalWrite(6,HIGH);

    delay(1000);

    digitalWrite(7,LOW);

    delay(1000);

    digitalWrite(7,HIGH);

    delay(1000);

    digitalWrite(8,LOW);

    delay(1000);

    digitalWrite(8,HIGH);

    delay(1000);

    digitalWrite(9,LOW);

    delay(1000);

    digitalWrite(9,HIGH);

    delay(1000);

    digitalWrite(10,LOW);

    delay(1000);

    digitalWrite(10,HIGH);

    delay(1000);

    digitalWrite(11,LOW);

    delay(1000);

    digitalWrite(11,HIGH);

    delay(1000);

    digitalWrite(12,LOW);

    delay(1000);

    digitalWrite(12,HIGH);

    delay(1000);

    digitalWrite(13,LOW);

    delay(1000);

    digitalWrite(13,HIGH);

    delay(1000);

    }

  • @Jamshaid.Electric
    @Jamshaid.Electric 3 года назад +3

    You need external power supply for medual Arduino 5v regulator will burn after get heat

    • @Unboxing.Channel
      @Unboxing.Channel  3 года назад +1

      yes of cours

    • @subrotoxing8214
      @subrotoxing8214 2 года назад +1

      if you are only doing one channel at a time like this it will be fine... in fact up to 3 is fine .... it is trouble when you go more than 4... like powering all 8 channels at the same time.

    • @Unboxing.Channel
      @Unboxing.Channel  Год назад

      😘

    • @pradeep809
      @pradeep809 4 месяца назад

      ​@@subrotoxing8214 what is the solution to this problem?

  • @prasadmhetras27
    @prasadmhetras27 3 года назад +2

    good job buddy

  • @kiranTadvi6466
    @kiranTadvi6466 4 года назад +3

    Can you use ardino programing code ?

  • @soundsistem-masjid-narela174
    @soundsistem-masjid-narela174 3 года назад +2

    Semoga Allah Memberimu petunjuk dan HidayahNya

  • @lrd3352
    @lrd3352 Год назад

    Hello, sirr!
    just asking why my 4 relay are not responsing by putting them on pin 2,3,4,5 of the arduino while the other 4 are working on pin 8,9,10,11

  • @Abdullah94601
    @Abdullah94601 11 месяцев назад

    I am using 12v 8 channel relay with arduino nano
    Now i am confused about wiring.
    Vcc and gnd with that are with input pins of relay to 5v and gnd or Arduino
    Now what to do with the vcc and gnd and jdvcc that are on right side

  • @mowerdog
    @mowerdog 4 года назад +3

    What does the yellow jumper do?

    • @Unboxing.Channel
      @Unboxing.Channel  4 года назад

      its connect with one of them i mean relay

    • @madbrit5053
      @madbrit5053 4 года назад +1

      It make the relay use an external power for the output side to power the relay so the optical relay is still safe, no direct connection, otherwise it used the input from VCC on the side, no point in the optocoupler as it would make a direct connection

    • @dmitrys.4741
      @dmitrys.4741 4 года назад

      @@madbrit5053 I don't understand what you are saying ) When I remove yellow jumper, my relay just doesn't work, it doesn't click with 5v applied to the IN pin.

    • @Jeff_Seely
      @Jeff_Seely 4 года назад +1

      @@dmitrys.4741 The board uses an active low to energize the relay. So you are "sinking" the device to turn it on or in other words when your output pin goes from 5v to 0v, the relay position energizes and that is precisely what is happening when you watch the video. The reason why this is done this way is because it is safer to the chip to sink the device than to source it with current. Get used to the sinking method when working with microcontrollers and you'll save some money in blown boards. Here is the datasheet for this board to help you along and search the internet for understanding sinking circuits if you need further help. Good luck!
      www.elegoo.com/tutorial/Elegoo%208%20Channel%20DC%205V%20Relay%20Module%20with%20Optocoupler%20for%20Arduino%20UNO%20R3%20MEGA%202560.pdf

    • @jvon3885
      @jvon3885 3 года назад

      The yellow jumper is able to be seen jumping from one spot to another, whereas the grey jumper is harder to spot jumping. Hope this helps.

  • @gouthamsdskodali2466
    @gouthamsdskodali2466 2 года назад +1

    Bro which app did u use can u send the link and also the code for 8 channel rrlay

  • @basicelectricalinformation4100
    @basicelectricalinformation4100 2 года назад +2

    Sir ye print cable kha connect kiya hi aapne

  • @abdussabur4594
    @abdussabur4594 2 года назад +1

    1 push button switch 8 chanel realy selector

  • @motosoyo2711
    @motosoyo2711 5 лет назад +4

    Bon courage

  • @imstubby6844
    @imstubby6844 Год назад +1

    cut the crap sound and incresse the info

  • @Abdullah94601
    @Abdullah94601 11 месяцев назад

    Can you make 12v 8 channel relay with arduino nano vudeo?

  • @lwo7736
    @lwo7736 Год назад +1

    Music is terrible

  • @lazerrunnerlibya
    @lazerrunnerlibya Год назад

    what is the code can you do it in the description

  • @killuabvb805
    @killuabvb805 Год назад

    Can I connect this code with module wifi esp8266 and use this program with an application Android ? If I can please how ?